File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
example/macos/Runner.xcodeproj Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 428
428
"$(inherited)",
429
429
"@executable_path/../Frameworks",
430
430
);
431
+ PRODUCT_BUNDLE_IDENTIFIER = io.livekit.example.flutter.macos;
431
432
PROVISIONING_PROFILE_SPECIFIER = "";
432
433
SWIFT_VERSION = 5.0;
433
434
};
555
556
"$(inherited)",
556
557
"@executable_path/../Frameworks",
557
558
);
559
+ PRODUCT_BUNDLE_IDENTIFIER = io.livekit.example.flutter.macos;
558
560
PROVISIONING_PROFILE_SPECIFIER = "";
559
561
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
560
562
SWIFT_VERSION = 5.0;
571
573
CODE_SIGN_STYLE = Automatic;
572
574
COMBINE_HIDPI_IMAGES = YES;
573
575
DEVELOPMENT_TEAM = J48VV6BZV9;
576
+ ENABLE_HARDENED_RUNTIME = YES;
574
577
INFOPLIST_FILE = Runner/Info.plist;
575
578
LD_RUNPATH_SEARCH_PATHS = (
576
579
"$(inherited)",
577
580
"@executable_path/../Frameworks",
578
581
);
582
+ PRODUCT_BUNDLE_IDENTIFIER = io.livekit.example.flutter.macos;
579
583
PROVISIONING_PROFILE_SPECIFIER = "";
580
584
SWIFT_VERSION = 5.0;
581
585
};
You can’t perform that action at this time.
0 commit comments