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 4f8c7dc commit b1eba79Copy full SHA for b1eba79
packages/platform-ios/template/.github/workflows/remote-build-ios.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
destination: device
36
github-token: ${{ secrets.GITHUB_TOKEN }}
37
- scheme: SCHEME_FOR_DEVICES # replace with preferred scheme
+ scheme: HelloWorld
38
configuration: Release # replace with preferred configuration
39
certificate-base64: ${{ secrets.APPLE_BUILD_CERTIFICATE_BASE64 }}
40
certificate-password: ${{ secrets.APPLE_BUILD_CERTIFICATE_PASSWORD }}
@@ -63,5 +63,5 @@ jobs:
63
64
destination: simulator
65
66
- scheme: SCHEME_FOR_SIMULATORS # replace with preferred scheme
67
configuration: Debug # replace with preferred configuration
0 commit comments