Skip to content

Commit a11aab6

Browse files
authored
Update ios.yml
1 parent f888453 commit a11aab6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ios.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
file_to_build="`ls -A | grep -i \\.xcodeproj\$`"
3737
fi
3838
file_to_build=`echo $file_to_build | awk '{$1=$1;print}'`
39-
# 간단하게 "Any iOS Simulator Device" 사용
40-
xcodebuild build-for-testing -scheme "$scheme" -"$filetype_parameter" "$file_to_build" -destination "platform=iOS Simulator,name=Any iOS Simulator Device"
39+
# 구체적인 iPhone 시뮬레이터 사용
40+
xcodebuild build-for-testing -scheme "$scheme" -"$filetype_parameter" "$file_to_build" -destination "platform=iOS Simulator,name=iPhone 16"
4141
4242
- name: Test
4343
env:
@@ -53,4 +53,4 @@ jobs:
5353
file_to_build="`ls -A | grep -i \\.xcodeproj\$`"
5454
fi
5555
file_to_build=`echo $file_to_build | awk '{$1=$1;print}'`
56-
xcodebuild test-without-building -scheme "$scheme" -"$filetype_parameter" "$file_to_build" -destination "platform=iOS Simulator,name=Any iOS Simulator Device"
56+
xcodebuild test-without-building -scheme "$scheme" -"$filetype_parameter" "$file_to_build" -destination "platform=iOS Simulator,name=iPhone 16"

0 commit comments

Comments
 (0)