iOS端URL Scheme修改优化

This commit is contained in:
Daisy 2024-04-17 18:25:50 +08:00
parent 1d0ad35acd
commit 616148739f

View File

@ -90,10 +90,12 @@
<array> <array>
<dict> <dict>
<key>CFBundleURLName</key> <key>CFBundleURLName</key>
<string>com.sky.smartlock</string> <string>com.sky.skysmartlock</string>
<key>CFBundleURLSchemes</key> <key>CFBundleURLSchemes</key>
<array> <array>
<string>skysmartlock</string> <string>skysmartlock</string>
<string></string>
<string></string>
</array> </array>
<key>CFBundleURLIconFile</key> <key>CFBundleURLIconFile</key>
<string></string> <string></string>