This commit is contained in:
xsl
2026-03-12 20:21:10 +08:00
parent a7ea59d201
commit b26022c94f
2 changed files with 11 additions and 124 deletions
+10 -1
View File
@@ -58,7 +58,16 @@
"distribute": {
"modules": {},
"icons": {},
"splashScreens": {}
"splashScreens": {},
"privacyDescription": {
"NSPhotoLibraryUsageDescription": "读取相册",
"NSPhotoLibraryAddUsageDescription": "写入相册",
"NSCameraUsageDescription": "要摄像头",
"NSMicrophoneUsageDescription": "要麦克风",
"NSLocationWhenInUseUsageDescription": "要访问",
"NSLocationAlwaysUsageDescription": "要访问",
"NSLocationAlwaysAndWhenInUseUsageDescription": "要访问"
}
}
}
}