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 38e1ceb commit 936ed58Copy full SHA for 936ed58
.github/workflows/cd.yml
@@ -147,6 +147,7 @@ jobs:
147
- name: Prepare export for IPA
148
if: ${{ matrix.destination.uploadto == 'ipa' }}
149
run: |
150
+ plutil -create xml1 ./export.plist
151
plutil -insert method -string ad-hoc ./export.plist
152
plutil -insert provisioningProfiles -dictionary ./export.plist
153
plutil -replace provisioningProfiles -json '{ "self.Kiwix" : "iOS Team Provisioning Profile" }' ./export.plist
0 commit comments