Browse Source

remove signing

Jon Fawcett 6 years ago
parent
commit
d081ea5be2
1 changed files with 3 additions and 1 deletions
  1. 3 1
      LoopFollow/Info.plist

+ 3 - 1
LoopFollow/Info.plist

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