Skip to content

Commit

Permalink
Set up a shared Pickle framework scheme for Carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
bcylin committed Apr 27, 2017
1 parent c6bb0d1 commit 572f34a
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 71 additions & 0 deletions Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pickle.xcscheme

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "https://rubygems.org"

gem "xcpretty"
15 changes: 15 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
GEM
remote: https://rubygems.org/
specs:
rouge (1.11.1)
xcpretty (0.2.6)
rouge (~> 1.8)

PLATFORMS
ruby

DEPENDENCIES
xcpretty

BUNDLED WITH
1.14.3
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
carthage:
set -o pipefail && carthage build --no-skip-current --verbose | bundle exec xcpretty -c

0 comments on commit 572f34a

Please sign in to comment.