mirror of
https://github.com/cranci1/Sora.git
synced 2026-05-06 18:19:35 +00:00
* dwo (#132) * bug fixes (#127) * yeah @realdoomsboygaming fault * fixes * freaky ahh update --------- Co-authored-by: Seiike <122684677+Seeike@users.noreply.github.com> * opds * bug fixes around the downloads (#133) (#134) * yeah nice xcode * yeah fuck ts * yeah * ok this shit is really fucked then --------- Co-authored-by: Seiike <122684677+Seeike@users.noreply.github.com>
44 lines
1 KiB
Text
44 lines
1 KiB
Text
<?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>BGTaskSchedulerPermittedIdentifiers</key>
|
|
<array>
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
</array>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>me.cranci.scheme</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>sora</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>LSApplicationQueriesSchemes</key>
|
|
<array>
|
|
<string>tracy</string>
|
|
<string>iina</string>
|
|
<string>outplayer</string>
|
|
<string>infuse</string>
|
|
<string>vlc</string>
|
|
<string>nplayer-https</string>
|
|
<string>senplayer</string>
|
|
</array>
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
<true/>
|
|
</dict>
|
|
<key>UIBackgroundModes</key>
|
|
<array>
|
|
<string>audio</string>
|
|
<string>fetch</string>
|
|
<string>processing</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|