Modification du nom de la solution : Minecraft 2 en MineGuide

pull/32/head
Nicolas BLONDEAU 2 years ago
parent a1d7f45d62
commit ef5b56f310

@ -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;
namespace Vues
namespace Vues.Platforms.Android
{
[Application]
public class MainApplication : MauiApplication

@ -1,6 +1,6 @@
using Foundation;
namespace Vues
namespace Vues.Platforms.MacCatalyst
{
[Register("AppDelegate")]
public class AppDelegate : MauiUIApplicationDelegate

@ -1,7 +1,7 @@
using ObjCRuntime;
using UIKit;
namespace Vues
namespace Vues.Platforms.MacCatalyst
{
public class Program
{

@ -1,6 +1,6 @@
using Foundation;
namespace Vues
namespace Vues.Platforms.iOS
{
[Register("AppDelegate")]
public class AppDelegate : MauiUIApplicationDelegate

@ -1,7 +1,7 @@
using ObjCRuntime;
using UIKit;
namespace Vues
namespace Vues.Platforms.iOS
{
public class Program
{

Loading…
Cancel
Save