File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ example, to run the macOS app:
2525```
2626cd gallery/
2727flutter config --enable-macos-desktop
28- flutter create --org io.flutter .
28+ flutter create .
2929flutter run -d macos
3030```
3131
Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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";
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";
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";
Original file line number Diff line number Diff line change 88PRODUCT_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
1414PRODUCT_COPYRIGHT = Copyright 2019 The Flutter team. All rights reserved.
You can’t perform that action at this time.
0 commit comments