feat(ios): add app track usage description (#12160)

This commit is contained in:
EYHN
2025-05-07 13:15:14 +08:00
committed by GitHub
parent 0a9f5a1da9
commit 8f6e604774
2 changed files with 6 additions and 6 deletions
@@ -78,8 +78,6 @@
/* Begin PBXFileSystemSynchronizedRootGroup section */ /* Begin PBXFileSystemSynchronizedRootGroup section */
C45499AB2D140B5000E21978 /* NBStore */ = { C45499AB2D140B5000E21978 /* NBStore */ = {
isa = PBXFileSystemSynchronizedRootGroup; isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
);
path = NBStore; path = NBStore;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
@@ -37,6 +37,12 @@
<false/> <false/>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>NSCameraUsageDescription</key>
<string>AFFiNE requires access to the camera to capture images and insert them into your documents</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>AFFiNE requires access to select photos from your photo library and insert them into your documents</string>
<key>NSUserTrackingUsageDescription</key>
<string>Rest assured, enabling this permission won&apos;t access your private info on other sites. It&apos;s only used to identify your device and improve security and product experience.</string>
<key>UILaunchScreen</key> <key>UILaunchScreen</key>
<dict> <dict>
<key>UIImageName</key> <key>UIImageName</key>
@@ -63,9 +69,5 @@
</array> </array>
<key>UIViewControllerBasedStatusBarAppearance</key> <key>UIViewControllerBasedStatusBarAppearance</key>
<true/> <true/>
<key>NSCameraUsageDescription</key>
<string>AFFiNE requires access to the camera to capture images and insert them into your documents</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>AFFiNE requires access to select photos from your photo library and insert them into your documents</string>
</dict> </dict>
</plist> </plist>