This repository was archived by the owner on May 24, 2026. It is now read-only.
Commit 846b6d0
authored
Fix CI signing: certificate, profile extension, and bundle ID (#67)
* Fix CI: use printf instead of echo for base64 decoding secrets
* Fix CI: strip whitespace from base64 secrets before decoding
* Fix base64 decode of signing certificate in CI
Use 'printenv | openssl base64 -d -A' instead of 'printf | tr | base64 --decode'.
openssl's base64 decoder is more lenient with whitespace and padding,
fixing 'base64: stdin: (null): error decoding base64 input stream'.
Also adds validation that the decoded P12 is non-empty.
* Fix provisioning profile extension: use .provisionprofile for Mac Catalyst
Mac Catalyst/macOS provisioning profiles require .provisionprofile extension,
not .mobileprovision (which is for iOS). The wrong extension caused the build
to fail with 'provisioning profile could not be found'.
* Fix ApplicationId to match provisioning profile: com.microsoft.PolyPilot1 parent 195ad7f commit 846b6d0
2 files changed
Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
121 | 125 | | |
122 | 126 | | |
123 | 127 | | |
| |||
249 | 253 | | |
250 | 254 | | |
251 | 255 | | |
252 | | - | |
| 256 | + | |
253 | 257 | | |
254 | 258 | | |
255 | 259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments