We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e083cd8 commit 742c008Copy full SHA for 742c008
tests/endpoint-tests/scripts/run_test.sh
@@ -23,6 +23,5 @@ sed -e "s/\(apiKey = \).*$/\1\"$api_key\"/" \
23
xcodebuild -project swift-sdk.xcodeproj \
24
-scheme endpoint-tests \
25
-sdk iphonesimulator \
26
- -destination 'platform=iOS Simulator,name=iPhone 14' \
27
- -resultBundlePath TestResults.xcresult \
+ -destination 'platform=iOS Simulator,name=iPhone 13' \
28
test | xcpretty
0 commit comments