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 | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Crabtree/ON.Ios/Info.plist b/Crabtree/ON.Ios/Info.plist index 37757fa..c721be3 100755 --- a/Crabtree/ON.Ios/Info.plist +++ b/Crabtree/ON.Ios/Info.plist @@ -17,9 +17,9 @@ <key>CFBundleIdentifier</key> <string>com.hdl.on</string> <key>CFBundleShortVersionString</key> - <string>2.510271</string> + <string>2.601071</string> <key>CFBundleVersion</key> - <string>2.510271</string> + <string>2.601071</string> <key>LSRequiresIPhoneOS</key> <true/> <key>MinimumOSVersion</key> @@ -96,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