From 25f409185a53e5e7beb17518a684298d92d31b3f Mon Sep 17 00:00:00 2001 From: 单军华 <WindShan@danjunhuas-MacBook-Pro.local> Date: Fri, 04 May 2018 13:34:53 +0800 Subject: [PATCH] iPhone x 屏幕适配修改 --- pregnancy_guard/BaseProject/Info.plist | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pregnancy_guard/BaseProject/Info.plist b/pregnancy_guard/BaseProject/Info.plist index ba73789..aea0616 100644 --- a/pregnancy_guard/BaseProject/Info.plist +++ b/pregnancy_guard/BaseProject/Info.plist @@ -13,15 +13,15 @@ <key>CFBundleIdentifier</key> <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> + <string>1.0</string> <key>CFBundleName</key> <string>$(PRODUCT_NAME)</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.0</string> + <string>1.01</string> <key>CFBundleVersion</key> - <string>1.0</string> + <string>1.01</string> <key>LSRequiresIPhoneOS</key> <true/> <key>NSAppTransportSecurity</key> @@ -29,6 +29,8 @@ <key>NSAllowsArbitraryLoads</key> <true/> </dict> + <key>NSBluetoothPeripheralUsageDescription</key> + <string>���������������������������������������������������������������</string> <key>NSCameraUsageDescription</key> <string>���������������������������������</string> <key>NSLocationAlwaysUsageDescription</key> -- Gitblit v1.8.0