Commit 724715b
fix(release): extract .app from archive directly, skip -exportArchive
exportArchive with signingStyle=automatic requires cloud signing admin
role to download a Developer ID profile — our API key (App Manager) does
not have that permission. The archive .app is already built; extract it
directly from Products/Applications/ and let the manual re-sign step
apply the Developer ID certificate. Also use Release.entitlements for
production re-sign (aps-environment=production).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4daf1c5 commit 724715b
1 file changed
Lines changed: 16 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
151 | 156 | | |
152 | 157 | | |
153 | 158 | | |
154 | 159 | | |
155 | 160 | | |
156 | | - | |
| 161 | + | |
157 | 162 | | |
158 | 163 | | |
159 | 164 | | |
| |||
0 commit comments