diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 39d6a39f70e5cb1fef35ef52c744bb9bb67c5930..2f0961bcef8dae3412685e7e9d291a76c6d68203 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,5 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="com.example.gecko"> + package="gecko.axiomteam.fr"> <!-- Flutter needs it to communicate with the running application to allow setting breakpoints, to provide hot reload, etc. --> diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 91a21cbd1d1ffbe2d743d5d8cb97440549a7c87a..0cf722962e19f4033ff17828523e25e99e321532 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="com.example.gecko"> + package="gecko.axiomteam.fr"> <!-- io.flutter.app.FlutterApplication is an android.app.Application that calls FlutterMain.startInitialization(this); in its onCreate method. In most cases you can leave this as-is, but you if you want to provide diff --git a/android/app/src/main/kotlin/com/example/gecko/MainActivity.kt b/android/app/src/main/kotlin/com/example/gecko/MainActivity.kt index 1f87856be4efdb9f5bb31b44ee9a8add0368009c..de5d149bf6124d6488db0ffaee2f1bf5b14d61c8 100644 --- a/android/app/src/main/kotlin/com/example/gecko/MainActivity.kt +++ b/android/app/src/main/kotlin/com/example/gecko/MainActivity.kt @@ -1,4 +1,4 @@ -package com.example.gecko +package gecko.axiomteam.fr import io.flutter.embedding.android.FlutterActivity diff --git a/android/app/src/profile/AndroidManifest.xml b/android/app/src/profile/AndroidManifest.xml index 39d6a39f70e5cb1fef35ef52c744bb9bb67c5930..2f0961bcef8dae3412685e7e9d291a76c6d68203 100644 --- a/android/app/src/profile/AndroidManifest.xml +++ b/android/app/src/profile/AndroidManifest.xml @@ -1,5 +1,5 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="com.example.gecko"> + package="gecko.axiomteam.fr"> <!-- Flutter needs it to communicate with the running application to allow setting breakpoints, to provide hot reload, etc. --> diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index f5b3c153753d829723f8d7dfac60f1ec172ca24e..1159bf42096bccc3ef042521624a8760a1f328ed 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -299,7 +299,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.gecko; + PRODUCT_BUNDLE_IDENTIFIER = gecko.axiomteam.fr; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; @@ -431,7 +431,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.gecko; + PRODUCT_BUNDLE_IDENTIFIER = gecko.axiomteam.fr; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -458,7 +458,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.gecko; + PRODUCT_BUNDLE_IDENTIFIER = gecko.axiomteam.fr; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_VERSION = 5.0; diff --git a/macos/Runner/Configs/AppInfo.xcconfig b/macos/Runner/Configs/AppInfo.xcconfig index b37469693c39a8e8cffa447846daf000ed5b0f0c..a788d2c8e17accf131e1d9cd74484d7dd249bbdc 100644 --- a/macos/Runner/Configs/AppInfo.xcconfig +++ b/macos/Runner/Configs/AppInfo.xcconfig @@ -8,7 +8,7 @@ PRODUCT_NAME = gecko // The application's bundle identifier -PRODUCT_BUNDLE_IDENTIFIER = com.example.gecko +PRODUCT_BUNDLE_IDENTIFIER = gecko.axiomteam.fr // The copyright displayed in application information -PRODUCT_COPYRIGHT = Copyright © 2021 com.example. All rights reserved. +PRODUCT_COPYRIGHT = Copyright © 2021 gecko.axiomteam.fr. All rights reserved. diff --git a/pubspec.yaml b/pubspec.yaml index e4409a5ce118e04fab49f4f19190a484d68d1b54..3398932e5c4c1a8e7ed81455a74e4553e88158bf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: Pay with G1. # pub.dev using `pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 0.0.5+2 +version: 0.0.5+3 environment: sdk: '>=2.12.0 <3.0.0' diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index ed275d2ea5721e7061d18c1613eb651bb86b6278..557212fa934e89c1119fd94dbf9bd4b388d5242a 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", "gecko.axiomteam.fr" "\0" VALUE "FileDescription", "A new Flutter project." "\0" VALUE "FileVersion", VERSION_AS_STRING "\0" VALUE "InternalName", "gecko" "\0" - VALUE "LegalCopyright", "Copyright (C) 2021 com.example. All rights reserved." "\0" + VALUE "LegalCopyright", "Copyright (C) 2021 gecko.axiomteam.fr. All rights reserved." "\0" VALUE "OriginalFilename", "gecko.exe" "\0" VALUE "ProductName", "gecko" "\0" VALUE "ProductVersion", VERSION_AS_STRING "\0"