|
|
@@ -2,18 +2,20 @@
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
<plist version="1.0">
|
|
|
<dict>
|
|
|
+ <key>CFBundleDisplayName</key>
|
|
|
+ <string>$(display_name)</string>
|
|
|
<key>AppGroupIdentifier</key>
|
|
|
- <string>group.com.$(unique_id).LoopFollow</string>
|
|
|
+ <string>group.com.$(unique_id).LoopFollow$(app_suffix)</string>
|
|
|
<key>BGTaskSchedulerPermittedIdentifiers</key>
|
|
|
<array>
|
|
|
- <string>com.$(unique_id).LoopFollow</string>
|
|
|
+ <string>com.$(unique_id).LoopFollow$(app_suffix)</string>
|
|
|
</array>
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
|
<key>CFBundleExecutable</key>
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
- <string>com.$(unique_id).LoopFollow</string>
|
|
|
+ <string>com.$(unique_id).LoopFollow$(app_suffix)</string>
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
<string>6.0</string>
|
|
|
<key>CFBundleName</key>
|