Commit 0158abf
authored
environment_plist: lower the entire --platform string (#2765)
The `xcrun --sdk` argument expects only lowercase letters and numbers.
SDK version is usually just numbers, but in the exceptional case where
it also has letters, we need to .lower() the entire string that we pass,
and not just the platform name. We're slightly modifying
`_environment_plist_impl()` in that commit to support that use-case.1 parent ecb76e2 commit 0158abf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments