From 67f7999dd78d5f42c4f0dbfc350576cc6dd8421c Mon Sep 17 00:00:00 2001 From: guidezpl Date: Tue, 28 Jan 2020 10:07:27 +0100 Subject: [PATCH 1/3] Use io.flutter as org instead of placeholder --- gallery/README.md | 2 +- gallery/gallery/android/app/src/profile/AndroidManifest.xml | 2 +- gallery/gallery/ios/Runner.xcodeproj/project.pbxproj | 6 +++--- gallery/gallery/macos/Runner/Configs/AppInfo.xcconfig | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gallery/README.md b/gallery/README.md index 7f140ae3717..d91d3778518 100644 --- a/gallery/README.md +++ b/gallery/README.md @@ -25,7 +25,7 @@ example, to run the macOS app: ``` cd gallery/ flutter config --enable-macos-desktop -flutter create --org io.flutter . +flutter create . flutter run -d macos ``` diff --git a/gallery/gallery/android/app/src/profile/AndroidManifest.xml b/gallery/gallery/android/app/src/profile/AndroidManifest.xml index ef5f37de968..71e2d5fca7c 100644 --- a/gallery/gallery/android/app/src/profile/AndroidManifest.xml +++ b/gallery/gallery/android/app/src/profile/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="io.flutter.gallery"> diff --git a/gallery/gallery/ios/Runner.xcodeproj/project.pbxproj b/gallery/gallery/ios/Runner.xcodeproj/project.pbxproj index 9d4f3f7af39..c680f924fdd 100644 --- a/gallery/gallery/ios/Runner.xcodeproj/project.pbxproj +++ b/gallery/gallery/ios/Runner.xcodeproj/project.pbxproj @@ -389,7 +389,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.gallery; + PRODUCT_BUNDLE_IDENTIFIER = io.flutter.gallery; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "Google Development"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -526,7 +526,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.gallery; + PRODUCT_BUNDLE_IDENTIFIER = io.flutter.gallery; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "Google Development"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -556,7 +556,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.gallery; + PRODUCT_BUNDLE_IDENTIFIER = io.flutter.gallery; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "Google Development"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; diff --git a/gallery/gallery/macos/Runner/Configs/AppInfo.xcconfig b/gallery/gallery/macos/Runner/Configs/AppInfo.xcconfig index 46830bce097..a6d1b84aefa 100644 --- a/gallery/gallery/macos/Runner/Configs/AppInfo.xcconfig +++ b/gallery/gallery/macos/Runner/Configs/AppInfo.xcconfig @@ -8,7 +8,7 @@ PRODUCT_NAME = Flutter Gallery // The application's bundle identifier -PRODUCT_BUNDLE_IDENTIFIER = com.example.gallery +PRODUCT_BUNDLE_IDENTIFIER = io.flutter.gallery // The copyright displayed in application information PRODUCT_COPYRIGHT = Copyright 2019 The Flutter team. All rights reserved. From 2328a8f68d027166bc5a52e18ef179c30f16d88c Mon Sep 17 00:00:00 2001 From: guidezpl Date: Tue, 28 Jan 2020 10:13:19 +0100 Subject: [PATCH 2/3] Revert "Use io.flutter as org instead of placeholder" This reverts commit 67f7999dd78d5f42c4f0dbfc350576cc6dd8421c. --- gallery/README.md | 2 +- gallery/gallery/android/app/src/profile/AndroidManifest.xml | 2 +- gallery/gallery/ios/Runner.xcodeproj/project.pbxproj | 6 +++--- gallery/gallery/macos/Runner/Configs/AppInfo.xcconfig | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gallery/README.md b/gallery/README.md index d91d3778518..7f140ae3717 100644 --- a/gallery/README.md +++ b/gallery/README.md @@ -25,7 +25,7 @@ example, to run the macOS app: ``` cd gallery/ flutter config --enable-macos-desktop -flutter create . +flutter create --org io.flutter . flutter run -d macos ``` diff --git a/gallery/gallery/android/app/src/profile/AndroidManifest.xml b/gallery/gallery/android/app/src/profile/AndroidManifest.xml index 71e2d5fca7c..ef5f37de968 100644 --- a/gallery/gallery/android/app/src/profile/AndroidManifest.xml +++ b/gallery/gallery/android/app/src/profile/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="com.example.gallery"> diff --git a/gallery/gallery/ios/Runner.xcodeproj/project.pbxproj b/gallery/gallery/ios/Runner.xcodeproj/project.pbxproj index c680f924fdd..9d4f3f7af39 100644 --- a/gallery/gallery/ios/Runner.xcodeproj/project.pbxproj +++ b/gallery/gallery/ios/Runner.xcodeproj/project.pbxproj @@ -389,7 +389,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = io.flutter.gallery; + PRODUCT_BUNDLE_IDENTIFIER = com.example.gallery; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "Google Development"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -526,7 +526,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = io.flutter.gallery; + PRODUCT_BUNDLE_IDENTIFIER = com.example.gallery; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "Google Development"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -556,7 +556,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = io.flutter.gallery; + PRODUCT_BUNDLE_IDENTIFIER = com.example.gallery; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "Google Development"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; diff --git a/gallery/gallery/macos/Runner/Configs/AppInfo.xcconfig b/gallery/gallery/macos/Runner/Configs/AppInfo.xcconfig index a6d1b84aefa..46830bce097 100644 --- a/gallery/gallery/macos/Runner/Configs/AppInfo.xcconfig +++ b/gallery/gallery/macos/Runner/Configs/AppInfo.xcconfig @@ -8,7 +8,7 @@ PRODUCT_NAME = Flutter Gallery // The application's bundle identifier -PRODUCT_BUNDLE_IDENTIFIER = io.flutter.gallery +PRODUCT_BUNDLE_IDENTIFIER = com.example.gallery // The copyright displayed in application information PRODUCT_COPYRIGHT = Copyright 2019 The Flutter team. All rights reserved. From 6fb1dfcc4427b4ebc0fb38a08b82a3b8355c226a Mon Sep 17 00:00:00 2001 From: guidezpl Date: Tue, 28 Jan 2020 10:15:00 +0100 Subject: [PATCH 3/3] Use io.flutter.demo as organization --- gallery/README.md | 2 +- gallery/gallery/android/app/src/profile/AndroidManifest.xml | 2 +- gallery/gallery/ios/Runner.xcodeproj/project.pbxproj | 6 +++--- gallery/gallery/macos/Runner/Configs/AppInfo.xcconfig | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gallery/README.md b/gallery/README.md index 7f140ae3717..d91d3778518 100644 --- a/gallery/README.md +++ b/gallery/README.md @@ -25,7 +25,7 @@ example, to run the macOS app: ``` cd gallery/ flutter config --enable-macos-desktop -flutter create --org io.flutter . +flutter create . flutter run -d macos ``` diff --git a/gallery/gallery/android/app/src/profile/AndroidManifest.xml b/gallery/gallery/android/app/src/profile/AndroidManifest.xml index ef5f37de968..c03b348aad8 100644 --- a/gallery/gallery/android/app/src/profile/AndroidManifest.xml +++ b/gallery/gallery/android/app/src/profile/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="io.flutter.demo.gallery"> diff --git a/gallery/gallery/ios/Runner.xcodeproj/project.pbxproj b/gallery/gallery/ios/Runner.xcodeproj/project.pbxproj index 9d4f3f7af39..9f44b81c8bd 100644 --- a/gallery/gallery/ios/Runner.xcodeproj/project.pbxproj +++ b/gallery/gallery/ios/Runner.xcodeproj/project.pbxproj @@ -389,7 +389,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.gallery; + PRODUCT_BUNDLE_IDENTIFIER = io.flutter.demo.gallery; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "Google Development"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -526,7 +526,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.gallery; + PRODUCT_BUNDLE_IDENTIFIER = io.flutter.demo.gallery; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "Google Development"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -556,7 +556,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.gallery; + PRODUCT_BUNDLE_IDENTIFIER = io.flutter.demo.gallery; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "Google Development"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; diff --git a/gallery/gallery/macos/Runner/Configs/AppInfo.xcconfig b/gallery/gallery/macos/Runner/Configs/AppInfo.xcconfig index 46830bce097..5d35dad0f33 100644 --- a/gallery/gallery/macos/Runner/Configs/AppInfo.xcconfig +++ b/gallery/gallery/macos/Runner/Configs/AppInfo.xcconfig @@ -8,7 +8,7 @@ PRODUCT_NAME = Flutter Gallery // The application's bundle identifier -PRODUCT_BUNDLE_IDENTIFIER = com.example.gallery +PRODUCT_BUNDLE_IDENTIFIER = io.flutter.demo.gallery // The copyright displayed in application information PRODUCT_COPYRIGHT = Copyright 2019 The Flutter team. All rights reserved.