From f0ffb226c3217604ca73978cd0ff72429c96ca49 Mon Sep 17 00:00:00 2001 From: ppc Date: Thu, 15 Aug 2024 18:38:51 +0100 Subject: [PATCH] change name to AMNet --- amnet-native/App.tsx | 2 +- amnet-native/app.json | 3 +-- amnet-native/app/ServerCardIn.tsx | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/amnet-native/App.tsx b/amnet-native/App.tsx index 04ede9d..5f7ae3d 100644 --- a/amnet-native/App.tsx +++ b/amnet-native/App.tsx @@ -96,7 +96,7 @@ export default function AppRoot() { return ( - Starting AimeNet... + Starting AMNet... ) } diff --git a/amnet-native/app.json b/amnet-native/app.json index a3fe0c5..769dcfb 100644 --- a/amnet-native/app.json +++ b/amnet-native/app.json @@ -1,12 +1,11 @@ { - "name": "AimeNet", + "name": "AMNet", "slug": "amnet-native", "icon": "./assets/icon.png", "userInterfaceStyle": "automatic", "ios": { "bundleIdentifier": "moe.ppc.amnet", "infoPlist": { - "UIUserInterfaceStyle": "Automatic", "UIViewControllerBasedStatusBarAppearance": "NO" } }, diff --git a/amnet-native/app/ServerCardIn.tsx b/amnet-native/app/ServerCardIn.tsx index c8f1128..afe6342 100644 --- a/amnet-native/app/ServerCardIn.tsx +++ b/amnet-native/app/ServerCardIn.tsx @@ -148,7 +148,7 @@ export default function ServerCardIn({route, navigation}) { Connection Failed - There was an issue connecting to the AimeNet server at {server.serverAddress}. Check connections and game status and try again.