Commit 038b195
Extract signing identity from keychain instead of hardcoding
Xcode 26.3 maps "Apple Distribution" to "iOS Distribution" internally,
causing a mismatch with the actual certificate name in the keychain.
Now we dynamically extract the real identity name using
security find-identity and mask it in logs for security.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 714e085 commit 038b195
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
77 | 82 | | |
78 | 83 | | |
79 | 84 | | |
| |||
117 | 122 | | |
118 | 123 | | |
119 | 124 | | |
120 | | - | |
| 125 | + | |
121 | 126 | | |
122 | 127 | | |
123 | 128 | | |
| |||
0 commit comments