We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b9d25 commit a3b7413Copy full SHA for a3b7413
.github/workflows/macos-ci.yml
@@ -25,6 +25,6 @@ jobs:
25
working-directory: example/macos
26
- name: Build macOS test app
27
run: |
28
- xcodebuild -workspace WebviewExample.xcworkspace -scheme WebviewExample CODE_SIGNING_ALLOWED=NO COMPILER_INDEX_STORE_ENABLE=NO build
+ xcodebuild -workspace WebviewExample.xcworkspace CODE_SIGNING_ALLOWED=NO COMPILER_INDEX_STORE_ENABLE=NO build
29
30
timeout-minutes: 60
0 commit comments