~emersion/goguma-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] ios: Add entitlement for photo library access

Details
Message ID
<20240301122503.11122-1-virgule@jeanthomas.me>
DKIM signature
pass
Download raw message
Patch: +2 -0
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)
Details
Message ID
<XTnqwCSJM4bRLqHZTeEEikPY9ZdLzJi33Z-dylVjWgECazM5WxIRfWofDLMTP6tDoqh32l19mnVhsbm-7XxGDPoH6YdTZvpD-wiic0jBZXE=@emersion.fr>
In-Reply-To
<20240301122503.11122-1-virgule@jeanthomas.me> (view parent)
DKIM signature
pass
Download raw message
Pushed, thanks!
Reply to thread Export thread (mbox)