[vlc-commits] apple: Info.plist: allow vlccoreios to share documents
    Alexandre Janniaux 
    git at videolan.org
       
    Fri Mar 19 14:26:33 UTC 2021
    
    
  
vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Thu Mar 18 14:20:25 2021 +0100| [04eb0e857dac1df48909ccffd662333fa2fdc5ea] | committer: Alexandre Janniaux
apple: Info.plist: allow vlccoreios to share documents
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=04eb0e857dac1df48909ccffd662333fa2fdc5ea
---
 extras/package/apple/Info.plist | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/extras/package/apple/Info.plist b/extras/package/apple/Info.plist
index e1d8d28d7f..046b6d5b2f 100644
--- a/extras/package/apple/Info.plist
+++ b/extras/package/apple/Info.plist
@@ -49,6 +49,8 @@
 		<integer>1</integer>
 		<integer>2</integer>
 	</array>
+	<key>UIFileSharingEnabled</key>
+	<true/>
 	<key>UILaunchImages</key>
 	<array>
 		<dict>
    
    
More information about the vlc-commits
mailing list