安卓适配

This commit is contained in:
zhutao
2025-08-22 14:23:25 +08:00
parent 99a1ce601e
commit fdba41888b
40 changed files with 127 additions and 122 deletions

View File

@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Derma Flutter</string>
<string>Demacare</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
@@ -24,6 +24,13 @@
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<!-- Access Photo Library, used for selecting images for skin analysis -->
<key>NSPhotoLibraryUsageDescription</key>
<string>We need access to your photo library so you can upload photos for skin analysis.</string>
<!-- Access Camera, used for taking photos for skin analysis -->
<key>NSCameraUsageDescription</key>
<string>We need access to your camera so you can take photos for skin analysis.</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>