Go to file
Pedro Piñera 39eb91496b Add templates 2018-04-18 19:14:16 +02:00
.github Add templates 2018-04-18 19:14:16 +02:00
App Fix appcast url 2018-04-18 16:22:54 +02:00
App.xcodeproj Add certificates 2018-04-16 11:15:15 +02:00
Sources Create project 2018-04-16 11:01:02 +02:00
Tests/ProjectDescriptionTests Create project 2018-04-16 11:01:02 +02:00
assets Create project 2018-04-16 11:01:02 +02:00
bin Create project 2018-04-16 11:01:02 +02:00
certs Add certificates 2018-04-16 11:15:15 +02:00
design Remove .github settings 2018-04-18 16:56:20 +02:00
docs Create project 2018-04-16 11:01:02 +02:00
keys Create project 2018-04-16 11:01:02 +02:00
scripts [install] Add install script 2018-04-17 17:26:08 +02:00
xcbuddy.xcworkspace Create project 2018-04-16 11:01:02 +02:00
.editorconfig Add some badges 2018-04-17 10:14:48 +02:00
.env.example Add .env.example 2018-04-17 09:52:51 +02:00
.gitignore Add certificates 2018-04-16 11:15:15 +02:00
.prettierrc Add some badges 2018-04-17 10:14:48 +02:00
.ruby-version Create project 2018-04-16 11:01:02 +02:00
.travis.yml Create project 2018-04-16 11:01:02 +02:00
CHANGELOG.md [version/0.32.0] Fix Rakefile again 2018-04-17 15:33:17 +02:00
CONTRIBUTING.md Create project 2018-04-16 11:01:02 +02:00
Gemfile Create project 2018-04-16 11:01:02 +02:00
Gemfile.lock Create project 2018-04-16 11:01:02 +02:00
LICENSE.md Add LICENSE 2018-04-17 09:51:52 +02:00
Package.resolved Create project 2018-04-16 11:01:02 +02:00
Package.swift Create project 2018-04-16 11:01:02 +02:00
README.md Add Spectrum badge 2018-04-18 16:22:54 +02:00
RELEASE.md Create project 2018-04-16 11:01:02 +02:00
Rakefile Update upload_asset call to specify the right content_type 2018-04-17 15:54:49 +02:00
appcast.xml Version 0.32.0 2018-04-17 15:34:22 +02:00
exportOptions.plist Create project 2018-04-16 11:01:02 +02:00

README.md



Build Status The MIT License code style: prettier Join the community on Spectrum

Install

Just run this command on your terminal:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/xcbuddy/xcbuddy/master/scripts/install)"

Setup for development

  1. Git clone: git@github.com:xcbuddy/xcbuddy.git
  2. Generate SPM project swift package generate-xcodeproj.
  3. Open xcbuddy.xcworkspace.
  4. Have fun 🎉