Skip to content

Commit

Permalink
ci: try iPhone 15
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Oct 28, 2023
1 parent 5fe8e45 commit dfdac1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion scripts/run-tests-cocoapods-ventura.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ echo "▸ Running Demo App Tests"
xcodebuild clean test \
-workspace $WORKSPACE \
-scheme $SCHEME \
-destination 'platform=iOS Simulator,OS=16.4,name=iPhone 14 Pro Max' | xcbeautify
-destination 'platform=iOS Simulator,OS=17.0.1,name=iPhone 15 Pro Max' | xcbeautify
7 changes: 2 additions & 5 deletions scripts/run-tests-spm-ventura.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,16 @@ xcodebuild -resolvePackageDependencies \

echo "▸ Running Swift Package Manager Tests"
echo ""
echo "▸ Testing SDK on iOS 16.4 - iPhone 14 Pro Max"
echo "▸ Testing SDK on iOS 17.0.1 - iPhone 15 Pro Max"

xcodebuild clean test \
-project MUXSDKStatsExampleSPM.xcodeproj \
-scheme "MUXSDKStatsExampleSPM" \
-destination 'platform=iOS Simulator,OS=16.4,name=iPhone 14 Pro Max' | xcbeautify
-destination 'platform=iOS Simulator,OS=17.0.1,name=iPhone 15 Pro Max' | xcbeautify

echo "▸ Testing Mac Catalyst - Designed for iPad variant"

xcodebuild clean test \
-project MUXSDKStatsExampleSPM.xcodeproj \
-scheme "MUXSDKStatsExampleSPM" \
-destination 'generic/platform=macOS,arch=arm64,variant=Designed for iPad' | xcbeautify



2 changes: 1 addition & 1 deletion scripts/run-tests-swift-package-manager-ventura.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ echo "▸ Running ${SCHEME} Tests"
xcodebuild clean test \
-project $PROJECT \
-scheme $SCHEME \
-destination 'platform=iOS Simulator,OS=17.0.1,name=iPhone 14 Pro Max' | xcbeautify
-destination 'platform=iOS Simulator,OS=17.0.1,name=iPhone 15 Pro Max' | xcbeautify

0 comments on commit dfdac1a

Please sign in to comment.