Skip to content

Commit 81a8e98

Browse files
authored
[Gallery] Use io.flutter as organization instead of placeholder (#286)
* Use io.flutter as org instead of placeholder * Revert "Use io.flutter as org instead of placeholder" This reverts commit 67f7999. * Use io.flutter.demo as organization
1 parent e7f39b1 commit 81a8e98

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

gallery/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ example, to run the macOS app:
2525
```
2626
cd gallery/
2727
flutter config --enable-macos-desktop
28-
flutter create --org io.flutter .
28+
flutter create .
2929
flutter run -d macos
3030
```
3131

gallery/gallery/android/app/src/profile/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.example.gallery">
2+
package="io.flutter.demo.gallery">
33
<!-- Flutter needs it to communicate with the running application
44
to allow setting breakpoints, to provide hot reload, etc.
55
-->

gallery/gallery/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
"$(inherited)",
390390
"$(PROJECT_DIR)/Flutter",
391391
);
392-
PRODUCT_BUNDLE_IDENTIFIER = com.example.gallery;
392+
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.demo.gallery;
393393
PRODUCT_NAME = "$(TARGET_NAME)";
394394
PROVISIONING_PROFILE_SPECIFIER = "Google Development";
395395
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
@@ -526,7 +526,7 @@
526526
"$(inherited)",
527527
"$(PROJECT_DIR)/Flutter",
528528
);
529-
PRODUCT_BUNDLE_IDENTIFIER = com.example.gallery;
529+
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.demo.gallery;
530530
PRODUCT_NAME = "$(TARGET_NAME)";
531531
PROVISIONING_PROFILE_SPECIFIER = "Google Development";
532532
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
@@ -556,7 +556,7 @@
556556
"$(inherited)",
557557
"$(PROJECT_DIR)/Flutter",
558558
);
559-
PRODUCT_BUNDLE_IDENTIFIER = com.example.gallery;
559+
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.demo.gallery;
560560
PRODUCT_NAME = "$(TARGET_NAME)";
561561
PROVISIONING_PROFILE_SPECIFIER = "Google Development";
562562
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";

gallery/gallery/macos/Runner/Configs/AppInfo.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
PRODUCT_NAME = Flutter Gallery
99

1010
// The application's bundle identifier
11-
PRODUCT_BUNDLE_IDENTIFIER = com.example.gallery
11+
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.demo.gallery
1212

1313
// The copyright displayed in application information
1414
PRODUCT_COPYRIGHT = Copyright 2019 The Flutter team. All rights reserved.

0 commit comments

Comments
 (0)