Skip to content

Commit 1e84ed6

Browse files
committed
Use iOS iPhone 15 Pro simulator
1 parent 3219948 commit 1e84ed6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Tests/test_carthage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pushd "${ROOT_DIR}/Tests/Carthage"
77

88
xcodegen generate
99
carthage update --platform iOS --use-netrc --use-xcframeworks
10-
xcodebuild -project CarthageTest.xcodeproj -scheme CarthageTest -destination 'platform=iOS Simulator,name=iPhone 13,OS=15.5' build \
10+
xcodebuild -project CarthageTest.xcodeproj -scheme CarthageTest -destination 'platform=iOS Simulator,name=iPhone 15 Pro' build \
1111
CODE_SIGN_IDENTITY="" \
1212
CODE_SIGNING_REQUIRED=NO \
1313
CODE_SIGNING_ALLOWED=NO

Tests/test_cocoapods.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ xcodegen generate
99
bundle install
1010
bundle exec pod repo update
1111
bundle exec pod install
12-
xcodebuild -workspace PodInstall.xcworkspace -scheme PodInstall -destination 'platform=iOS Simulator,name=iPhone 13,OS=15.5' build \
12+
xcodebuild -workspace PodInstall.xcworkspace -scheme PodInstall -destination 'platform=iOS Simulator,name=iPhone 15 Pro' build \
1313
CODE_SIGN_IDENTITY="" \
1414
CODE_SIGNING_REQUIRED=NO \
1515
CODE_SIGNING_ALLOWED=NO

Tests/test_spm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fi
3030

3131
# try to build test project
3232
xcodegen generate
33-
xcodebuild -project SPMTest.xcodeproj -scheme SPMTest -destination 'platform=iOS Simulator,name=iPhone 13,OS=15.5' build \
33+
xcodebuild -project SPMTest.xcodeproj -scheme SPMTest -destination 'platform=iOS Simulator,name=iPhone 15 Pro' build \
3434
CODE_SIGN_IDENTITY="" \
3535
CODE_SIGNING_REQUIRED=NO \
3636
CODE_SIGNING_ALLOWED=NO

0 commit comments

Comments
 (0)