From f638704fba928501d96bcc2290b2873fc235fabd Mon Sep 17 00:00:00 2001 From: userGyl Date: Tue, 9 Dec 2025 11:24:45 +0800 Subject: [PATCH] =?UTF-8?q?ios=20=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ios/Runner.xcodeproj/project.pbxproj | 8 ++++ ln_jq_app/ios/Runner/Info.plist | 44 +++++++++---------- 2 files changed, 30 insertions(+), 22 deletions(-) diff --git a/ln_jq_app/ios/Runner.xcodeproj/project.pbxproj b/ln_jq_app/ios/Runner.xcodeproj/project.pbxproj index bda3fee..57618c8 100644 --- a/ln_jq_app/ios/Runner.xcodeproj/project.pbxproj +++ b/ln_jq_app/ios/Runner.xcodeproj/project.pbxproj @@ -294,10 +294,14 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); + inputPaths = ( + ); name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); + outputPaths = ( + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; @@ -370,10 +374,14 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist", ); + inputPaths = ( + ); name = "[CP] Copy Pods Resources"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist", ); + outputPaths = ( + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n"; diff --git a/ln_jq_app/ios/Runner/Info.plist b/ln_jq_app/ios/Runner/Info.plist index 8a7cdf2..d378c0b 100644 --- a/ln_jq_app/ios/Runner/Info.plist +++ b/ln_jq_app/ios/Runner/Info.plist @@ -2,16 +2,10 @@ - NSLocationWhenInUseUsageDescription - 需要您的位置信息以在地图上展示 - - NSLocationAlwaysAndWhenInUseUsageDescription - 我们需要您的位置来规划路线 - - NSLocationAlwaysUsageDescription - 我们需要您的位置来规划路线 - - + + + CADisableMinimumFrameDurationOnPhone + CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName @@ -32,8 +26,24 @@ ???? CFBundleVersion $(FLUTTER_BUILD_NUMBER) + ITSAppUsesNonExemptEncryption + LSRequiresIPhoneOS + NSCameraUsageDescription + 需要访问您的相机以扫描二维码 + NSLocationAlwaysAndWhenInUseUsageDescription + 我们需要您的位置来规划路线 + NSLocationAlwaysUsageDescription + 我们需要您的位置来规划路线 + NSLocationWhenInUseUsageDescription + 需要您的位置信息以在地图上展示 + NSPhotoLibraryAddUsageDescription + 需要访问您的相册以选择二维码图片进行识别 + NSPhotoLibraryUsageDescription + 需要访问您的相册以选择二维码图片进行识别 + UIApplicationSupportsIndirectInputEvents + UILaunchStoryboardName LaunchScreen UIMainStoryboardFile @@ -51,17 +61,7 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - - NSCameraUsageDescription - 需要访问您的相机以扫描二维码 - NSPhotoLibraryUsageDescription - 需要访问您的相册以选择二维码图片进行识别 - NSPhotoLibraryAddUsageDescription - 需要访问您的相册以选择二维码图片进行识别 - - CADisableMinimumFrameDurationOnPhone - - UIApplicationSupportsIndirectInputEvents - + uses +