From 67f7999dd78d5f42c4f0dbfc350576cc6dd8421c Mon Sep 17 00:00:00 2001 From: guidezpl Date: Tue, 28 Jan 2020 10:07:27 +0100 Subject: [PATCH] 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 7f140ae37..d91d37785 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 ef5f37de9..71e2d5fca 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 9d4f3f7af..c680f924f 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 46830bce0..a6d1b84ae 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.