Skip to content

Commit 0e2bb7a

Browse files
committed
add new script for changing bundle id
1 parent 1781123 commit 0e2bb7a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ios-build-custom-dev-app.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
run: |
1818
sudo xcode-select -s /Applications/Xcode_15.4.app
1919
20+
- name: update bundle identifier in Dev config
21+
shell: bash
22+
working-directory: ./
23+
run: |
24+
sed -i 's/\$(BUNDLE_IDENTIFIER)/com.mendix.native.template/g' ./ios/Config/config.xcconfig
25+
2026
- name: actions/setup-node
2127
uses: actions/setup-node@v3
2228
with:

0 commit comments

Comments
 (0)