We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3531330 + f7cfd8f commit 6ad5118Copy full SHA for 6ad5118
src-tauri/Info.plist
@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+<plist version="1.0">
4
+ <dict>
5
+ <key>NSPhotoLibraryAddUsageDescription</key>
6
+ <string>This app needs access to save images to your photo library.</string>
7
+ </dict>
8
+</plist>
src-tauri/gen/apple/sage-tauri_iOS/Info.plist
@@ -46,5 +46,7 @@
46
<string>Read NFC tags</string>
47
<key>NSFaceIDUsageDescription</key>
48
<string>Authenticate with biometric</string>
49
50
51
</dict>
-</plist>
52
0 commit comments