xamarin-macios/tests/dotnet/MyCatalystApp/Resources
Jonathan Peppers b1080ee9bf
[catalyst] remove splash screens (#11300)
Context: https://github.com/dotnet/maui/pull/807

When implementing a new `@(MauiSplashScreen)` feature for .NET MAUI, I
found out that Catalyst doesn't have support for splash screens.

I even tested this in Xcode:

* Create a new Objective-C iOS app
* Make `LaunchScreen.storyboard` red and `Main.storyboard` green.
* Check the new `macOS` checkbox in project settings to enable
  Catalyst and be a multiplatform app.

I see red, then green on iOS but only green on macOS. I think Catalyst
completely ignores `UILaunchStoryboardName`.

This removes splash screens from the `dotnet new maccatalyst` template
as well as the `MyCatalystApp` sample project.
2021-04-23 07:38:05 +02:00
..
Archer/Archer_Attack.atlas Add MyCatalystApp test project. 2021-02-23 07:59:13 +01:00
Images.xcassets/AppIcons.appiconset [catalyst] remove splash screens (#11300) 2021-04-23 07:38:05 +02:00
image.png Add MyCatalystApp test project. 2021-02-23 07:59:13 +01:00