mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
42 lines
1,002 B
Text
42 lines
1,002 B
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>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>processing</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|