Marino Faggiana vor 6 Jahren
Ursprung
Commit
1b37650141

+ 3 - 0
Nextcloud.xcodeproj/project.pbxproj

@@ -3396,6 +3396,9 @@
 							com.apple.ApplicationGroups.iOS = {
 								enabled = 1;
 							};
+							com.apple.Keychain = {
+								enabled = 1;
+							};
 						};
 					};
 					F771E3CF20E2392D00AFB62D = {

+ 4 - 0
iOSClient/Brand/Notification_Service_Extension.entitlements

@@ -6,5 +6,9 @@
 	<array>
 		<string>group.it.twsweb.Crypto-Cloud</string>
 	</array>
+	<key>keychain-access-groups</key>
+	<array>
+		<string>$(AppIdentifierPrefix)it.twsweb.Crypto-Cloud</string>
+	</array>
 </dict>
 </plist>