From 847619bef001bb3754172810c11b1cc671a18b33 Mon Sep 17 00:00:00 2001
From: poka <poka@p2p.legal>
Date: Sun, 22 May 2022 01:42:43 +0200
Subject: [PATCH] fix: organisation name

---
 android/app/src/debug/AndroidManifest.xml                   | 2 +-
 android/app/src/main/AndroidManifest.xml                    | 2 +-
 .../app/src/main/kotlin/com/example/gecko/MainActivity.kt   | 2 +-
 android/app/src/profile/AndroidManifest.xml                 | 2 +-
 ios/Runner.xcodeproj/project.pbxproj                        | 6 +++---
 macos/Runner/Configs/AppInfo.xcconfig                       | 4 ++--
 pubspec.yaml                                                | 2 +-
 windows/runner/Runner.rc                                    | 4 ++--
 8 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml
index 39d6a39f..2f0961bc 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 91a21cbd..0cf72296 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 1f87856b..de5d149b 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 39d6a39f..2f0961bc 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 f5b3c153..1159bf42 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 b3746969..a788d2c8 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 e4409a5c..3398932e 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 ed275d2e..557212fa 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"
-- 
GitLab