Files
midi_ios/devInfo.plist

18 lines
397 B
Plaintext
Raw Permalink Normal View History

2025-08-14 10:07:49 +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>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>QXLive</string>
</array>
</dict>
</array>
</dict>
</plist>