From 686ed57c29bff1abb8909959c2a99cce7e7e5263 Mon Sep 17 00:00:00 2001 From: Haritha Mohan Date: Fri, 13 Oct 2023 11:13:15 -0700 Subject: [PATCH] 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 * Update WatchOSIntents version and arch for Xcode 15 (#56) --------- Co-authored-by: Rolf Bjarne Kvinge --- FSharpMacCoolApp/FSharpMacCoolApp/Info.plist | 2 +- FSharpMacCoolApp/dotnet/FSharpMacCoolApp.fsproj | 2 ++ FSharpiOSCoolApp/FSharpiOSCoolApp/FSharpiOSCoolApp.fsproj | 4 ++-- FSharpiOSCoolApp/FSharpiOSCoolApp/Info.plist | 2 +- FSharpiOSCoolApp/dotnet/FSharpiOSCoolApp.fsproj | 6 ++++-- MacCoolApp/MacCoolApp/Info.plist | 2 +- MacCoolApp_DontLink/MacCoolApp/Info.plist | 2 +- MacCoolApp_DontLink/dotnet/MacCoolApp.csproj | 2 ++ MyCatalystApp/MyCatalystApp.csproj | 2 ++ MyFatCatalystApp/MyFatCatalystApp.csproj | 2 ++ MyNotarizedCatalystApp/MyNotarizedCatalystApp.csproj | 2 ++ MyUnlinkedCatalystApp/MyUnlinkedCatalystApp.csproj | 2 ++ ODRsTVOS/ODRsTVOS/Info.plist | 2 +- ODRsTVOS_Extension/ODRsTVOS/Info.plist | 2 +- ODRsTVOS_Extension/ODRsTVOSExt/Info.plist | 2 +- ODRsTVOS_Extension/dotnet/ODRsTVOS/ODRsTVOS.csproj | 4 +++- ODRsTVOS_Extension/dotnet/ODRsTVOSExt/ODRsTVOSExt.csproj | 4 +++- SceneKitGame/SceneKitGame/Info.plist | 2 +- SceneKitGame/dotnet/SceneKitGame.csproj | 4 +++- UICatalog/UICatalog/Info.plist | 2 +- UICatalog/dotnet/UICatalog.csproj | 4 +++- WatchOS/MainApp.WatchApp/Info.plist | 2 +- WatchOS/MainApp.WatchApp/MainApp.WatchApp.csproj | 4 ++-- WatchOS/MainApp.WatchAppExtension/Info.plist | 2 +- .../MainApp.WatchAppExtension.csproj | 6 +++--- WatchOSIntents/intentsphone/Info.plist | 2 +- WatchOSIntents/intentsphone/intentsphone.csproj | 4 ++-- WatchOSIntents/intentsphoneUI/Info.plist | 2 +- WatchOSIntents/intentsphoneUI/intentsphoneUI.csproj | 4 ++-- WatchOSIntents/intentswatch/Info.plist | 2 +- WatchOSIntents/intentsxamsample.watchkitapp/Info.plist | 2 +- .../intentsxamsample.watchkitappExtension/Info.plist | 2 +- WatchOSIntents/intentsxamsample/Info.plist | 2 +- WatchOSIntents/intentsxamsample/intentsxamsample.csproj | 4 ++-- iOSCoolApp/dotnet/iOSCoolApp.csproj | 6 ++++-- iOSCoolApp/iOSCoolApp/Info.plist | 2 +- iOSCoolApp/iOSCoolApp/iOSCoolApp.csproj | 4 ++-- iTravel/dotnet/iTravel.csproj | 4 +++- iTravel/iTravel/Info.plist | 2 +- iTravel/iTravel/iTravel.csproj | 2 +- 40 files changed, 70 insertions(+), 44 deletions(-) diff --git a/FSharpMacCoolApp/FSharpMacCoolApp/Info.plist b/FSharpMacCoolApp/FSharpMacCoolApp/Info.plist index da42a5b..873bd38 100644 --- a/FSharpMacCoolApp/FSharpMacCoolApp/Info.plist +++ b/FSharpMacCoolApp/FSharpMacCoolApp/Info.plist @@ -13,7 +13,7 @@ CFBundleVersion 1.0 LSMinimumSystemVersion - 10.11 + 10.15 CFBundleDevelopmentRegion en CFBundleInfoDictionaryVersion diff --git a/FSharpMacCoolApp/dotnet/FSharpMacCoolApp.fsproj b/FSharpMacCoolApp/dotnet/FSharpMacCoolApp.fsproj index ba61c03..d520745 100644 --- a/FSharpMacCoolApp/dotnet/FSharpMacCoolApp.fsproj +++ b/FSharpMacCoolApp/dotnet/FSharpMacCoolApp.fsproj @@ -5,6 +5,8 @@ // We test this because ? F# and notarization (it's not in the App Store [Connect]) --> net$(BundledNETCoreAppTargetFrameworkVersion)-macos + True + false osx-x64 Exe FSharpMacCoolApp diff --git a/FSharpiOSCoolApp/FSharpiOSCoolApp/FSharpiOSCoolApp.fsproj b/FSharpiOSCoolApp/FSharpiOSCoolApp/FSharpiOSCoolApp.fsproj index 081a829..a29ca9e 100644 --- a/FSharpiOSCoolApp/FSharpiOSCoolApp/FSharpiOSCoolApp.fsproj +++ b/FSharpiOSCoolApp/FSharpiOSCoolApp/FSharpiOSCoolApp.fsproj @@ -34,7 +34,7 @@ prompt true - ARMv7, ARM64 + ARM64 Entitlements.plist false Apple Distribution: Luis Aguilera (DPXCPAGVTZ) @@ -66,7 +66,7 @@ bin\iPhone\Debug DEBUG;ENABLE_TEST_CLOUD prompt - ARMv7, ARM64 + ARM64 Entitlements.plist true false diff --git a/FSharpiOSCoolApp/FSharpiOSCoolApp/Info.plist b/FSharpiOSCoolApp/FSharpiOSCoolApp/Info.plist index 464d51a..fa591bd 100644 --- a/FSharpiOSCoolApp/FSharpiOSCoolApp/Info.plist +++ b/FSharpiOSCoolApp/FSharpiOSCoolApp/Info.plist @@ -13,7 +13,7 @@ LSRequiresIPhoneOS MinimumOSVersion - 9.0 + 11.0 UIDeviceFamily 1 diff --git a/FSharpiOSCoolApp/dotnet/FSharpiOSCoolApp.fsproj b/FSharpiOSCoolApp/dotnet/FSharpiOSCoolApp.fsproj index 8366cc9..2374b65 100644 --- a/FSharpiOSCoolApp/dotnet/FSharpiOSCoolApp.fsproj +++ b/FSharpiOSCoolApp/dotnet/FSharpiOSCoolApp.fsproj @@ -5,11 +5,13 @@ // We test this because ? F# support --> net$(BundledNETCoreAppTargetFrameworkVersion)-ios - ios-arm64;ios-arm + True + false + ios-arm64 Exe FSharpiOSCoolApp FSharpiOSCoolApp - 10.0 + 11.0 Apple Distribution: Luis Aguilera (DPXCPAGVTZ) true true diff --git a/MacCoolApp/MacCoolApp/Info.plist b/MacCoolApp/MacCoolApp/Info.plist index 5457607..53b7c09 100644 --- a/MacCoolApp/MacCoolApp/Info.plist +++ b/MacCoolApp/MacCoolApp/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? LSMinimumSystemVersion - 10.10 + 10.15 NSMainNibFile MainMenu NSPrincipalClass diff --git a/MacCoolApp_DontLink/MacCoolApp/Info.plist b/MacCoolApp_DontLink/MacCoolApp/Info.plist index e5b82fc..8615907 100644 --- a/MacCoolApp_DontLink/MacCoolApp/Info.plist +++ b/MacCoolApp_DontLink/MacCoolApp/Info.plist @@ -25,7 +25,7 @@ CFBundleVersion 1.0 LSMinimumSystemVersion - 10.10 + 10.15 NSHumanReadableCopyright olegoid NSMainNibFile diff --git a/MacCoolApp_DontLink/dotnet/MacCoolApp.csproj b/MacCoolApp_DontLink/dotnet/MacCoolApp.csproj index 5f113bc..e78763e 100644 --- a/MacCoolApp_DontLink/dotnet/MacCoolApp.csproj +++ b/MacCoolApp_DontLink/dotnet/MacCoolApp.csproj @@ -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 --> net$(BundledNETCoreAppTargetFrameworkVersion)-macos + True + false osx-arm64;osx-x64 Exe MacCoolApp diff --git a/MyCatalystApp/MyCatalystApp.csproj b/MyCatalystApp/MyCatalystApp.csproj index 7097780..175297b 100644 --- a/MyCatalystApp/MyCatalystApp.csproj +++ b/MyCatalystApp/MyCatalystApp.csproj @@ -2,6 +2,8 @@ net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst + True + false Exe SdkOnly diff --git a/MyFatCatalystApp/MyFatCatalystApp.csproj b/MyFatCatalystApp/MyFatCatalystApp.csproj index e177e65..c136ba7 100644 --- a/MyFatCatalystApp/MyFatCatalystApp.csproj +++ b/MyFatCatalystApp/MyFatCatalystApp.csproj @@ -2,6 +2,8 @@ net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst + True + false Exe maccatalyst-arm64;maccatalyst-x64 SdkOnly diff --git a/MyNotarizedCatalystApp/MyNotarizedCatalystApp.csproj b/MyNotarizedCatalystApp/MyNotarizedCatalystApp.csproj index 118d47a..8b22c96 100644 --- a/MyNotarizedCatalystApp/MyNotarizedCatalystApp.csproj +++ b/MyNotarizedCatalystApp/MyNotarizedCatalystApp.csproj @@ -2,6 +2,8 @@ net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst + True + false Exe maccatalyst-arm64 diff --git a/MyUnlinkedCatalystApp/MyUnlinkedCatalystApp.csproj b/MyUnlinkedCatalystApp/MyUnlinkedCatalystApp.csproj index a2f0edb..fdd1dae 100644 --- a/MyUnlinkedCatalystApp/MyUnlinkedCatalystApp.csproj +++ b/MyUnlinkedCatalystApp/MyUnlinkedCatalystApp.csproj @@ -2,6 +2,8 @@ net$(BundledNETCoreAppTargetFrameworkVersion)-maccatalyst + True + false Exe None diff --git a/ODRsTVOS/ODRsTVOS/Info.plist b/ODRsTVOS/ODRsTVOS/Info.plist index 31b48ab..a71b51c 100644 --- a/ODRsTVOS/ODRsTVOS/Info.plist +++ b/ODRsTVOS/ODRsTVOS/Info.plist @@ -13,7 +13,7 @@ CFBundleVersion 1.0 MinimumOSVersion - 9.2 + 11.0 UIDeviceFamily 3 diff --git a/ODRsTVOS_Extension/ODRsTVOS/Info.plist b/ODRsTVOS_Extension/ODRsTVOS/Info.plist index c917457..c17d13a 100644 --- a/ODRsTVOS_Extension/ODRsTVOS/Info.plist +++ b/ODRsTVOS_Extension/ODRsTVOS/Info.plist @@ -9,7 +9,7 @@ CFBundleIdentifier com.xamarin.odr-tvos MinimumOSVersion - 9.2 + 11.0 UIDeviceFamily 3 diff --git a/ODRsTVOS_Extension/ODRsTVOSExt/Info.plist b/ODRsTVOS_Extension/ODRsTVOSExt/Info.plist index e698ee3..be0f8ab 100644 --- a/ODRsTVOS_Extension/ODRsTVOSExt/Info.plist +++ b/ODRsTVOS_Extension/ODRsTVOSExt/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType XPC! MinimumOSVersion - 10.2 + 11.0 NSExtension NSExtensionAttributes diff --git a/ODRsTVOS_Extension/dotnet/ODRsTVOS/ODRsTVOS.csproj b/ODRsTVOS_Extension/dotnet/ODRsTVOS/ODRsTVOS.csproj index 6d7f7c0..1dd86b2 100644 --- a/ODRsTVOS_Extension/dotnet/ODRsTVOS/ODRsTVOS.csproj +++ b/ODRsTVOS_Extension/dotnet/ODRsTVOS/ODRsTVOS.csproj @@ -5,11 +5,13 @@ // We test this because ? the linker is disabled and all symbols are present in the binary --> net$(BundledNETCoreAppTargetFrameworkVersion)-tvos + True + false tvos-arm64 Exe ODRsTVOS ODRsTVOS - 10.0 + 11.0 true Apple Distribution: Luis Aguilera (DPXCPAGVTZ) diff --git a/ODRsTVOS_Extension/dotnet/ODRsTVOSExt/ODRsTVOSExt.csproj b/ODRsTVOS_Extension/dotnet/ODRsTVOSExt/ODRsTVOSExt.csproj index b59943e..4feb295 100644 --- a/ODRsTVOS_Extension/dotnet/ODRsTVOSExt/ODRsTVOSExt.csproj +++ b/ODRsTVOS_Extension/dotnet/ODRsTVOSExt/ODRsTVOSExt.csproj @@ -5,11 +5,13 @@ // We test this because ? the linker is disabled and all symbols are present in the binary --> net$(BundledNETCoreAppTargetFrameworkVersion)-tvos + True + false tvos-arm64 ODRsTVOSExt ODRsTVOSExt true - 10.2 + 11.0 true Apple Distribution: Luis Aguilera (DPXCPAGVTZ) diff --git a/SceneKitGame/SceneKitGame/Info.plist b/SceneKitGame/SceneKitGame/Info.plist index 83dfe8f..d0797cc 100644 --- a/SceneKitGame/SceneKitGame/Info.plist +++ b/SceneKitGame/SceneKitGame/Info.plist @@ -9,7 +9,7 @@ CFBundleIdentifier com.xamarin.scenekit-tvos MinimumOSVersion - 9.1 + 11.0 UIDeviceFamily 3 diff --git a/SceneKitGame/dotnet/SceneKitGame.csproj b/SceneKitGame/dotnet/SceneKitGame.csproj index e2ac4c9..f98f525 100644 --- a/SceneKitGame/dotnet/SceneKitGame.csproj +++ b/SceneKitGame/dotnet/SceneKitGame.csproj @@ -2,11 +2,13 @@ net$(BundledNETCoreAppTargetFrameworkVersion)-tvos + True + false tvos-arm64 Exe SceneKitGame SceneKitGame - 10.0 + 11.0 true Apple Distribution: Luis Aguilera (DPXCPAGVTZ) diff --git a/UICatalog/UICatalog/Info.plist b/UICatalog/UICatalog/Info.plist index 8322e46..19bfa3c 100644 --- a/UICatalog/UICatalog/Info.plist +++ b/UICatalog/UICatalog/Info.plist @@ -22,7 +22,7 @@ GCSupportsControllerUserInteraction MinimumOSVersion - 9.0 + 11.0 UIDeviceFamily 3 diff --git a/UICatalog/dotnet/UICatalog.csproj b/UICatalog/dotnet/UICatalog.csproj index 1832274..6ff36ec 100644 --- a/UICatalog/dotnet/UICatalog.csproj +++ b/UICatalog/dotnet/UICatalog.csproj @@ -5,11 +5,13 @@ // We test this because ? the linker is disabled and all symbols are present in the binary --> net$(BundledNETCoreAppTargetFrameworkVersion)-tvos + True + false tvos-arm64 Exe UICatalog UICatalog - 10.0 + 11.0 true Apple Distribution: Luis Aguilera (DPXCPAGVTZ) diff --git a/WatchOS/MainApp.WatchApp/Info.plist b/WatchOS/MainApp.WatchApp/Info.plist index c1c4b70..bcf6223 100644 --- a/WatchOS/MainApp.WatchApp/Info.plist +++ b/WatchOS/MainApp.WatchApp/Info.plist @@ -11,7 +11,7 @@ CFBundleShortVersionString 1.0 MinimumOSVersion - 5.0 + 9.0 UISupportedInterfaceOrientations UIInterfaceOrientationPortrait diff --git a/WatchOS/MainApp.WatchApp/MainApp.WatchApp.csproj b/WatchOS/MainApp.WatchApp/MainApp.WatchApp.csproj index d89c1b7..4d89faa 100644 --- a/WatchOS/MainApp.WatchApp/MainApp.WatchApp.csproj +++ b/WatchOS/MainApp.WatchApp/MainApp.WatchApp.csproj @@ -43,7 +43,7 @@ true Entitlements.plist SdkOnly - ARMv7k + ARM64_32 NSUrlSessionHandler false @@ -81,7 +81,7 @@ Entitlements.plist 28208 SdkOnly - ARMv7k + ARM64_32 NSUrlSessionHandler false diff --git a/WatchOS/MainApp.WatchAppExtension/Info.plist b/WatchOS/MainApp.WatchAppExtension/Info.plist index 81265e3..d10876f 100644 --- a/WatchOS/MainApp.WatchAppExtension/Info.plist +++ b/WatchOS/MainApp.WatchAppExtension/Info.plist @@ -13,7 +13,7 @@ CFBundleShortVersionString 1.0 MinimumOSVersion - 5.0 + 9.0 NSExtension NSExtensionAttributes diff --git a/WatchOS/MainApp.WatchAppExtension/MainApp.WatchAppExtension.csproj b/WatchOS/MainApp.WatchAppExtension/MainApp.WatchAppExtension.csproj index c57f247..efe5620 100644 --- a/WatchOS/MainApp.WatchAppExtension/MainApp.WatchAppExtension.csproj +++ b/WatchOS/MainApp.WatchAppExtension/MainApp.WatchAppExtension.csproj @@ -43,12 +43,12 @@ true Entitlements.plist SdkOnly - ARMv7k + ARM64_32 NSUrlSessionHandler false WatchKit Catalog Watch App Extension - --abi=armv7k+llvm,arm64_32+llvm + --abi=arm64_32+llvm pdbonly @@ -82,7 +82,7 @@ Entitlements.plist 42332 SdkOnly - ARMv7k + ARM64_32 NSUrlSessionHandler false diff --git a/WatchOSIntents/intentsphone/Info.plist b/WatchOSIntents/intentsphone/Info.plist index 5ce2b8d..d0afc89 100644 --- a/WatchOSIntents/intentsphone/Info.plist +++ b/WatchOSIntents/intentsphone/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType XPC! MinimumOSVersion - 10.3 + 11.0 NSExtension NSExtensionAttributes diff --git a/WatchOSIntents/intentsphone/intentsphone.csproj b/WatchOSIntents/intentsphone/intentsphone.csproj index 69e139c..9f0f787 100644 --- a/WatchOSIntents/intentsphone/intentsphone.csproj +++ b/WatchOSIntents/intentsphone/intentsphone.csproj @@ -40,7 +40,7 @@ true Entitlements.plist SdkOnly - ARMv7, ARM64 + ARM64 HttpClientHandler Intents Sample - Distribution Profile @@ -76,7 +76,7 @@ Entitlements.plist 10001 SdkOnly - ARMv7, ARM64 + ARM64 HttpClientHandler diff --git a/WatchOSIntents/intentsphoneUI/Info.plist b/WatchOSIntents/intentsphoneUI/Info.plist index 31ddefe..6cd5cd9 100644 --- a/WatchOSIntents/intentsphoneUI/Info.plist +++ b/WatchOSIntents/intentsphoneUI/Info.plist @@ -19,7 +19,7 @@ CFBundleVersion 1.0 MinimumOSVersion - 10.3 + 11.0 NSExtension NSExtensionAttributes diff --git a/WatchOSIntents/intentsphoneUI/intentsphoneUI.csproj b/WatchOSIntents/intentsphoneUI/intentsphoneUI.csproj index df814e0..3406c7f 100644 --- a/WatchOSIntents/intentsphoneUI/intentsphoneUI.csproj +++ b/WatchOSIntents/intentsphoneUI/intentsphoneUI.csproj @@ -40,7 +40,7 @@ true Entitlements.plist SdkOnly - ARMv7, ARM64 + ARM64 HttpClientHandler Intents Sample - Distribution Profile @@ -76,7 +76,7 @@ Entitlements.plist 10001 SdkOnly - ARMv7, ARM64 + ARM64 HttpClientHandler diff --git a/WatchOSIntents/intentswatch/Info.plist b/WatchOSIntents/intentswatch/Info.plist index f37c47a..2cfa65e 100644 --- a/WatchOSIntents/intentswatch/Info.plist +++ b/WatchOSIntents/intentswatch/Info.plist @@ -19,7 +19,7 @@ CFBundleVersion 1.0 MinimumOSVersion - 3.2 + 10.0 NSExtension NSExtensionAttributes diff --git a/WatchOSIntents/intentsxamsample.watchkitapp/Info.plist b/WatchOSIntents/intentsxamsample.watchkitapp/Info.plist index a7fcac6..2de6e7e 100644 --- a/WatchOSIntents/intentsxamsample.watchkitapp/Info.plist +++ b/WatchOSIntents/intentsxamsample.watchkitapp/Info.plist @@ -15,7 +15,7 @@ CFBundleVersion 1.0 MinimumOSVersion - 3.2 + 4.0 UISupportedInterfaceOrientations UIInterfaceOrientationPortrait diff --git a/WatchOSIntents/intentsxamsample.watchkitappExtension/Info.plist b/WatchOSIntents/intentsxamsample.watchkitappExtension/Info.plist index b6c71d3..8d8007c 100644 --- a/WatchOSIntents/intentsxamsample.watchkitappExtension/Info.plist +++ b/WatchOSIntents/intentsxamsample.watchkitappExtension/Info.plist @@ -15,7 +15,7 @@ CFBundleVersion 1.0 MinimumOSVersion - 3.2 + 4.0 NSExtension NSExtensionAttributes diff --git a/WatchOSIntents/intentsxamsample/Info.plist b/WatchOSIntents/intentsxamsample/Info.plist index 8548998..db2e0ed 100644 --- a/WatchOSIntents/intentsxamsample/Info.plist +++ b/WatchOSIntents/intentsxamsample/Info.plist @@ -13,7 +13,7 @@ LSRequiresIPhoneOS MinimumOSVersion - 10.3 + 11.0 UIDeviceFamily 1 diff --git a/WatchOSIntents/intentsxamsample/intentsxamsample.csproj b/WatchOSIntents/intentsxamsample/intentsxamsample.csproj index b2c0072..c33d0da 100644 --- a/WatchOSIntents/intentsxamsample/intentsxamsample.csproj +++ b/WatchOSIntents/intentsxamsample/intentsxamsample.csproj @@ -40,7 +40,7 @@ true Entitlements.plist SdkOnly - ARMv7, ARM64 + ARM64 HttpClientHandler x86 true @@ -77,7 +77,7 @@ true Entitlements.plist SdkOnly - ARMv7, ARM64 + ARM64 HttpClientHandler x86 diff --git a/iOSCoolApp/dotnet/iOSCoolApp.csproj b/iOSCoolApp/dotnet/iOSCoolApp.csproj index 2bbb98a..a034ea7 100644 --- a/iOSCoolApp/dotnet/iOSCoolApp.csproj +++ b/iOSCoolApp/dotnet/iOSCoolApp.csproj @@ -5,11 +5,13 @@ // We test this because ? interpreter support --> net$(BundledNETCoreAppTargetFrameworkVersion)-ios - ios-arm64;ios-arm + True + false + ios-arm64 Exe iOSCoolApp iOSCoolApp - 10.0 + 11.0 Apple Distribution: Luis Aguilera (DPXCPAGVTZ) iOS Publish Workflow II - Distribution Profile (.N true diff --git a/iOSCoolApp/iOSCoolApp/Info.plist b/iOSCoolApp/iOSCoolApp/Info.plist index 299f47b..4a4ee04 100644 --- a/iOSCoolApp/iOSCoolApp/Info.plist +++ b/iOSCoolApp/iOSCoolApp/Info.plist @@ -15,7 +15,7 @@ LSRequiresIPhoneOS MinimumOSVersion - 9.0 + 11.0 UIDeviceFamily 1 diff --git a/iOSCoolApp/iOSCoolApp/iOSCoolApp.csproj b/iOSCoolApp/iOSCoolApp/iOSCoolApp.csproj index b18aee1..8151f3d 100644 --- a/iOSCoolApp/iOSCoolApp/iOSCoolApp.csproj +++ b/iOSCoolApp/iOSCoolApp/iOSCoolApp.csproj @@ -32,7 +32,7 @@ prompt 4 Entitlements.plist - ARMv7, ARM64 + ARM64 false Apple Distribution: Luis Aguilera (DPXCPAGVTZ) true @@ -63,7 +63,7 @@ prompt 4 false - ARMv7, ARM64 + ARM64 Entitlements.plist true iPhone Developer diff --git a/iTravel/dotnet/iTravel.csproj b/iTravel/dotnet/iTravel.csproj index cfdc552..e1a7981 100644 --- a/iTravel/dotnet/iTravel.csproj +++ b/iTravel/dotnet/iTravel.csproj @@ -7,11 +7,13 @@ // - No 32bits slice since it's too big to be generated successfully (since mono-2019-02) --> net$(BundledNETCoreAppTargetFrameworkVersion)-ios + True + false ios-arm64 Exe iTravel iTravel - 10.0 + 11.0 Apple Distribution: Luis Aguilera (DPXCPAGVTZ) paris rotterdam diff --git a/iTravel/iTravel/Info.plist b/iTravel/iTravel/Info.plist index bee2b3d..db8a621 100644 --- a/iTravel/iTravel/Info.plist +++ b/iTravel/iTravel/Info.plist @@ -11,7 +11,7 @@ LSRequiresIPhoneOS MinimumOSVersion - 9.0 + 11.0 UIDeviceFamily 1 diff --git a/iTravel/iTravel/iTravel.csproj b/iTravel/iTravel/iTravel.csproj index d19d6e0..76dca86 100644 --- a/iTravel/iTravel/iTravel.csproj +++ b/iTravel/iTravel/iTravel.csproj @@ -74,7 +74,7 @@ true Entitlements.plist None - ARMv7, ARM64 + ARM64 x86 Istanbul Paris