Skip to content

Commit

Permalink
Update ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed authored Nov 3, 2024
1 parent 9befd4d commit 15f421d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,4 @@ jobs:
name: Install pod dependencies
- name: Build iOS (debug)
working-directory: example/ios
run: "xcodebuild \
-workspace example.xcworkspace \
-scheme example \
clean archive \
-sdk iphonesimulator \
-configuration Debug \
-UseModernBuildSystem=YES \
CODE_SIGNING_ALLOWED=NO"
run: xcodebuild -workspace MmkvStorageExample.xcworkspace -scheme MmkvStorageExample clean archive -sdk iphonesimulator -configuration Debug -UseModernBuildSystem=YES CODE_SIGNING_ALLOWED=NO

0 comments on commit 15f421d

Please sign in to comment.