Skip to content

Commit 159c6a1

Browse files
DJBenclaude
andcommitted
fix: add provisioning profile mapping to ExportOptions.plist
The export step needs the bundle ID to provisioning profile mapping and signing certificate specified for manual Developer ID export. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f2a4bba commit 159c6a1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ios/ExportOptions.plist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,11 @@
55
<key>method</key><string>developer-id</string>
66
<key>teamID</key><string>52RD2GH5DP</string>
77
<key>signingStyle</key><string>manual</string>
8+
<key>provisioningProfiles</key>
9+
<dict>
10+
<key>dev.govibe.host</key>
11+
<string>GoVibe Host</string>
12+
</dict>
13+
<key>signingCertificate</key><string>Developer ID Application</string>
814
<key>stripSwiftSymbols</key><true/>
915
</dict></plist>

0 commit comments

Comments
 (0)