From 7b43f0f5c5dca88576efc0bb51bf95b523de90c9 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期五, 10 七月 2020 11:33:06 +0800 Subject: [PATCH] 2020-07-10 1.修复窗帘定时器发送控制失败问题。 --- Crabtree/ON.Ios/Info.plist | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Crabtree/ON.Ios/Info.plist b/Crabtree/ON.Ios/Info.plist index b430e9a..835de7c 100755 --- a/Crabtree/ON.Ios/Info.plist +++ b/Crabtree/ON.Ios/Info.plist @@ -15,11 +15,11 @@ <true/> </dict> <key>CFBundleIdentifier</key> - <string>com.hdl.SimpleControl</string> + <string>com.hdl.on</string> <key>CFBundleShortVersionString</key> - <string>2.52006221</string> + <string>2.52007091</string> <key>CFBundleVersion</key> - <string>2.52006221</string> + <string>2.52007091</string> <key>LSRequiresIPhoneOS</key> <true/> <key>MinimumOSVersion</key> -- Gitblit v1.8.0