Skip to content

Commit e71413f

Browse files
mamanclaude
andcommitted
fix: add provisioning profile mapping to export options
Specify the provisioning profile for the bundle ID during export. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0e47b15 commit e71413f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ jobs:
105105
<string>manual</string>
106106
<key>signingCertificate</key>
107107
<string>Developer ID Application</string>
108+
<key>provisioningProfiles</key>
109+
<dict>
110+
<key>$BUNDLE_ID</key>
111+
<string>Notify macOS Developer ID</string>
112+
</dict>
108113
</dict>
109114
</plist>
110115
EOF

0 commit comments

Comments
 (0)