Commit ea15707
committed
feat: Bump to iOS 17 SDK
Since April 29, 2024, iOS apps must be built with the iOS 17 SDK or
later in order to be uploaded to App Store Connect
To enable iOS 17 SDK we must use XCode 15 that is linked to MacOS 13
and 14
So we want to run the Github Action in `macos-14` in order to have the
correct environment
Unfortunately the `macos-14` runner doesn't include Xamarin tools
anymore, so now we have to install them manually (that will increase
the CI built time by a few minutes)
Related articles:
- https://xcodereleases.com/
- https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md1 parent 9f86ac3 commit ea15707
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 | | |
14 | 20 | | |
15 | 21 | | |
16 | | - | |
| 22 | + | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
| |||
0 commit comments