From 82b67388873fdd2213b00fa212b9e46c0d40e3cf Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 04 九月 2023 13:35:18 +0800 Subject: [PATCH] 备份2 --- OnPro/RongAn/Info.plist | 90 +++++++++++++++++++++++++++++++++----------- 1 files changed, 67 insertions(+), 23 deletions(-) diff --git a/OnPro/RongAn/Info.plist b/OnPro/RongAn/Info.plist index 750798b..2421ebe 100644 --- a/OnPro/RongAn/Info.plist +++ b/OnPro/RongAn/Info.plist @@ -2,57 +2,101 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> + <key>CFBundleAllowMixedLocalizations</key> + <true/> <key>CFBundleDisplayName</key> <string>鑽f偊鏅鸿兘</string> <key>CFBundleIdentifier</key> <string>com.rongan.smart</string> + <key>CFBundleName</key> + <string>鑽f偊鏅鸿兘</string> <key>CFBundleShortVersionString</key> <string>1.0</string> <key>CFBundleVersion</key> <string>1.0</string> + <key>LSApplicationQueriesSchemes</key> + <array> + <string>weixinULAPI</string> + <string>weixin</string> + <string>xiaoduapp</string> + <string>AispeechMobile</string> + <string>qqmusic</string> + </array> <key>LSRequiresIPhoneOS</key> <true/> - <key>UIApplicationSceneManifest</key> + <key>MinimumOSVersion</key> + <string>12.2</string> + <key>NSAppTransportSecurity</key> <dict> - <key>UIApplicationSupportsMultipleScenes</key> + <key>NSAllowsArbitraryLoads</key> <true/> - <key>UISceneConfigurations</key> + <key>NSExceptionDomains</key> <dict> - <key>UIWindowSceneSessionRoleApplication</key> - <array> - <dict> - <key>UISceneConfigurationName</key> - <string>Default Configuration</string> - <key>UISceneDelegateClassName</key> - <string>SceneDelegate</string> - <key>UISceneStoryboardFile</key> - <string>Main</string> - </dict> - </array> + <key>NSExceptionDomains</key> + <true/> + <key>NSExceptionMinimumTLSVersion</key> + <string>TLSv1.0</string> </dict> </dict> - <key>MinimumOSVersion</key> - <string>12.0</string> + <key>NSCameraUsageDescription</key> + <string>App wants to access your camera to set the background picture of the room</string> + <key>NSLocationAlwaysAndWhenInUseUsageDescription</key> + <string>LC Video will be use</string> + <key>NSLocationAlwaysUsageDescription</key> + <string>Use geographic location to provide services such as weather</string> + <key>NSLocationWhenInUseUsageDescription</key> + <string>EZ video will be use</string> + <key>NSMicrophoneUsageDescription</key> + <string>APP wants to use the phone's microphone for voice intercom</string> + <key>NSPhotoLibraryAddUsageDescription</key> + <string>App wants to access your photo library to set the background image of the room</string> + <key>NSPhotoLibraryUsageDescription</key> + <string>App wants to access your photo library to set the background image of the room</string> + <key>UIAppFonts</key> + <array> + <string>titilliumtext25l005.otf</string> + </array> + <key>UIBackgroundModes</key> + <array> + <string>location</string> + </array> <key>UIDeviceFamily</key> <array> <integer>1</integer> - <integer>2</integer> </array> - <key>UILaunchStoryboardName</key> - <string>LaunchScreen</string> - <key>UIMainStoryboardFile</key> - <string>Main</string> - <key>UIMainStoryboardFile~ipad</key> - <string>Main</string> <key>UIRequiredDeviceCapabilities</key> <array> <string>armv7</string> </array> + <key>UIRequiresFullScreen</key> + <true/> + <key>UIStatusBarStyle</key> + <string>UIStatusBarStyleLightContent</string> + <key>UIStatusBarTintParameters</key> + <dict> + <key>UINavigationBar</key> + <dict> + <key>Style</key> + <string>UIBarStyleBlack</string> + <key>Translucent</key> + <false/> + </dict> + </dict> <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> + <string>UIInterfaceOrientationLandscapeRight</string> + <string>UIInterfaceOrientationLandscapeLeft</string> </array> + <key>UISupportedInterfaceOrientations~ipad</key> + <array> + <string>UIInterfaceOrientationPortrait</string> + </array> + <key>UIViewControllerBasedStatusBarAppearance</key> + <false/> <key>XSAppIconAssets</key> <string>Assets.xcassets/AppIcon.appiconset</string> + <key>UILaunchStoryboardName</key> + <string>LaunchScreen</string> </dict> </plist> -- Gitblit v1.8.0