diff --git a/gallery/README.md b/gallery/README.md index d11c85c73..31b096632 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..c03b348aa 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 9d4f3f7af..9f44b81c8 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 46830bce0..5d35dad0f 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.