Skip to content

Commit e055c0d

Browse files
authored
Merge pull request #206 from loopandlearn/multiple-loopers
Multiple loopers
2 parents e777c82 + ad47bac commit e055c0d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

LoopFollow.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@
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;
@@ -1162,7 +1162,7 @@
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;

LoopFollow/Info.plist

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
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>

0 commit comments

Comments
 (0)