Explorar el Código

Enable file sharing on iOS

gut4 hace 2 años
padre
commit
602f2da04e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      ios/App/App/Info.plist

+ 2 - 0
ios/App/App/Info.plist

@@ -50,6 +50,8 @@
 	<true/>
 	<key>LSSupportsOpeningDocumentsInPlace</key>
 	<true/>
+	<key>UIFileSharingEnabled</key>
+	<true/>
 	<key>NSCameraUsageDescription</key>
 	<string>We will access your camera when you take a photo, and embed it in your note.</string>
 	<key>NSDocumentsFolderUsageDescription</key>