Files
featherVoice/QXLive/Info.plist

57 lines
1.2 KiB
Plaintext
Raw Normal View History

2025-08-08 10:49:36 +08:00
<?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>
2025-10-20 09:43:10 +08:00
<string>com.xscm.midi.task</string>
2025-08-08 10:49:36 +08:00
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
2025-10-21 10:29:06 +08:00
<string>qxlive</string>
2025-08-08 10:49:36 +08:00
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>weixin</string>
<key>CFBundleURLSchemes</key>
<array>
2025-10-20 09:43:10 +08:00
<string>wxfc7bf7ca8c71840d</string>
2025-08-08 10:49:36 +08:00
</array>
</dict>
</array>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>alipay</string>
<string>weixin</string>
<string>weixinURLParamsAPI</string>
<string>weixinULAPI</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>UIAppFonts</key>
<array>
<string>youshe.ttf</string>
</array>
<key>UIBackgroundModes</key>
<array>
<string>processing</string>
<string>audio</string>
</array>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
</array>
</dict>
</plist>