From 82eba47c84106e286d37ecdb9fc564cc9b80e39f Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期三, 17 十一月 2021 17:19:24 +0800 Subject: [PATCH] cct 色温调节 --- HDL-ON_iOS/Info.plist | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist index be3c8cc..d00fc31 100644 --- a/HDL-ON_iOS/Info.plist +++ b/HDL-ON_iOS/Info.plist @@ -92,17 +92,17 @@ <key>XSLaunchImageAssets</key> <string>Assets.xcassets/LaunchImage.launchimage</string> <key>CFBundleName</key> - <string>ON +</string> + <string>On Pro</string> <key>XSAppIconAssets</key> <string>Assets.xcassets/AppIcon.appiconset</string> <key>CFBundleDisplayName</key> - <string>ON +</string> + <string>On Pro</string> <key>UIStatusBarStyle</key> <string>UIStatusBarStyleLightContent</string> <key>CFBundleShortVersionString</key> - <string>1.2.202110281</string> + <string>1.3.202111171</string> <key>CFBundleVersion</key> - <string>1.2.10281</string> + <string>1.3.11171</string> <key>NSLocationWhenInUseUsageDescription</key> <string>Use geographic location to provide services such as weather</string> <key>NSAppleMusicUsageDescription</key> @@ -133,5 +133,7 @@ <string>This application uses Bluetooth to communicate with the device, this application does not collect, store or record any data that communicates via Bluetooth.</string> <key>NSVoIPUsageDescription</key> <string>Make audio/video calls</string> + <key>NSSiriUsageDescription</key> + <string>On Pro data will be send to Siri.</string> </dict> </plist> -- Gitblit v1.8.0