Commit 25d155b
committed
fix(ci): extract provisioning profile UUID via Python plistlib
Both security cms -D and openssl smime fail on macos-26 — the former needs
Apple root certs in the keychain, the latter is incompatible with the runner's
LibreSSL. Python's plistlib reads the UUID by key name from the embedded XML
plist, requiring no external tools or certificates.1 parent b297396 commit 25d155b
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
65 | 71 | | |
66 | 72 | | |
67 | 73 | | |
| |||
0 commit comments