Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Dec 17, 2024
1 parent 2a24411 commit 5c0bc5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,16 +163,17 @@ if [[ "$xcode_major" -lt 15 ]]; then
elif [[ "$xcode_major" -lt 16 ]]; then
ios_flags=(
-sdk 'iphonesimulator'
-destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.2'
-destination 'platform=iOS Simulator,name=iPhone 15'
)
watchos_flags=(
-sdk 'watchsimulator'
-destination 'platform=watchOS Simulator,name=Apple Watch Series 7 (45mm)'
)
else
echo "xcode_version: $xcode_major"
ios_flags=(
-sdk 'iphonesimulator'
-destination 'platform=iOS Simulator,name=iPhone 16'
-destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.2'
)
watchos_flags=(
-sdk 'watchsimulator'
Expand Down

0 comments on commit 5c0bc5f

Please sign in to comment.