Skip to content

Commit

Permalink
Include xcworkspace for swift example app
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Dec 28, 2016
1 parent 3ee8b4c commit 59ce0af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.

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

4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -8,9 +8,9 @@ test-all:
xcodebuild test -project Tests/WebViewJavascriptBridge.xcodeproj -scheme WebViewJavascriptBridge \
-destination 'platform=iOS Simulator,name=iPhone 5s,OS=8.4' \
-destination 'platform=iOS Simulator,name=iPhone 6s,OS=9.3' \
-destination 'platform=iOS Simulator,name=iPhone 7'
-destination 'platform=iOS Simulator,name=iPhone 7,OS=10.1'
xcodebuild test -workspace Example\ Apps/ExampleSwiftApp-iOS/ExampleSwiftApp-iOS.xcworkspace -scheme ExampleSwiftApp-iOS \
-destination 'platform=iOS Simulator,name=iPhone 7'
-destination 'platform=iOS Simulator,name=iPhone 7,OS=10.1'

publish-pod:
# pod trunk register narcvs@gmail.com 'Marcus Westin' --description='MBA/MBP-xyz'
Expand Down

0 comments on commit 59ce0af

Please sign in to comment.