Просмотр исходного кода

New AppGroup and added new app group in build settings, which seem to work better now offline with xdrip4iOS

(cherry picked from commit cdbe88269cbcf51d529a080180500c90df5ee3dd)
Jon Mårtensson 5 лет назад
Родитель
Сommit
502555bedf
2 измененных файлов с 4 добавлено и 2 удалено
  1. 1 1
      FreeAPS/Resources/FreeAPS.entitlements
  2. 3 1
      FreeAPS/Resources/Info.plist

+ 1 - 1
FreeAPS/Resources/FreeAPS.entitlements

@@ -4,7 +4,7 @@
 <dict>
 	<key>com.apple.security.application-groups</key>
 	<array>
-		<string>$(APP_GROUP_ID)</string>
+		<string>group.com.T7VZ6LU6H3.xdripswift.JBMgroup</string>
 	</array>
 </dict>
 </plist>

+ 3 - 1
FreeAPS/Resources/Info.plist

@@ -5,7 +5,9 @@
 	<key>LSSupportsOpeningDocumentsInPlace</key>
 	<true/>
 	<key>AppGroupID</key>
-	<string>$(APP_GROUP_ID)</string>
+	<string>group.com.T7VZ6LU6H3.xdripswift.JBMgroup</string>
+	<key>AppGroupIdentifier</key>
+	<string>$(APP_GROUP_IDENTIFIER)</string>
 	<key>CFBundleDevelopmentRegion</key>
 	<string>$(DEVELOPMENT_LANGUAGE)</string>
 	<key>CFBundleExecutable</key>