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 066fb29 commit 8b6523dCopy full SHA for 8b6523d
1 file changed
.github/workflows/ios-build-custom-dev-app.yml
@@ -56,13 +56,14 @@ jobs:
56
- name: iOS Build Action
57
uses: yukiarrr/ios-build-action@v1.12.0
58
with:
59
- project-path: ./ios/nativetemplate.xcodeproj
+ project-path: ./ios/nativeTemplate.xcodeproj
60
p12-base64: ${{ secrets.IOS_DUMMY_P12 }}
61
mobileprovision-base64: ${{ secrets.IOS_DUMMY_PROVISION }}
62
- code-signing-identity: ${{ secrets.IOS_CODE_SIGNING_IDENTITY }}
63
team-id: ${{ secrets.IOS_TEAM_ID }}
64
- workspace-path: ./ios/nativetemplate.xcworkspace
+ workspace-path: ./ios/NativeTemplate.xcworkspace
65
export-method: development
66
configuration: Debug
67
certificate-password: ${{ secrets.IOS_DUMMY_P12_PASSWORD }}
68
- scheme: Dev
+ scheme: Dev
+ update-targets: |
69
+ dev
0 commit comments