Skip to content
This repository was archived by the owner on Dec 13, 2024. It is now read-only.

Commit 08d03f1

Browse files
committed
Bump minimum versions
1 parent fa8f50d commit 08d03f1

File tree

28 files changed

+28
-28
lines changed

28 files changed

+28
-28
lines changed

FSharpMacCoolApp/FSharpMacCoolApp/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleVersion</key>
1414
<string>1.0</string>
1515
<key>LSMinimumSystemVersion</key>
16-
<string>10.15</string>
16+
<string>12.0</string>
1717
<key>CFBundleDevelopmentRegion</key>
1818
<string>en</string>
1919
<key>CFBundleInfoDictionaryVersion</key>

FSharpMacCoolApp/dotnet/FSharpMacCoolApp.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<OutputType>Exe</OutputType>
1212
<RootNamespace>FSharpMacCoolApp</RootNamespace>
1313
<AssemblyName>FSharpMacCoolApp</AssemblyName>
14-
<SupportedOSPlatformVersion>10.15</SupportedOSPlatformVersion>
14+
<SupportedOSPlatformVersion>12.0</SupportedOSPlatformVersion>
1515

1616
<CreatePackage>true</CreatePackage>
1717
<EnableCodeSigning>true</EnableCodeSigning>

FSharpMacCoolApp/dotnet/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleVersion</key>
1414
<string>1.0</string>
1515
<key>LSMinimumSystemVersion</key>
16-
<string>10.15</string>
16+
<string>12.0</string>
1717
<key>CFBundleDevelopmentRegion</key>
1818
<string>en</string>
1919
<key>CFBundleInfoDictionaryVersion</key>

FSharpiOSCoolApp/FSharpiOSCoolApp/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>LSRequiresIPhoneOS</key>
1414
<true/>
1515
<key>MinimumOSVersion</key>
16-
<string>11.0</string>
16+
<string>12.2</string>
1717
<key>UIDeviceFamily</key>
1818
<array>
1919
<integer>1</integer>

FSharpiOSCoolApp/dotnet/FSharpiOSCoolApp.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<OutputType>Exe</OutputType>
1212
<RootNamespace>FSharpiOSCoolApp</RootNamespace>
1313
<AssemblyName>FSharpiOSCoolApp</AssemblyName>
14-
<SupportedOSPlatformVersion>11.0</SupportedOSPlatformVersion>
14+
<SupportedOSPlatformVersion>12.2</SupportedOSPlatformVersion>
1515
<CodesignKey>Apple Distribution: Luis Aguilera (DPXCPAGVTZ)</CodesignKey>
1616
<BuildIpa>true</BuildIpa>
1717
<GenerateTailCalls>true</GenerateTailCalls>

MacCoolApp/MacCoolApp/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>LSMinimumSystemVersion</key>
24-
<string>10.15</string>
24+
<string>12.0</string>
2525
<key>NSMainNibFile</key>
2626
<string>MainMenu</string>
2727
<key>NSPrincipalClass</key>

MacCoolApp_DontLink/MacCoolApp/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<key>CFBundleVersion</key>
2626
<string>1.0</string>
2727
<key>LSMinimumSystemVersion</key>
28-
<string>10.15</string>
28+
<string>12.0</string>
2929
<key>NSHumanReadableCopyright</key>
3030
<string>olegoid</string>
3131
<key>NSMainNibFile</key>

MacCoolApp_DontLink/dotnet/MacCoolApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<OutputType>Exe</OutputType>
1313
<RootNamespace>MacCoolApp</RootNamespace>
1414
<AssemblyName>MacCoolApp</AssemblyName>
15-
<SupportedOSPlatformVersion>10.15</SupportedOSPlatformVersion>
15+
<SupportedOSPlatformVersion>12.0</SupportedOSPlatformVersion>
1616

1717
<CreatePackage>true</CreatePackage>
1818
<EnableCodeSigning>true</EnableCodeSigning>

MyCatalystApp/MyCatalystApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ApplicationTitle>MyCatalystApp</ApplicationTitle>
1111
<ApplicationId>com.xamarin.mycatalystapp</ApplicationId>
12-
<SupportedOSPlatformVersion>14.0</SupportedOSPlatformVersion>
12+
<SupportedOSPlatformVersion>15.0</SupportedOSPlatformVersion>
1313

1414
<CreatePackage>true</CreatePackage>
1515
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>

MyFatCatalystApp/MyFatCatalystApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ApplicationTitle>MyFatCatalystApp</ApplicationTitle>
1212
<ApplicationId>com.xamarin.myfatcatalystapp</ApplicationId>
13-
<SupportedOSPlatformVersion>14.0</SupportedOSPlatformVersion>
13+
<SupportedOSPlatformVersion>15.0</SupportedOSPlatformVersion>
1414

1515
<CreatePackage>true</CreatePackage>
1616
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>

MyNotarizedCatalystApp/MyNotarizedCatalystApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ApplicationTitle>MyNotarizedCatalystApp</ApplicationTitle>
1111
<ApplicationId>com.xamarin.mynotarizedcatalystapp</ApplicationId>
12-
<SupportedOSPlatformVersion>14.0</SupportedOSPlatformVersion>
12+
<SupportedOSPlatformVersion>15.0</SupportedOSPlatformVersion>
1313

1414
<CreatePackage>true</CreatePackage>
1515
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>

MyUnlinkedCatalystApp/MyUnlinkedCatalystApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ApplicationTitle>MyCatalystApp</ApplicationTitle>
1111
<ApplicationId>com.xamarin.mycatalystapp</ApplicationId>
12-
<SupportedOSPlatformVersion>14.0</SupportedOSPlatformVersion>
12+
<SupportedOSPlatformVersion>15.0</SupportedOSPlatformVersion>
1313

1414
<CreatePackage>true</CreatePackage>
1515
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>

ODRsTVOS/ODRsTVOS/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleVersion</key>
1414
<string>1.0</string>
1515
<key>MinimumOSVersion</key>
16-
<string>11.0</string>
16+
<string>12.2</string>
1717
<key>UIDeviceFamily</key>
1818
<array>
1919
<integer>3</integer>

ODRsTVOS_Extension/ODRsTVOS/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleIdentifier</key>
1010
<string>com.xamarin.odr-tvos</string>
1111
<key>MinimumOSVersion</key>
12-
<string>11.0</string>
12+
<string>12.2</string>
1313
<key>UIDeviceFamily</key>
1414
<array>
1515
<integer>3</integer>

ODRsTVOS_Extension/ODRsTVOSExt/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>XPC!</string>
1717
<key>MinimumOSVersion</key>
18-
<string>11.0</string>
18+
<string>12.2</string>
1919
<key>NSExtension</key>
2020
<dict>
2121
<key>NSExtensionAttributes</key>

ODRsTVOS_Extension/dotnet/ODRsTVOS/ODRsTVOS.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<OutputType>Exe</OutputType>
1212
<RootNamespace>ODRsTVOS</RootNamespace>
1313
<AssemblyName>ODRsTVOS</AssemblyName>
14-
<SupportedOSPlatformVersion>11.0</SupportedOSPlatformVersion>
14+
<SupportedOSPlatformVersion>12.2</SupportedOSPlatformVersion>
1515

1616
<MtouchFloat32>true</MtouchFloat32>
1717
<CodesignKey>Apple Distribution: Luis Aguilera (DPXCPAGVTZ)</CodesignKey>

ODRsTVOS_Extension/dotnet/ODRsTVOSExt/ODRsTVOSExt.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<RootNamespace>ODRsTVOSExt</RootNamespace>
1212
<AssemblyName>ODRsTVOSExt</AssemblyName>
1313
<IsAppExtension>true</IsAppExtension>
14-
<SupportedOSPlatformVersion>11.0</SupportedOSPlatformVersion>
14+
<SupportedOSPlatformVersion>12.2</SupportedOSPlatformVersion>
1515

1616
<MtouchFloat32>true</MtouchFloat32>
1717
<CodesignKey>Apple Distribution: Luis Aguilera (DPXCPAGVTZ)</CodesignKey>

SceneKitGame/SceneKitGame/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleIdentifier</key>
1010
<string>com.xamarin.scenekit-tvos</string>
1111
<key>MinimumOSVersion</key>
12-
<string>11.0</string>
12+
<string>12.2</string>
1313
<key>UIDeviceFamily</key>
1414
<array>
1515
<integer>3</integer>

SceneKitGame/dotnet/SceneKitGame.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputType>Exe</OutputType>
99
<RootNamespace>SceneKitGame</RootNamespace>
1010
<AssemblyName>SceneKitGame</AssemblyName>
11-
<SupportedOSPlatformVersion>11.0</SupportedOSPlatformVersion>
11+
<SupportedOSPlatformVersion>12.2</SupportedOSPlatformVersion>
1212

1313
<MtouchFloat32>true</MtouchFloat32>
1414
<CodesignKey>Apple Distribution: Luis Aguilera (DPXCPAGVTZ)</CodesignKey>

UICatalog/UICatalog/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<key>GCSupportsControllerUserInteraction</key>
2323
<true/>
2424
<key>MinimumOSVersion</key>
25-
<string>11.0</string>
25+
<string>12.2</string>
2626
<key>UIDeviceFamily</key>
2727
<array>
2828
<integer>3</integer>

UICatalog/dotnet/UICatalog.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<OutputType>Exe</OutputType>
1212
<RootNamespace>UICatalog</RootNamespace>
1313
<AssemblyName>UICatalog</AssemblyName>
14-
<SupportedOSPlatformVersion>11.0</SupportedOSPlatformVersion>
14+
<SupportedOSPlatformVersion>12.2</SupportedOSPlatformVersion>
1515

1616
<MtouchFloat32>true</MtouchFloat32>
1717
<CodesignKey>Apple Distribution: Luis Aguilera (DPXCPAGVTZ)</CodesignKey>

WatchOSIntents/intentsphone/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>XPC!</string>
1717
<key>MinimumOSVersion</key>
18-
<string>11.0</string>
18+
<string>12.2</string>
1919
<key>NSExtension</key>
2020
<dict>
2121
<key>NSExtensionAttributes</key>

WatchOSIntents/intentsphoneUI/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleVersion</key>
2020
<string>1.0</string>
2121
<key>MinimumOSVersion</key>
22-
<string>11.0</string>
22+
<string>12.2</string>
2323
<key>NSExtension</key>
2424
<dict>
2525
<key>NSExtensionAttributes</key>

WatchOSIntents/intentsxamsample/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>LSRequiresIPhoneOS</key>
1414
<true/>
1515
<key>MinimumOSVersion</key>
16-
<string>11.0</string>
16+
<string>12.2</string>
1717
<key>UIDeviceFamily</key>
1818
<array>
1919
<integer>1</integer>

iOSCoolApp/dotnet/iOSCoolApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<OutputType>Exe</OutputType>
1212
<RootNamespace>iOSCoolApp</RootNamespace>
1313
<AssemblyName>iOSCoolApp</AssemblyName>
14-
<SupportedOSPlatformVersion>11.0</SupportedOSPlatformVersion>
14+
<SupportedOSPlatformVersion>12.2</SupportedOSPlatformVersion>
1515
<CodesignKey>Apple Distribution: Luis Aguilera (DPXCPAGVTZ)</CodesignKey>
1616
<CodesignProvision>iOS Publish Workflow II - Distribution Profile (.N</CodesignProvision>
1717
<BuildIpa>true</BuildIpa>

iOSCoolApp/iOSCoolApp/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>LSRequiresIPhoneOS</key>
1616
<true/>
1717
<key>MinimumOSVersion</key>
18-
<string>11.0</string>
18+
<string>12.2</string>
1919
<key>UIDeviceFamily</key>
2020
<array>
2121
<integer>1</integer>

iTravel/dotnet/iTravel.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<OutputType>Exe</OutputType>
1414
<RootNamespace>iTravel</RootNamespace>
1515
<AssemblyName>iTravel</AssemblyName>
16-
<SupportedOSPlatformVersion>11.0</SupportedOSPlatformVersion>
16+
<SupportedOSPlatformVersion>12.2</SupportedOSPlatformVersion>
1717
<CodesignKey>Apple Distribution: Luis Aguilera (DPXCPAGVTZ)</CodesignKey>
1818
<OnDemandResourcesPrefetchOrder>paris</OnDemandResourcesPrefetchOrder>
1919
<OnDemandResourcesInitialInstallTags>rotterdam</OnDemandResourcesInitialInstallTags>

iTravel/iTravel/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>LSRequiresIPhoneOS</key>
1212
<true/>
1313
<key>MinimumOSVersion</key>
14-
<string>11.0</string>
14+
<string>12.2</string>
1515
<key>UIDeviceFamily</key>
1616
<array>
1717
<integer>1</integer>

0 commit comments

Comments
 (0)