Skip to content
Snippets Groups Projects
Commit f3675995 authored by Maxime Graulich's avatar Maxime Graulich
Browse files

iOS share Document package

parent 5ad1af8e
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,23 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>onelab</string>
</array>
<key>NSDocumentClass</key>
<string>Document</string>
<key>LSTypeIsPackage</key>
<true/>
<key>CFBundleTypeName</key>
<string>Onelab</string>
<key>LSHandlerRank</key>
<string>None</string>
</dict>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIFileSharingEnabled</key>
......@@ -59,5 +76,9 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIBackgroundModes</key>
<array>
<string></string>
</array>
</dict>
</plist>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment