Skip to content

Commit 782cd38

Browse files
authored
[net11.0] Bump min macOS to 14.0, and iOS/tvOS to 13.0. Fixes #23784. (#24420)
Fixes #23784. This PR might be easiest to review commit-by-commit.
1 parent dcd9aa4 commit 782cd38

File tree

341 files changed

+3099
-5484
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

341 files changed

+3099
-5484
lines changed

Make.config

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -259,17 +259,11 @@ MAX_TVOS_DEPLOYMENT_TARGET=$(TVOS_SDK_VERSION)
259259
MAX_IOS_SIMULATOR_VERSION=$(IOS_SDK_VERSION)
260260
MAX_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
271265
DOTNET_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
275269
MIN_IOS_SIMULATOR_VERSION=16.0

builds/Versions-iOS.plist.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
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>

builds/Versions-macOS.plist.in

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
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>

builds/Versions-tvOS.plist.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
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>

dotnet/Templates/Microsoft.macOS.Templates/macos-storyboard/Storyboard1.storyboard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="21225" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="bU7-R8-ocO">
33
<dependencies>
4-
<deployment version="120000" identifier="macosx"/>
4+
<deployment version="140000" identifier="macosx"/>
55
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21225"/>
66
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
77
</dependencies>

dotnet/Templates/Microsoft.macOS.Templates/macos-view/View1.xib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21225" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
33
<dependencies>
4-
<deployment version="120000" identifier="macosx"/>
4+
<deployment version="140000" identifier="macosx"/>
55
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21225"/>
66
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
77
</dependencies>

dotnet/Templates/Microsoft.macOS.Templates/macos-viewcontroller/ViewController1.xib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
33
<dependencies>
4-
<deployment version="120000" identifier="macosx"/>
4+
<deployment version="140000" identifier="macosx"/>
55
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
66
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
77
</dependencies>

dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"description": "Overrides SupportedOSPlatformVersion in the project file",
3636
"replaces": "minOSVersion",
3737
"datatype": "string",
38-
"defaultValue": "12.0"
38+
"defaultValue": "14.0"
3939
}
4040
},
4141
"defaultName": "macOSApp1"

dotnet/Templates/Microsoft.macOS.Templates/macos/csharp/Main.storyboard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
33
<dependencies>
4-
<deployment version="120000" identifier="macosx"/>
4+
<deployment version="140000" identifier="macosx"/>
55
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
66
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
77
</dependencies>

dotnet/Templates/Microsoft.macOS.Templates/macos/visualbasic/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"description": "Overrides SupportedOSPlatformVersion in the project file",
3636
"replaces": "minOSVersion",
3737
"datatype": "string",
38-
"defaultValue": "12.0"
38+
"defaultValue": "14.0"
3939
}
4040
},
4141
"defaultName": "macOSApp1"

0 commit comments

Comments
 (0)