- Notifications
You must be signed in to change notification settings - Fork927
Commit3a884df
authored
ci: set xcode sdk version when building dylib (#16466)
The Coder Desktop app might not be able to load the dylib because thehardened runtime version is different. Right now, without manuallyselecting an XCode version, the dylib is built with hardened runtimeversion `14.5`. The macOS app is built with XCode 16 SDK, which usesversion `15.0`.Even if this isn't an issue, I think it's preferable to select aspecific xcode version here to avoid things breaking from under us.1 parentf45277a commit3a884df
2 files changed
+12
-10
lines changedLines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
940 | 940 |
| |
941 | 941 |
| |
942 | 942 |
| |
943 |
| - | |
944 |
| - | |
945 |
| - | |
946 |
| - | |
947 |
| - | |
| 943 | + | |
948 | 944 |
| |
949 | 945 |
| |
950 | 946 |
| |
| |||
957 | 953 |
| |
958 | 954 |
| |
959 | 955 |
| |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
960 | 961 |
| |
961 | 962 |
| |
962 | 963 |
| |
|
Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
| 39 | + | |
44 | 40 |
| |
45 | 41 |
| |
46 | 42 |
| |
| |||
61 | 57 |
| |
62 | 58 |
| |
63 | 59 |
| |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
64 | 65 |
| |
65 | 66 |
| |
66 | 67 |
| |
|
0 commit comments
Comments
(0)