File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11401140 "$(inherited)",
11411141 "@executable_path/Frameworks",
11421142 );
1143- PRODUCT_BUNDLE_IDENTIFIER = "com.$(unique_id).LoopFollow";
1143+ PRODUCT_BUNDLE_IDENTIFIER = "com.$(unique_id).LoopFollow$(app_suffix) ";
11441144 PRODUCT_NAME = "Loop Follow";
11451145 SUPPORTS_MACCATALYST = YES;
11461146 SWIFT_VERSION = 5.0;
11621162 "$(inherited)",
11631163 "@executable_path/Frameworks",
11641164 );
1165- PRODUCT_BUNDLE_IDENTIFIER = "com.$(unique_id).LoopFollow";
1165+ PRODUCT_BUNDLE_IDENTIFIER = "com.$(unique_id).LoopFollow$(app_suffix) ";
11661166 PRODUCT_NAME = "Loop Follow";
11671167 SUPPORTS_MACCATALYST = YES;
11681168 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 >CFBundleDisplayName </key >
6+ <string >$(display_name) </string >
57 <key >AppGroupIdentifier </key >
6- <string >group.com.$(unique_id).LoopFollow </string >
8+ <string >group.com.$(unique_id).LoopFollow$(app_suffix) </string >
79 <key >BGTaskSchedulerPermittedIdentifiers </key >
810 <array >
9- <string >com.$(unique_id).LoopFollow </string >
11+ <string >com.$(unique_id).LoopFollow$(app_suffix) </string >
1012 </array >
1113 <key >CFBundleDevelopmentRegion </key >
1214 <string >$(DEVELOPMENT_LANGUAGE) </string >
1315 <key >CFBundleExecutable </key >
1416 <string >$(EXECUTABLE_NAME) </string >
1517 <key >CFBundleIdentifier </key >
16- <string >com.$(unique_id).LoopFollow </string >
18+ <string >com.$(unique_id).LoopFollow$(app_suffix) </string >
1719 <key >CFBundleInfoDictionaryVersion </key >
1820 <string >6.0 </string >
1921 <key >CFBundleName </key >
You can’t perform that action at this time.
0 commit comments