Browse Source

OneDrive: Add Microsoft auth to keychain sharing

Soomin Lee 6 years ago
parent
commit
c5b7d92e3f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      vlc-ios/VLC for iOS.entitlements

+ 2 - 1
vlc-ios/VLC for iOS.entitlements

@@ -22,7 +22,8 @@
 	</array>
 	<key>keychain-access-groups</key>
 	<array>
-		<string>$(KEYCHAIN_ACCESS_GROUP)</string>
+		<string>$(AppIdentifierPrefix)$(KEYCHAIN_ACCESS_GROUP)</string>
+		<string>$(AppIdentifierPrefix)com.microsoft.adalcache</string>
 	</array>
 </dict>
 </plist>