diff --git a/android/app/build.gradle b/android/app/build.gradle index 15cf6de..3058feb 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -23,7 +23,7 @@ if (flutterVersionName == null) { } android { - namespace "com.example.panoramax_mobile" + namespace "com.panoramax.app" compileSdk flutter.compileSdkVersion ndkVersion flutter.ndkVersion @@ -42,7 +42,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.panoramax_mobile" + applicationId "com.panoramax.app" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. minSdk 21 diff --git a/android/app/src/main/kotlin/com/example/panoramax_mobile/MainActivity.kt b/android/app/src/main/kotlin/com/panoramax/app/MainActivity.kt similarity index 69% rename from android/app/src/main/kotlin/com/example/panoramax_mobile/MainActivity.kt rename to android/app/src/main/kotlin/com/panoramax/app/MainActivity.kt index b02244b..0721fad 100644 --- a/android/app/src/main/kotlin/com/example/panoramax_mobile/MainActivity.kt +++ b/android/app/src/main/kotlin/com/panoramax/app/MainActivity.kt @@ -1,6 +1,6 @@ -package com.example.panoramax_mobile - -import io.flutter.embedding.android.FlutterActivity - -class MainActivity: FlutterActivity() { -} +package com.panoramax.app + +import io.flutter.embedding.android.FlutterActivity + +class MainActivity: FlutterActivity() { +} diff --git a/integration_test/driver.dart b/integration_test/driver.dart index a91a698..6c9b572 100644 --- a/integration_test/driver.dart +++ b/integration_test/driver.dart @@ -14,7 +14,7 @@ Future addPermission(String permission) async { 'shell', 'pm', 'grant', - 'com.example.panoramax_mobile', + 'com.panoramax.app', permission ], ); diff --git a/ios/Flutter/AppFrameworkInfo.plist b/ios/Flutter/AppFrameworkInfo.plist index 0d9747f..f9b73da 100644 --- a/ios/Flutter/AppFrameworkInfo.plist +++ b/ios/Flutter/AppFrameworkInfo.plist @@ -7,7 +7,7 @@ CFBundleExecutable App CFBundleIdentifier - io.flutter.flutter.app + com.panoramax.app CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index 244e247..163f8b5 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -7,7 +7,7 @@ project(runner LANGUAGES CXX) set(BINARY_NAME "panoramax_mobile") # The unique GTK application identifier for this application. See: # https://wiki.gnome.org/HowDoI/ChooseApplicationID -set(APPLICATION_ID "com.example.panoramax_mobile") +set(APPLICATION_ID "com.panoramax.app") # Explicitly opt in to modern CMake behaviors to avoid warnings with recent # versions of CMake. diff --git a/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme index 9f1e873..12c1066 100644 --- a/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ b/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -15,7 +15,7 @@ @@ -31,7 +31,7 @@ @@ -65,7 +65,7 @@ @@ -82,7 +82,7 @@ diff --git a/macos/Runner/Configs/AppInfo.xcconfig b/macos/Runner/Configs/AppInfo.xcconfig index f30508f..68e752b 100644 --- a/macos/Runner/Configs/AppInfo.xcconfig +++ b/macos/Runner/Configs/AppInfo.xcconfig @@ -8,7 +8,7 @@ PRODUCT_NAME = panoramax_mobile // The application's bundle identifier -PRODUCT_BUNDLE_IDENTIFIER = com.example.panoramaxMobile +PRODUCT_BUNDLE_IDENTIFIER = com.panoramax.app // The copyright displayed in application information -PRODUCT_COPYRIGHT = Copyright © 2023 com.example. All rights reserved. +PRODUCT_COPYRIGHT = Copyright © 2024 com.panoramax.app All rights reserved. diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index a59e899..5e26b6e 100644 --- a/windows/runner/Runner.rc +++ b/windows/runner/Runner.rc @@ -89,11 +89,11 @@ BEGIN BEGIN BLOCK "040904e4" BEGIN - VALUE "CompanyName", "com.example" "\0" + VALUE "CompanyName", "com.panoramax.app" "\0" VALUE "FileDescription", "panoramax_mobile" "\0" VALUE "FileVersion", VERSION_AS_STRING "\0" VALUE "InternalName", "panoramax_mobile" "\0" - VALUE "LegalCopyright", "Copyright (C) 2023 com.example. All rights reserved." "\0" + VALUE "LegalCopyright", "Copyright (C) 2024 com.example.panoramax All rights reserved." "\0" VALUE "OriginalFilename", "panoramax_mobile.exe" "\0" VALUE "ProductName", "panoramax_mobile" "\0" VALUE "ProductVersion", VERSION_AS_STRING "\0"