Subset of Xamarin samples for submission testing
Перейти к файлу
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
CloudKitAtlas Update profiles in iPhone|Release config 2017-01-16 20:40:57 -03:00
FSharpMacCoolApp Merge net8.0-xcode15 into main (#57) 2023-10-13 11:13:15 -07:00
FSharpiOSCoolApp Merge net8.0-xcode15 into main (#57) 2023-10-13 11:13:15 -07:00
HttpClient_CFNetwork Update profiles in iPhone|Release config 2017-01-16 20:40:57 -03:00
HttpClient_Managed Update profiles in iPhone|Release config 2017-01-16 20:40:57 -03:00
HttpClient_NSUrlSession Update profiles in iPhone|Release config 2017-01-16 20:40:57 -03:00
MacCoolApp Merge net8.0-xcode15 into main (#57) 2023-10-13 11:13:15 -07:00
MacCoolApp_DontLink Merge net8.0-xcode15 into main (#57) 2023-10-13 11:13:15 -07:00
MyCatalystApp Merge net8.0-xcode15 into main (#57) 2023-10-13 11:13:15 -07:00
MyFatCatalystApp Merge net8.0-xcode15 into main (#57) 2023-10-13 11:13:15 -07:00
MyNotarizedCatalystApp Merge net8.0-xcode15 into main (#57) 2023-10-13 11:13:15 -07:00
MyUnlinkedCatalystApp Merge net8.0-xcode15 into main (#57) 2023-10-13 11:13:15 -07:00
ODRsTVOS Merge net8.0-xcode15 into main (#57) 2023-10-13 11:13:15 -07:00
ODRsTVOS_Extension Merge net8.0-xcode15 into main (#57) 2023-10-13 11:13:15 -07:00
SceneKitGame Merge net8.0-xcode15 into main (#57) 2023-10-13 11:13:15 -07:00
UICatalog Merge net8.0-xcode15 into main (#57) 2023-10-13 11:13:15 -07:00
UICatalog_DontLink Update to use the new Apple Certificate identity (#32) 2020-08-25 09:13:39 -04:00
WatchKitCatalog fixed images warnings (`WatchKitCatalog ` project) 2018-05-03 15:48:20 +03:00
WatchOS Merge net8.0-xcode15 into main (#57) 2023-10-13 11:13:15 -07:00
WatchOSIntents Merge net8.0-xcode15 into main (#57) 2023-10-13 11:13:15 -07:00
iOSCoolApp Merge net8.0-xcode15 into main (#57) 2023-10-13 11:13:15 -07:00
iTravel Merge net8.0-xcode15 into main (#57) 2023-10-13 11:13:15 -07:00
.gitignore Port samples used for submission tests to .NET. (#38) 2021-08-26 11:47:35 +02:00
README.md Update README.md 2018-03-26 16:09:08 -04:00

README.md

Submission samples

The samples in this directory optimized to be used by submission_runner Ruby gem to test publishing work flow code.

Samples configuration

All samples in this repository should be configured to use:

  • Release|Device configuration(or Release for Mac apps)
  • Valid AppStore distribution certificate
  • Valid provisioning profile
  • iOS IPA Option should be set to build iTunes package archive

Excersice caution while changing samples since it can affect submission test results.


Original samples can be found in monotouch-samples repository.