Browse Source

iOS: 声明摄像头权限、把应用名改成 MaxKey

Ferry-200 10 months ago
parent
commit
c585a76448
1 changed files with 3 additions and 1 deletions
  1. 3 1
      summer-ospp/2024/Flutter/maxkey_flutter/ios/Runner/Info.plist

+ 3 - 1
summer-ospp/2024/Flutter/maxkey_flutter/ios/Runner/Info.plist

@@ -5,7 +5,7 @@
 	<key>CFBundleDevelopmentRegion</key>
 	<string>$(DEVELOPMENT_LANGUAGE)</string>
 	<key>CFBundleDisplayName</key>
-	<string>Maxkey Flutter</string>
+	<string>Maxkey</string>
 	<key>CFBundleExecutable</key>
 	<string>$(EXECUTABLE_NAME)</string>
 	<key>CFBundleIdentifier</key>
@@ -45,5 +45,7 @@
 	<true/>
 	<key>UIApplicationSupportsIndirectInputEvents</key>
 	<true/>
+	<key>NSCameraUsageDescription</key>
+	<string>MaxKey needs camera access to scan QR codes for logining and TOTP scanning</string>
 </dict>
 </plist>