File tree Expand file tree Collapse file tree 5 files changed +9
-27
lines changed
Expand file tree Collapse file tree 5 files changed +9
-27
lines changed Original file line number Diff line number Diff line change @@ -259,17 +259,11 @@ MAX_TVOS_DEPLOYMENT_TARGET=$(TVOS_SDK_VERSION)
259259MAX_IOS_SIMULATOR_VERSION=$(IOS_SDK_VERSION)
260260MAX_TVOS_SIMULATOR_VERSION=$(TVOS_SDK_VERSION)
261261
262- # Minimum OS versions for running XI/XM apps.
263- MIN_IOS_SDK_VERSION=12.2
264- MIN_MACOS_SDK_VERSION=12.0
265- MIN_TVOS_SDK_VERSION=12.2
266- MIN_MACCATALYST_SDK_VERSION=15.0
267-
268- # Minimum OS versions for .NET 9 support
269- DOTNET_MIN_IOS_SDK_VERSION=12.2
270- DOTNET_MIN_TVOS_SDK_VERSION=12.2
262+ # Minimum OS versions for .NET support
263+ DOTNET_MIN_IOS_SDK_VERSION=13.0
264+ DOTNET_MIN_TVOS_SDK_VERSION=13.0
271265DOTNET_MIN_MACCATALYST_SDK_VERSION=15.0
272- DOTNET_MIN_MACOS_SDK_VERSION=12 .0
266+ DOTNET_MIN_MACOS_SDK_VERSION=14 .0
273267
274268# The min simulator version available in the Xcode we're using
275269MIN_IOS_SIMULATOR_VERSION=16.0
Original file line number Diff line number Diff line change 88 <dict >
99 <key >iOS</key >
1010 <array >
11- <string >12.2</string >
12- <string >12.3</string >
13- <string >12.4</string >
1411 <string >13.0</string >
1512 <string >13.1</string >
1613 <string >13.2</string >
Original file line number Diff line number Diff line change 88 <dict >
99 <key >macOS</key >
1010 <array >
11- <string >12.0</string >
12- <string >12.1</string >
13- <string >12.3</string >
14- <string >13.0</string >
15- <string >13.1</string >
16- <string >13.3</string >
1711 <string >14.0</string >
1812 <string >14.2</string >
1913 <string >14.4</string >
Original file line number Diff line number Diff line change 88 <dict >
99 <key >tvOS</key >
1010 <array >
11- <string >12.2</string >
12- <string >12.3</string >
13- <string >12.4</string >
1411 <string >13.0</string >
1512 <string >13.2</string >
1613 <string >13.3</string >
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ static class SdkVersions {
2020 public const string TVOS = "26.1" ;
2121 public const string MacCatalyst = "26.1" ;
2222
23- public const string MinOSX = "12 .0" ;
24- public const string MiniOS = "12.2 " ;
25- public const string MinTVOS = "12.2 " ;
23+ public const string MinOSX = "14 .0" ;
24+ public const string MiniOS = "13.0 " ;
25+ public const string MinTVOS = "13.0 " ;
2626 public const string MinMacCatalyst = "15.0" ;
2727
28- public const string DotNetMiniOS = "12.2 " ;
29- public const string DotNetMinTVOS = "12.2 " ;
28+ public const string DotNetMiniOS = "13.0 " ;
29+ public const string DotNetMinTVOS = "13.0 " ;
3030 public const string DotNetMinMacCatalyst = "15.0" ;
3131
3232 public const string MiniOSSimulator = "16.0" ;
You can’t perform that action at this time.
0 commit comments