@ -2,7 +2,7 @@
using Android.Content.PM;
using Android.OS;
namespace Vues
namespace Vues.Platforms.Android
{
[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)]
public class MainActivity : MauiAppCompatActivity
@ -1,7 +1,7 @@
using Android.App;
using Android.Runtime;
[Application]
public class MainApplication : MauiApplication
@ -1,6 +1,6 @@
using Foundation;
namespace Vues.Platforms.MacCatalyst
[Register("AppDelegate")]
public class AppDelegate : MauiUIApplicationDelegate
using ObjCRuntime;
using UIKit;
public class Program
namespace Vues.Platforms.iOS