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 22d5b74 commit 7447c60Copy full SHA for 7447c60
1 file changed
.github/workflows/ios-build-custom-dev-app.yml
@@ -17,12 +17,6 @@ jobs:
17
run: |
18
sudo xcode-select -s /Applications/Xcode_15.4.app
19
20
- - name: Log provision profile content (debug only)
21
- run: |
22
- echo "$IOS_DUMMY_PROVISION" | base64 --decode
23
- env:
24
- IOS_DUMMY_PROVISION: ${{ secrets.IOS_DUMMY_PROVISION }}
25
-
26
- name: update bundle identifier in Dev config
27
shell: bash
28
working-directory: ./
@@ -54,7 +48,7 @@ jobs:
54
48
55
49
chmod +x ./appcenter-pre-build.sh
56
50
APPCENTER_XCODE_SCHEME="nativeTemplate" APPCENTER_SOURCE_DIRECTORY="./" IS_DEV_APP=False ./appcenter-pre-build.sh
57
51
+
58
52
- name: iOS Build Action
59
53
uses: yukiarrr/ios-build-action@v1.12.0
60
with:
@@ -67,4 +61,4 @@ jobs:
67
61
export-method: development
68
62
configuration: Debug
69
63
certificate-password: ${{ secrets.IOS_DUMMY_P12_PASSWORD }}
70
- scheme: Dev
64
+ scheme: Dev
0 commit comments