File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
pkgs/objective_c/example/flutter_app/ios Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 369369 "$(inherited)",
370370 "@executable_path/Frameworks",
371371 );
372- PRODUCT_BUNDLE_IDENTIFIER = com.example.flutterApp ;
372+ PRODUCT_BUNDLE_IDENTIFIER = com.example.objCFlutterApp ;
373373 PRODUCT_NAME = "$(TARGET_NAME)";
374374 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
375375 SWIFT_VERSION = 5.0;
549549 "$(inherited)",
550550 "@executable_path/Frameworks",
551551 );
552- PRODUCT_BUNDLE_IDENTIFIER = com.example.flutterApp ;
552+ PRODUCT_BUNDLE_IDENTIFIER = com.example.objCFlutterApp ;
553553 PRODUCT_NAME = "$(TARGET_NAME)";
554554 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
555555 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
572572 "$(inherited)",
573573 "@executable_path/Frameworks",
574574 );
575- PRODUCT_BUNDLE_IDENTIFIER = com.example.flutterApp ;
575+ PRODUCT_BUNDLE_IDENTIFIER = com.example.objCFlutterApp ;
576576 PRODUCT_NAME = "$(TARGET_NAME)";
577577 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
578578 SWIFT_VERSION = 5.0;
Original file line number Diff line number Diff line change 22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
44<dict >
5+ <key >CADisableMinimumFrameDurationOnPhone </key >
6+ <true />
57 <key >CFBundleDevelopmentRegion </key >
68 <string >$(DEVELOPMENT_LANGUAGE) </string >
79 <key >CFBundleDisplayName </key >
2426 <string >$(FLUTTER_BUILD_NUMBER) </string >
2527 <key >LSRequiresIPhoneOS </key >
2628 <true />
29+ <key >UIApplicationSupportsIndirectInputEvents </key >
30+ <true />
2731 <key >UILaunchStoryboardName </key >
2832 <string >LaunchScreen </string >
2933 <key >UIMainStoryboardFile </key >
4145 <string >UIInterfaceOrientationLandscapeLeft </string >
4246 <string >UIInterfaceOrientationLandscapeRight </string >
4347 </array >
44- <key >CADisableMinimumFrameDurationOnPhone </key >
45- <true />
46- <key >UIApplicationSupportsIndirectInputEvents </key >
47- <true />
4848</dict >
4949</plist >
You can’t perform that action at this time.
0 commit comments