Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
b03e0f0a
Commit
b03e0f0a
authored
Oct 21, 2015
by
Felix Paul Kühne
Browse files
Share keychain across all iOS and tvOS devices and installations
parent
10f39296
Changes
4
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
b03e0f0a
...
...
@@ -14,7 +14,8 @@
* Added option to configure gestures (#15449)
* Added support for music albums with more than 1 disk (#14650)
* Display chapter duration in playback UI (#14718)
* Recently played network stream URL are not shared across all devices
* Recently played network stream URL are now shared across all devices
* Stored login information is now shared across all devices
2.6.6:
------
...
...
VLC for Apple TV/VLC for Apple TV.entitlements
View file @
b03e0f0a
...
...
@@ -6,5 +6,9 @@
<array/>
<key>
com.apple.developer.ubiquity-kvstore-identifier
</key>
<string>
$(TeamIdentifierPrefix)$(CFBundleIdentifier)
</string>
<key>
keychain-access-groups
</key>
<array>
<string>
$(AppIdentifierPrefix)org.videolan.vlc-ios
</string>
</array>
</dict>
</plist>
VLC for iOS.xcodeproj/project.pbxproj
View file @
b03e0f0a
...
...
@@ -2034,6 +2034,9 @@
com.apple.BackgroundModes.appletvos
=
{
enabled
=
1
;
};
com.apple.Keychain
=
{
enabled
=
1
;
};
com.apple.iCloud
=
{
enabled
=
1
;
};
...
...
@@ -2045,6 +2048,9 @@
com.apple.ApplicationGroups.iOS
=
{
enabled
=
1
;
};
com.apple.Keychain
=
{
enabled
=
1
;
};
com.apple.iCloud
=
{
enabled
=
1
;
};
...
...
vlc-ios/VLC for iOS.entitlements
View file @
b03e0f0a
...
...
@@ -20,5 +20,9 @@
<array>
<string>
group.org.videolan.vlc-ios
</string>
</array>
<key>
keychain-access-groups
</key>
<array>
<string>
$(AppIdentifierPrefix)org.videolan.vlc-ios
</string>
</array>
</dict>
</plist>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment