Skip to content

Commit

Permalink
Update example project
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbruno committed May 9, 2020
1 parent 9a07440 commit 3ea7491
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
DEVELOPER_DIR: /Applications/Xcode_11.4.app/Contents/Developer
- name: Run tests
run: swift test
- name: Check the example project
run: cd ./ExampleProject && make swiftinfo
env:
DEVELOPER_DIR: /Applications/Xcode_11.4.app/Contents/Developer
- name: Package
Expand Down
9 changes: 9 additions & 0 deletions ExampleProject/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.PHONY : swiftinfo

swiftinfo:
bundle install
bundle exec pod install
bundle exec fastlane beta
./Pods/SwiftInfo/bin/swiftinfo
echo "-------"
echo "This bash script runs SwiftInfo outside of fastlane so you can see the output, but check out the Fastfile to see how you could use this in a real project."
6 changes: 0 additions & 6 deletions ExampleProject/_CDToMeAndRun.sh

This file was deleted.

0 comments on commit 3ea7491

Please sign in to comment.