feat: update entitlements and plist for file access permissions

This commit is contained in:
Moustapha Kodjo Amadou 2026-01-23 14:39:45 +01:00
parent b53e869258
commit e8683b4181
4 changed files with 14 additions and 0 deletions

View file

@ -7,6 +7,10 @@
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSPhotoLibraryUsageDescription</key>
<string>Mangayomi needs access to your photo library to save and restore backups.</string>
<key>NSDocumentUsageDescription</key>
<string>Mangayomi needs access to your files to create and restore backups.</string>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>CFBundleDevelopmentRegion</key>

View file

@ -14,5 +14,7 @@
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
</dict>
</plist>

View file

@ -7,6 +7,10 @@
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSDocumentUsageDescription</key>
<string>Mangayomi needs access to your files to create and restore backups.</string>
<key>NSDownloadsFolderUsageDescription</key>
<string>Mangayomi needs access to Downloads folder to save backups.</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>

View file

@ -10,5 +10,9 @@
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.files.downloads.read-write</key>
<true/>
</dict>
</plist>