Skip to content

Commit be5716a

Browse files
committed
update ios ci
1 parent 20d5a21 commit be5716a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
if [ $scheme = default ]; then scheme=$(cat default); fi
5252
if [ "`ls -A | grep -i \\.xcworkspace\$`" ]; then filetype_parameter="workspace" && file_to_build="`ls -A | grep -i \\.xcworkspace\$`"; else filetype_parameter="project" && file_to_build="`ls -A | grep -i \\.xcodeproj\$`"; fi
5353
file_to_build=`echo $file_to_build | awk '{$1=$1;print}'`
54-
xcodebuild build-for-testing -scheme "$scheme" -"$filetype_parameter" "$file_to_build" -destination "platform=$platform,name=iPhone 16"
54+
xcodebuild build-for-testing -scheme "$scheme" -"$filetype_parameter" "$file_to_build" -destination "platform=$platform,name=iPhone 17"

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,4 @@ shared/shared.podspec
2929
.lh
3030
iosApp/K_D/
3131
*.sh
32-
.*
33-
/package_source
34-
/example_app
35-
36-
/iosApp/iosApp/todo
32+
.env

0 commit comments

Comments
 (0)