mirror of
https://github.com/jellyfin/Swiftfin.git
synced 2024-12-02 19:16:27 +00:00
7c5a4441c1
* WIP * add EntryView UI apply AppGroups apply KeychainGroups * update widget layout * update widget layout * Refactoring add WidgetEnvironment add snapshot logic add placeholder * fix * fix team id * pass ci? * update keychain group * Update PersistenceController.swift Co-authored-by: Aiden Vigue <acvigue@me.com>
15 lines
441 B
XML
15 lines
441 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>com.apple.security.application-groups</key>
|
|
<array>
|
|
<string>group.me.vigue.jellyfin.mobileclient</string>
|
|
</array>
|
|
<key>keychain-access-groups</key>
|
|
<array>
|
|
<string>$(AppIdentifierPrefix)me.vigue.jellyfin.sharedKeychain</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|