Commit 5cec261ae7c04ccc21ba3de574484ffd1658e46a

Authored by 权海
1 parent 23635448

feat(ui):固定app显示名称为doublefeel

... ... @@ -2,6 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDisplayName</key>
<string>DoubleFeel</string>
<key>CFBundleName</key>
<string>DoubleFeel</string>
<key>NSLocalNetworkUsageDescription</key>
<string>需要访问本地网络以发现和连接附近设备</string>
<key>NSBonjourServices</key>
... ...
... ... @@ -2,6 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDisplayName</key>
<string>DoubleFeel</string>
<key>CFBundleName</key>
<string>DoubleFeel</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
... ...