From bf28391a8a078fac02f92da327cfd92e36fec0ca Mon Sep 17 00:00:00 2001
From: vjrj <vjrj@comunes.org>
Date: Wed, 5 Apr 2023 00:07:36 +0200
Subject: [PATCH] File perms

---
 ios/Runner/Info.plist | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index d2e181ef..062e3e9d 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -55,5 +55,9 @@
       <string>https</string>
       <string>http</string>
     </array>
+  <key>LSSupportsOpeningDocumentsInPlace</key>
+  <true/>
+  <key>UIFileSharingEnabled</key>
+  <true/>
 </dict>
 </plist>
-- 
GitLab