20 lines
513 B
Plaintext
20 lines
513 B
Plaintext
|
|
<?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>
|
||
|
|
<!-- 注册 ccswitch:// 自定义 URL 协议,用于深链接导入 -->
|
||
|
|
<key>CFBundleURLTypes</key>
|
||
|
|
<array>
|
||
|
|
<dict>
|
||
|
|
<key>CFBundleURLName</key>
|
||
|
|
<string>CC Switch Deep Link</string>
|
||
|
|
<key>CFBundleURLSchemes</key>
|
||
|
|
<array>
|
||
|
|
<string>ccswitch</string>
|
||
|
|
</array>
|
||
|
|
</dict>
|
||
|
|
</array>
|
||
|
|
</dict>
|
||
|
|
</plist>
|
||
|
|
|