Skip to content

Commit

Permalink
Update codemagic.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rudrankriyam authored Jun 20, 2024
1 parent 95abb8e commit 91df98a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ workflows:
script: |
#!/bin/zsh
declare -a DESTINATIONS=("platform=iOS Simulator,name=iPhone 14" "platform=watchOS Simulator,name=Apple Watch Series 8 (45mm)" "platform=tvOS Simulator,name=Apple TV 4K (3rd generation)" "platform=macOS" "platform=visionOS")
declare -a DESTINATIONS=("platform=iOS Simulator,name=iPhone 15" "platform=watchOS Simulator,name=Apple Watch Ultra 2 (49mm)" "platform=tvOS Simulator,name=Apple TV 4K (3rd generation)" "platform=macOS" "platform=visionOS Simulator,name=Apple Vision Pro")
for DESTINATION in "${DESTINATIONS[@]}"
do
xcodebuild clean build \
Expand All @@ -44,7 +44,7 @@ workflows:
script: |
#!/bin/zsh
declare -a DESTINATIONS=("platform=iOS Simulator,name=iPhone 14" "platform=watchOS Simulator,name=Apple Watch Series 8 (45mm)" "platform=tvOS Simulator,name=Apple TV 4K (3rd generation)" "platform=macOS" "platform=visionOS")
declare -a DESTINATIONS=("platform=iOS Simulator,name=iPhone 15" "platform=watchOS Simulator,name=Apple Watch Ultra 2 (49mm)" "platform=tvOS Simulator,name=Apple TV 4K (3rd generation)" "platform=macOS" "platform=visionOS Simulator,name=Apple Vision Pro")
for DESTINATION in "${DESTINATIONS[@]}"
do
set -o pipefail
Expand Down

0 comments on commit 91df98a

Please sign in to comment.