From 5a5a2b696866f947b6025d26c3302e8ffef46435 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期一, 11 一月 2021 16:11:20 +0800 Subject: [PATCH] 2021-01-11 1.更新MQTT连接和本地搜索网关方法。2.子账号相关接口完善 --- Crabtree/ON.Ios/Info.plist | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Crabtree/ON.Ios/Info.plist b/Crabtree/ON.Ios/Info.plist index 0ff79e6..c721be3 100755 --- a/Crabtree/ON.Ios/Info.plist +++ b/Crabtree/ON.Ios/Info.plist @@ -12,14 +12,14 @@ <string>TLSv1.0</string> </dict> <key>NSAllowsArbitraryLoads</key> - <true/> + <false/> </dict> <key>CFBundleIdentifier</key> - <string>com.hdl.SimpleControl</string> + <string>com.hdl.on</string> <key>CFBundleShortVersionString</key> - <string>2.5200214</string> + <string>2.601071</string> <key>CFBundleVersion</key> - <string>2.50214</string> + <string>2.601071</string> <key>LSRequiresIPhoneOS</key> <true/> <key>MinimumOSVersion</key> @@ -38,10 +38,6 @@ <string>Set up your room or scene background.</string> <key>NSPhotoLibraryUsageDescription</key> <string>Set up your room or scene background.</string> - <key>UIBackgroundModes</key> - <array> - <string>remote-notification</string> - </array> <key>Custom Property</key> <string></string> <key>CFBundleInfoDictionaryVersion</key> @@ -100,5 +96,7 @@ <string>Assets.xcassets/AppIcon.appiconset</string> <key>NSLocationWhenInUseUsageDescription</key> <string>Get the weather</string> + <key>CFBundleDisplayName</key> + <string>Crabtree-ON</string> </dict> </plist> -- Gitblit v1.8.0