File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
Runner.xcworkspace/xcshareddata Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 386
386
"$(inherited)",
387
387
"$(PROJECT_DIR)/Flutter",
388
388
);
389
- PRODUCT_BUNDLE_IDENTIFIER = com.thomasecalle.example ;
389
+ PRODUCT_BUNDLE_IDENTIFIER = com.ios.travel ;
390
390
PRODUCT_NAME = "$(TARGET_NAME)";
391
391
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
392
392
SWIFT_VERSION = 5.0;
520
520
"$(inherited)",
521
521
"$(PROJECT_DIR)/Flutter",
522
522
);
523
- PRODUCT_BUNDLE_IDENTIFIER = com.thomasecalle.example ;
523
+ PRODUCT_BUNDLE_IDENTIFIER = com.ios.travel ;
524
524
PRODUCT_NAME = "$(TARGET_NAME)";
525
525
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
526
526
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
547
547
"$(inherited)",
548
548
"$(PROJECT_DIR)/Flutter",
549
549
);
550
- PRODUCT_BUNDLE_IDENTIFIER = com.thomasecalle.example ;
550
+ PRODUCT_BUNDLE_IDENTIFIER = com.ios.travel ;
551
551
PRODUCT_NAME = "$(TARGET_NAME)";
552
552
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
553
553
SWIFT_VERSION = 5.0;
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >IDEDidComputeMac32BitWarning </key >
6
+ <true />
7
+ </dict >
8
+ </plist >
Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ List<RequiredChange> getFilesToModifyContent(
20
20
replacement: 'applicationId "${config .newApplicationId }"' ,
21
21
paths: ["android/app/build.gradle" ],
22
22
),
23
+ RequiredChange (
24
+ regexp: RegExp (config.oldBundleId),
25
+ replacement: config.newBundleId,
26
+ paths: ["ios/Runner.xcodeproj/project.pbxproj" ],
27
+ ),
23
28
RequiredChange (
24
29
regexp: RegExp (config.oldAppName),
25
30
replacement: config.newAppName,
You can’t perform that action at this time.
0 commit comments