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