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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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>

0 commit comments

Comments
 (0)