Skip to content

Commit 781b18f

Browse files
committed
chore: update workflows config.
1 parent a394bc4 commit 781b18f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/build_ios_app.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919
working-directory: example/examples/ios
2020
name: Install pod dependencies
2121

22-
- name: Build iOS (debug)
23-
working-directory: example/examples
24-
run: |
25-
pwd
26-
xcodebuild \
27-
-workspace $PWD/ios/examples.xcworkspace \
28-
-scheme examples \
29-
clean archive \
30-
-sdk iphoneos \
31-
-configuration Debug \
32-
-UseModernBuildSystem=NO \
33-
-archivePath $PWD/examples \
34-
CODE_SIGNING_ALLOWED=NO
22+
# - name: Build iOS (debug)
23+
# working-directory: example/examples
24+
# run: |
25+
# pwd
26+
# xcodebuild \
27+
# -workspace $PWD/ios/examples.xcworkspace \
28+
# -scheme examples \
29+
# clean archive \
30+
# -sdk iphoneos \
31+
# -configuration Debug \
32+
# -UseModernBuildSystem=NO \
33+
# -archivePath $PWD/examples \
34+
# CODE_SIGNING_ALLOWED=NO

0 commit comments

Comments
 (0)