Merge net8.0-xcode15 into main (#57)

* Fix failing submission tests for net8.0-xcode15 updates (#55)

* Fix failing submission tests for net8.0-xcode15 updates

All tests are passing with the exception of the watchOS intents sample.
This is because of a mismatch in min os version support due to the recent
change of armv7k arch no longer being supported and the defined version
in Xamarin.framework.

---------

Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>

* Update WatchOSIntents version and arch for Xcode 15 (#56)

---------

Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
This commit is contained in:
Haritha Mohan 2023-10-13 11:13:15 -07:00 коммит произвёл GitHub
Родитель 8572d28508
Коммит 686ed57c29
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
40 изменённых файлов: 70 добавлений и 44 удалений

Просмотреть файл

@ -13,7 +13,7 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSMinimumSystemVersion</key>
<string>10.11</string>
<string>10.15</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleInfoDictionaryVersion</key>

Просмотреть файл

@ -5,6 +5,8 @@
// We test this because ? F# and notarization (it's not in the App Store [Connect])
-->
<TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)-macos</TargetFramework>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RuntimeIdentifier>osx-x64</RuntimeIdentifier>
<OutputType>Exe</OutputType>
<RootNamespace>FSharpMacCoolApp</RootNamespace>

Просмотреть файл

@ -34,7 +34,7 @@
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<GenerateTailCalls>true</GenerateTailCalls>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchArch>ARM64</MtouchArch>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<ConsolePause>false</ConsolePause>
<CodesignKey>Apple Distribution: Luis Aguilera (DPXCPAGVTZ)</CodesignKey>
@ -66,7 +66,7 @@
<OutputPath>bin\iPhone\Debug</OutputPath>
<DefineConstants>DEBUG;ENABLE_TEST_CLOUD</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchArch>ARM64</MtouchArch>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchFloat32>true</MtouchFloat32>
<ConsolePause>false</ConsolePause>

Просмотреть файл

@ -13,7 +13,7 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>9.0</string>
<string>11.0</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>

Просмотреть файл

@ -5,11 +5,13 @@
// We test this because ? F# support
-->
<TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)-ios</TargetFramework>
<RuntimeIdentifiers>ios-arm64;ios-arm</RuntimeIdentifiers>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RuntimeIdentifiers>ios-arm64</RuntimeIdentifiers>
<OutputType>Exe</OutputType>
<RootNamespace>FSharpiOSCoolApp</RootNamespace>
<AssemblyName>FSharpiOSCoolApp</AssemblyName>
<SupportedOSPlatformVersion>10.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion>11.0</SupportedOSPlatformVersion>
<CodesignKey>Apple Distribution: Luis Aguilera (DPXCPAGVTZ)</CodesignKey>
<BuildIpa>true</BuildIpa>
<GenerateTailCalls>true</GenerateTailCalls>

Просмотреть файл

@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>LSMinimumSystemVersion</key>
<string>10.10</string>
<string>10.15</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>

Просмотреть файл

@ -25,7 +25,7 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSMinimumSystemVersion</key>
<string>10.10</string>
<string>10.15</string>
<key>NSHumanReadableCopyright</key>
<string>olegoid</string>
<key>NSMainNibFile</key>

Просмотреть файл

@ -6,6 +6,8 @@
// actually because of QTKit deprecation we are forced to use "Link SDK" and an XML file that preserve (almost) everything else
-->
<TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)-macos</TargetFramework>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RuntimeIdentifiers>osx-arm64;osx-x64</RuntimeIdentifiers>
<OutputType>Exe</OutputType>
<RootNamespace>MacCoolApp</RootNamespace>

Просмотреть файл

@ -2,6 +2,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst</TargetFramework>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputType>Exe</OutputType>
<MtouchLink>SdkOnly</MtouchLink>

Просмотреть файл

@ -2,6 +2,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst</TargetFramework>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputType>Exe</OutputType>
<RuntimeIdentifiers>maccatalyst-arm64;maccatalyst-x64</RuntimeIdentifiers>
<MtouchLink>SdkOnly</MtouchLink>

Просмотреть файл

@ -2,6 +2,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst</TargetFramework>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputType>Exe</OutputType>
<RuntimeIdentifier>maccatalyst-arm64</RuntimeIdentifier>

Просмотреть файл

@ -2,6 +2,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst</TargetFramework>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputType>Exe</OutputType>
<MtouchLink>None</MtouchLink>

Просмотреть файл

@ -13,7 +13,7 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>9.2</string>
<string>11.0</string>
<key>UIDeviceFamily</key>
<array>
<integer>3</integer>

Просмотреть файл

@ -9,7 +9,7 @@
<key>CFBundleIdentifier</key>
<string>com.xamarin.odr-tvos</string>
<key>MinimumOSVersion</key>
<string>9.2</string>
<string>11.0</string>
<key>UIDeviceFamily</key>
<array>
<integer>3</integer>

Просмотреть файл

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>MinimumOSVersion</key>
<string>10.2</string>
<string>11.0</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>

Просмотреть файл

@ -5,11 +5,13 @@
// We test this because ? the linker is disabled and all symbols are present in the binary
-->
<TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)-tvos</TargetFramework>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RuntimeIdentifier>tvos-arm64</RuntimeIdentifier>
<OutputType>Exe</OutputType>
<RootNamespace>ODRsTVOS</RootNamespace>
<AssemblyName>ODRsTVOS</AssemblyName>
<SupportedOSPlatformVersion>10.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion>11.0</SupportedOSPlatformVersion>
<MtouchFloat32>true</MtouchFloat32>
<CodesignKey>Apple Distribution: Luis Aguilera (DPXCPAGVTZ)</CodesignKey>

Просмотреть файл

@ -5,11 +5,13 @@
// We test this because ? the linker is disabled and all symbols are present in the binary
-->
<TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)-tvos</TargetFramework>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RuntimeIdentifier>tvos-arm64</RuntimeIdentifier>
<RootNamespace>ODRsTVOSExt</RootNamespace>
<AssemblyName>ODRsTVOSExt</AssemblyName>
<IsAppExtension>true</IsAppExtension>
<SupportedOSPlatformVersion>10.2</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion>11.0</SupportedOSPlatformVersion>
<MtouchFloat32>true</MtouchFloat32>
<CodesignKey>Apple Distribution: Luis Aguilera (DPXCPAGVTZ)</CodesignKey>

Просмотреть файл

@ -9,7 +9,7 @@
<key>CFBundleIdentifier</key>
<string>com.xamarin.scenekit-tvos</string>
<key>MinimumOSVersion</key>
<string>9.1</string>
<string>11.0</string>
<key>UIDeviceFamily</key>
<array>
<integer>3</integer>

Просмотреть файл

@ -2,11 +2,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)-tvos</TargetFramework>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RuntimeIdentifier>tvos-arm64</RuntimeIdentifier>
<OutputType>Exe</OutputType>
<RootNamespace>SceneKitGame</RootNamespace>
<AssemblyName>SceneKitGame</AssemblyName>
<SupportedOSPlatformVersion>10.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion>11.0</SupportedOSPlatformVersion>
<MtouchFloat32>true</MtouchFloat32>
<CodesignKey>Apple Distribution: Luis Aguilera (DPXCPAGVTZ)</CodesignKey>

Просмотреть файл

@ -22,7 +22,7 @@
<key>GCSupportsControllerUserInteraction</key>
<true/>
<key>MinimumOSVersion</key>
<string>9.0</string>
<string>11.0</string>
<key>UIDeviceFamily</key>
<array>
<integer>3</integer>

Просмотреть файл

@ -5,11 +5,13 @@
// We test this because ? the linker is disabled and all symbols are present in the binary
-->
<TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)-tvos</TargetFramework>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RuntimeIdentifier>tvos-arm64</RuntimeIdentifier>
<OutputType>Exe</OutputType>
<RootNamespace>UICatalog</RootNamespace>
<AssemblyName>UICatalog</AssemblyName>
<SupportedOSPlatformVersion>10.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion>11.0</SupportedOSPlatformVersion>
<MtouchFloat32>true</MtouchFloat32>
<CodesignKey>Apple Distribution: Luis Aguilera (DPXCPAGVTZ)</CodesignKey>

Просмотреть файл

@ -11,7 +11,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>5.0</string>
<string>9.0</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>

Просмотреть файл

@ -43,7 +43,7 @@
<MtouchEnableBitcode>true</MtouchEnableBitcode>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>ARMv7k</MtouchArch>
<MtouchArch>ARM64_32</MtouchArch>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<IOSDebugOverWiFi>false</IOSDebugOverWiFi>
<MtouchVerbosity></MtouchVerbosity>
@ -81,7 +81,7 @@
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<IOSDebuggerPort>28208</IOSDebuggerPort>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>ARMv7k</MtouchArch>
<MtouchArch>ARM64_32</MtouchArch>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<IOSDebugOverWiFi>false</IOSDebugOverWiFi>
<MtouchVerbosity></MtouchVerbosity>

Просмотреть файл

@ -13,7 +13,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>5.0</string>
<string>9.0</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>

Просмотреть файл

@ -43,12 +43,12 @@
<MtouchEnableBitcode>true</MtouchEnableBitcode>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>ARMv7k</MtouchArch>
<MtouchArch>ARM64_32</MtouchArch>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<IOSDebugOverWiFi>false</IOSDebugOverWiFi>
<MtouchVerbosity></MtouchVerbosity>
<CodesignProvision>WatchKit Catalog Watch App Extension</CodesignProvision>
<MtouchExtraArgs>--abi=armv7k+llvm,arm64_32+llvm</MtouchExtraArgs>
<MtouchExtraArgs>--abi=arm64_32+llvm</MtouchExtraArgs>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugType>pdbonly</DebugType>
@ -82,7 +82,7 @@
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<IOSDebuggerPort>42332</IOSDebuggerPort>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>ARMv7k</MtouchArch>
<MtouchArch>ARM64_32</MtouchArch>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<IOSDebugOverWiFi>false</IOSDebugOverWiFi>
<MtouchVerbosity></MtouchVerbosity>

Просмотреть файл

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>MinimumOSVersion</key>
<string>10.3</string>
<string>11.0</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>

Просмотреть файл

@ -40,7 +40,7 @@
<MtouchFloat32>true</MtouchFloat32>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchArch>ARM64</MtouchArch>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
<CodesignProvision>Intents Sample - Distribution Profile</CodesignProvision>
</PropertyGroup>
@ -76,7 +76,7 @@
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<IOSDebuggerPort>10001</IOSDebuggerPort>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchArch>ARM64</MtouchArch>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
<CodesignProvision></CodesignProvision>
</PropertyGroup>

Просмотреть файл

@ -19,7 +19,7 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>10.3</string>
<string>11.0</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>

Просмотреть файл

@ -40,7 +40,7 @@
<MtouchFloat32>true</MtouchFloat32>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchArch>ARM64</MtouchArch>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
<CodesignProvision>Intents Sample - Distribution Profile</CodesignProvision>
</PropertyGroup>
@ -76,7 +76,7 @@
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<IOSDebuggerPort>10001</IOSDebuggerPort>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchArch>ARM64</MtouchArch>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
</PropertyGroup>
<ItemGroup>

Просмотреть файл

@ -19,7 +19,7 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>3.2</string>
<string>10.0</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>

Просмотреть файл

@ -15,7 +15,7 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>3.2</string>
<string>4.0</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>

Просмотреть файл

@ -15,7 +15,7 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>3.2</string>
<string>4.0</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>

Просмотреть файл

@ -13,7 +13,7 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>10.3</string>
<string>11.0</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>

Просмотреть файл

@ -40,7 +40,7 @@
<MtouchFloat32>true</MtouchFloat32>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchArch>ARM64</MtouchArch>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
<PlatformTarget>x86</PlatformTarget>
<BuildIpa>true</BuildIpa>
@ -77,7 +77,7 @@
<MtouchFloat32>true</MtouchFloat32>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchArch>ARM64</MtouchArch>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
<PlatformTarget>x86</PlatformTarget>
<CodesignProvision></CodesignProvision>

Просмотреть файл

@ -5,11 +5,13 @@
// We test this because ? interpreter support
-->
<TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)-ios</TargetFramework>
<RuntimeIdentifiers>ios-arm64;ios-arm</RuntimeIdentifiers>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RuntimeIdentifiers>ios-arm64</RuntimeIdentifiers>
<OutputType>Exe</OutputType>
<RootNamespace>iOSCoolApp</RootNamespace>
<AssemblyName>iOSCoolApp</AssemblyName>
<SupportedOSPlatformVersion>10.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion>11.0</SupportedOSPlatformVersion>
<CodesignKey>Apple Distribution: Luis Aguilera (DPXCPAGVTZ)</CodesignKey>
<CodesignProvision>iOS Publish Workflow II - Distribution Profile (.N</CodesignProvision>
<BuildIpa>true</BuildIpa>

Просмотреть файл

@ -15,7 +15,7 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>9.0</string>
<string>11.0</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>

Просмотреть файл

@ -32,7 +32,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchArch>ARM64</MtouchArch>
<ConsolePause>false</ConsolePause>
<CodesignKey>Apple Distribution: Luis Aguilera (DPXCPAGVTZ)</CodesignKey>
<BuildIpa>true</BuildIpa>
@ -63,7 +63,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchArch>ARM64</MtouchArch>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchProfiling>true</MtouchProfiling>
<CodesignKey>iPhone Developer</CodesignKey>

Просмотреть файл

@ -7,11 +7,13 @@
// - No 32bits slice since it's too big to be generated successfully (since mono-2019-02)
-->
<TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)-ios</TargetFramework>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier> <!-- test case is 64-bit only -->
<OutputType>Exe</OutputType>
<RootNamespace>iTravel</RootNamespace>
<AssemblyName>iTravel</AssemblyName>
<SupportedOSPlatformVersion>10.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion>11.0</SupportedOSPlatformVersion>
<CodesignKey>Apple Distribution: Luis Aguilera (DPXCPAGVTZ)</CodesignKey>
<OnDemandResourcesPrefetchOrder>paris</OnDemandResourcesPrefetchOrder>
<OnDemandResourcesInitialInstallTags>rotterdam</OnDemandResourcesInitialInstallTags>

Просмотреть файл

@ -11,7 +11,7 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>9.0</string>
<string>11.0</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>

Просмотреть файл

@ -74,7 +74,7 @@
<MtouchFloat32>true</MtouchFloat32>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchLink>None</MtouchLink>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchArch>ARM64</MtouchArch>
<PlatformTarget>x86</PlatformTarget>
<OnDemandResourcesInitialInstallTags>Istanbul</OnDemandResourcesInitialInstallTags>
<OnDemandResourcesPrefetchOrder>Paris</OnDemandResourcesPrefetchOrder>