This commit is contained in:
2022-04-17 23:56:10 +08:00
parent f0d85d914c
commit fc8f56e491
8 changed files with 40 additions and 20 deletions
+7 -3
View File
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<string>zh-Hans</string>
<key>CFBundleDisplayName</key>
<string>黑烟车抓拍系统</string>
<key>CFBundleExecutable</key>
@@ -20,14 +20,18 @@
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>使用相机进行人脸登录</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>获取相册照片进行人脸注册</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>NSCameraUsageDescription</key>
<string>使用相机进行人脸登录</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
@@ -0,0 +1 @@
+1
View File
@@ -0,0 +1 @@