Skip to content

Commit

Permalink
Remove Example/Pods/*
Browse files Browse the repository at this point in the history
  • Loading branch information
bcylin committed Apr 6, 2019
1 parent 329b2d4 commit 75e7a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ ifeq (,$(strip $(version)))
else
ruby -pi -e "gsub(/'\d+\.\d+\.\d+'/i, \"'"$(version)"'\")" Pickle.podspec
ruby -pi -e "gsub(/:\s\d+\.\d+\.\d+/i, \": "$(version)"\")" .jazzy.yml
cd Example && xcrun agvtool new-marketing-version $(version)
xcrun agvtool new-marketing-version $(version)
bundle exec pod install --project-directory=Example
endif

carthage:
test -d Example/Pods && rm -rv Example/Pods || :
test -d Example/Pickle.xcworkspace && rm -rv Example/Pickle.xcworkspace || :
set -o pipefail && carthage build --no-skip-current --verbose | bundle exec xcpretty -c

docs:
Expand Down

0 comments on commit 75e7a56

Please sign in to comment.