Skip to content

Commit 6ad5118

Browse files
authored
Merge pull request xch-dev#584 from dkackman/NSPhotoLibraryAddUsageDescription
2 parents 3531330 + f7cfd8f commit 6ad5118

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

src-tauri/Info.plist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,7 @@
4646
<string>Read NFC tags</string>
4747
<key>NSFaceIDUsageDescription</key>
4848
<string>Authenticate with biometric</string>
49+
<key>NSPhotoLibraryAddUsageDescription</key>
50+
<string>This app needs access to save images to your photo library.</string>
4951
</dict>
50-
</plist>
52+
</plist>

0 commit comments

Comments
 (0)