From f500e14c0a994487070380c50c85e0929cbc8e63 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期二, 05 一月 2021 10:48:04 +0800 Subject: [PATCH] 2021-01-05 1.更新 --- 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 5ab803d..e461fe7 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.5200112</string> + <string>2.512151</string> <key>CFBundleVersion</key> - <string>2.50112</string> + <string>2.512151</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