From f3675995f40758376bd914500c01d4c972111b9d Mon Sep 17 00:00:00 2001 From: Maxime Graulich <maxime.graulich@gmail.com> Date: Wed, 11 Sep 2013 08:37:33 +0000 Subject: [PATCH] iOS share Document package --- contrib/mobile/iOS/Onelab/Onelab-Info.plist | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/contrib/mobile/iOS/Onelab/Onelab-Info.plist b/contrib/mobile/iOS/Onelab/Onelab-Info.plist index 1b49d45532..8d8d83ac59 100644 --- a/contrib/mobile/iOS/Onelab/Onelab-Info.plist +++ b/contrib/mobile/iOS/Onelab/Onelab-Info.plist @@ -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> -- GitLab