Skip to content

Commit 15f421d

Browse files
authored
Update ios.yml
1 parent 9befd4d commit 15f421d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ios.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,4 @@ jobs:
2929
name: Install pod dependencies
3030
- name: Build iOS (debug)
3131
working-directory: example/ios
32-
run: "xcodebuild \
33-
-workspace example.xcworkspace \
34-
-scheme example \
35-
clean archive \
36-
-sdk iphonesimulator \
37-
-configuration Debug \
38-
-UseModernBuildSystem=YES \
39-
CODE_SIGNING_ALLOWED=NO"
32+
run: xcodebuild -workspace MmkvStorageExample.xcworkspace -scheme MmkvStorageExample clean archive -sdk iphonesimulator -configuration Debug -UseModernBuildSystem=YES CODE_SIGNING_ALLOWED=NO

0 commit comments

Comments
 (0)