Skip to content

Commit

Permalink
Updated run-tests script with new simulators.
Browse files Browse the repository at this point in the history
  • Loading branch information
luximetr committed Jan 9, 2020
1 parent a18ef0b commit ec22918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
xcodebuild -workspace AnyFormatKit.xcworkspace -scheme "AnyFormatKit" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone XS Max,OS=12.1' test
xcodebuild -workspace AnyFormatKit.xcworkspace -scheme "AnyFormatKit" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 11 Pro Max,OS=13.3' test

0 comments on commit ec22918

Please sign in to comment.