Skip to content

Commit 2fd2e53

Browse files
committed
[MOB-10368] Reorganize some files
1 parent c8bb2b9 commit 2fd2e53

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

swift-sdk.xcodeproj/xcshareddata/xcschemes/swift-sdk.xcscheme

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@
192192
</BuildableReference>
193193
</TestableReference>
194194
<TestableReference
195-
skipped = "NO">
195+
skipped = "NO"
196+
parallelizable = "YES">
196197
<BuildableReference
197198
BuildableIdentifier = "primary"
198199
BlueprintIdentifier = "ACDA976B23159C39004C412E"

tests/endpoint-tests/scripts/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ sed -e "s/\(apiKey = \).*$/\1\"$api_key\"/" \
2323
xcodebuild -project swift-sdk.xcodeproj \
2424
-scheme endpoint-tests \
2525
-sdk iphonesimulator \
26-
-destination 'platform=iOS Simulator,name=iPhone 13' \
26+
-destination 'platform=iOS Simulator,name=iPhone 14' \
2727
test | xcpretty

0 commit comments

Comments
 (0)