Граф коммитов

18 Коммитов

Автор SHA1 Сообщение Дата
Haritha Mohan 686ed57c29
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>
2023-10-13 11:13:15 -07:00
Rolf Bjarne Kvinge 8572d28508
Use the current .NET version in the target framework. (#54)
We build using a very specific version of .NET + our workloads, so make sure
to use the .NET version we want (the current one), instead of an older .NET
version.
2023-09-05 16:09:36 +02:00
Chris Hamons 28c216f424
Setup MacCoolApp (NET6) to be duel x86_64/arm64 as required by submission tests now (#48) 2021-12-20 08:50:56 -06:00
Rolf Bjarne Kvinge 026972e6bd
[.NET] Use SupportedOSPlatformVersion in the project files instead of the min OS version in the Info.plist. (#42)
This is a consequence of recent changes in our .NET support.
2021-09-08 16:25:55 +02:00
Rolf Bjarne Kvinge 7f6bde1903
Port samples used for submission tests to .NET. (#38)
* [iTravel] Port to .NET 6.

* [FSharpiOSCoolApp] Port to .NET 6.

* [iOSCoolApp] Port to .NET 6.

* [iOSCoolApp] Build only for ios-arm64, due to https://github.com/dotnet/runtime/issues/58112.

* [UICatalog] Port to .NET 6.

* [ODRsTVOS_Extension] Port to .NET 6.

* [SceneKitGame] Port to .NET 6.

* [MacCoolApp_DontLink] Port to .NET 6.

* [FSharpMacCoolApp] Port to .NET 6.

* Update .gitignore.
2021-08-26 11:47:35 +02:00
Alex Soto 7e2819848d
Update to use the new Apple Certificate identity (#32)
Once certificate to rule them all!
2020-08-25 09:13:39 -04:00
Sebastien Pouliot a528eb7014 Fix typo 2019-05-10 09:46:20 -04:00
Sebastien Pouliot 5940bab951 [MacCoolApp_DontLink] Don't preserve ObjCRuntime because Messaging will refer to QTKit struct, which means QTKit framework will be linked to the .app 2019-05-08 16:49:06 -04:00
Sebastien Pouliot 4bb02901e3 [MacCoolApp_DontLink] Simulate 'Don't Link' but exclude deprecated QuickTime from the application 2019-05-08 15:28:12 -04:00
Sebastien Pouliot 485bf40e18 [MacCoolApp_DontLink] actually do *not* link the app
Linking platform is removing unused API - which are the ones we want
to ensure are passing Apple tests
2019-05-08 13:51:17 -04:00
Mykyta Bondarenko 85aa98ef13 updated MacCoolApp_DontLink 2018-09-05 10:40:44 +03:00
GouriKumari 99557cf64a [QAXM]Update linkplatform arguments 2018-03-21 15:33:31 -04:00
GouriKumari 16677a17ca [QAXM]Set the correct provisioning profiles 2018-03-21 15:06:05 -04:00
GouriKumari ec6be62f5d Updated mac app to include asset catalog 2017-10-24 12:27:21 -04:00
olegoid 943ab4dbb0 [WatchKitCatalog] Update profiles 2017-01-16 19:49:43 -03:00
olegoid fba47a38ef Update Mac submission samples 2016-11-09 21:08:19 -03:00
olegoid ea3f35fcd0 [MacCoolApp_DontLink] Update provisioning profile for Release config 2016-03-17 12:44:06 -03:00
olegoid 599f065bdb [MacCoolApp_DontLink] Add sample for Xamarin.Mac don't link test 2016-01-18 19:33:21 -03:00