Commit 1df2545
authored
transform XCTRunner.app Info.plist to xml before sed'ing it (#2763)
Handle the new case in Xcode 26 where the Info.plist in the
XCTRunner.app is a binary plist, rather than an XML plist in Xcode 16.
Coercing the plist to xml works whether or not it is originally a plist,
and Xcode 16 handles the case of a binary plist adequately.
Also willing to rework this to do keypath-based substitution instead of
using sed, though the sed approach has definitely proven resilient up to
now.1 parent feeb7db commit 1df2545
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| 219 | + | |
| 220 | + | |
219 | 221 | | |
220 | 222 | | |
221 | 223 | | |
222 | 224 | | |
223 | 225 | | |
224 | 226 | | |
225 | | - | |
| 227 | + | |
| 228 | + | |
226 | 229 | | |
227 | 230 | | |
228 | 231 | | |
| |||
0 commit comments