Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ee8b4c

Browse files
committed
Fix automated test, which seemed to be choking on switching platform in between the two test runs.
1 parent f41faf7 commit 3ee8b4c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ test-all:
88
xcodebuild test -project Tests/WebViewJavascriptBridge.xcodeproj -scheme WebViewJavascriptBridge \
99
-destination 'platform=iOS Simulator,name=iPhone 5s,OS=8.4' \
1010
-destination 'platform=iOS Simulator,name=iPhone 6s,OS=9.3' \
11-
-destination 'platform=iOS Simulator,name=iPhone 7,OS=10.1'
11+
-destination 'platform=iOS Simulator,name=iPhone 7'
1212
xcodebuild test -workspace Example\ Apps/ExampleSwiftApp-iOS/ExampleSwiftApp-iOS.xcworkspace -scheme ExampleSwiftApp-iOS \
13-
-destination 'platform=iOS Simulator,name=iPhone 5s,OS=8.4' \
14-
-destination 'platform=iOS Simulator,name=iPhone 6s,OS=9.3' \
15-
-destination 'platform=iOS Simulator,name=iPhone 7,OS=10.1'
13+
-destination 'platform=iOS Simulator,name=iPhone 7'
1614

1715
publish-pod:
1816
# pod trunk register [email protected] 'Marcus Westin' --description='MBA/MBP-xyz'

0 commit comments

Comments
 (0)