From f5b8d268d8536b189033611af83fc089cb6da4cb Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期二, 04 一月 2022 14:36:56 +0800 Subject: [PATCH] 2022-01-04 1.修改APPLogo和APP名字 --- Crabtree/ON.Ios/Info.plist | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Crabtree/ON.Ios/Info.plist b/Crabtree/ON.Ios/Info.plist index de909cb..87be5d3 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.606221</string> + <string>2.701041</string> <key>CFBundleVersion</key> - <string>2.606221</string> + <string>2.701041</string> <key>LSRequiresIPhoneOS</key> <true/> <key>MinimumOSVersion</key> @@ -86,17 +86,17 @@ </dict> <key>UIViewControllerBasedStatusBarAppearance</key> <false/> - <key>XSLaunchImageAssets</key> - <string>Assets.xcassets/LaunchImage-HDL.launchimage</string> <key>CFBundleName</key> - <string>Crabtree-ON</string> + <string>Crabtree Smart H</string> <key>NSAppleMusicUsageDescription</key> <string>Needs to access your music library to connect to an external player to play music.</string> - <key>XSAppIconAssets</key> - <string>Assets.xcassets/AppIcon.appiconset</string> <key>NSLocationWhenInUseUsageDescription</key> <string>Get the weather</string> <key>CFBundleDisplayName</key> - <string>Crabtree-ON+</string> + <string>Crabtree Smart H</string> + <key>UILaunchStoryboardName</key> + <string>LaunchScreen</string> + <key>XSAppIconAssets</key> + <string>Assets.xcassets/AppIcon.appiconset</string> </dict> </plist> -- Gitblit v1.8.0