~emersion/goguma-dev

ios: Add entitlement for photo library access v1 APPLIED

Jean THOMAS: 1
 ios: Add entitlement for photo library access

 1 files changed, 2 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~emersion/goguma-dev/patches/49918/mbox | git am -3
Learn more about email & git

[PATCH] ios: Add entitlement for photo library access Export this patch

Prevents crashes when trying to retrive photos from the
photo library.
---
 ios/Runner/Info.plist | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index e0d9c47..ba32464 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -72,5 +72,7 @@
	</array>
	<key>flutter_apns.disable_swizzling</key>
	<true/>
	<key>NSPhotoLibraryUsageDescription</key>
	<string>Share photos from your library with a channel or user</string>
</dict>
</plist>
-- 
2.39.3 (Apple Git-145)
Pushed, thanks!