From 8f6e604774a1777d4e46210acf8cc18e6e771490 Mon Sep 17 00:00:00 2001 From: EYHN Date: Wed, 7 May 2025 13:15:14 +0800 Subject: [PATCH] feat(ios): add app track usage description (#12160) --- .../apps/ios/App/App.xcodeproj/project.pbxproj | 2 -- packages/frontend/apps/ios/App/App/Info.plist | 10 ++++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/frontend/apps/ios/App/App.xcodeproj/project.pbxproj b/packages/frontend/apps/ios/App/App.xcodeproj/project.pbxproj index 5ab8f3e3b..8bfd54ae7 100644 --- a/packages/frontend/apps/ios/App/App.xcodeproj/project.pbxproj +++ b/packages/frontend/apps/ios/App/App.xcodeproj/project.pbxproj @@ -78,8 +78,6 @@ /* Begin PBXFileSystemSynchronizedRootGroup section */ C45499AB2D140B5000E21978 /* NBStore */ = { isa = PBXFileSystemSynchronizedRootGroup; - exceptions = ( - ); path = NBStore; sourceTree = ""; }; diff --git a/packages/frontend/apps/ios/App/App/Info.plist b/packages/frontend/apps/ios/App/App/Info.plist index ba2998d0a..ff1e14a21 100644 --- a/packages/frontend/apps/ios/App/App/Info.plist +++ b/packages/frontend/apps/ios/App/App/Info.plist @@ -37,6 +37,12 @@ LSRequiresIPhoneOS + NSCameraUsageDescription + AFFiNE requires access to the camera to capture images and insert them into your documents + NSPhotoLibraryUsageDescription + AFFiNE requires access to select photos from your photo library and insert them into your documents + NSUserTrackingUsageDescription + Rest assured, enabling this permission won't access your private info on other sites. It's only used to identify your device and improve security and product experience. UILaunchScreen UIImageName @@ -63,9 +69,5 @@ UIViewControllerBasedStatusBarAppearance - NSCameraUsageDescription - AFFiNE requires access to the camera to capture images and insert them into your documents - NSPhotoLibraryUsageDescription - AFFiNE requires access to select photos from your photo library and insert them into your documents