diff --git a/ios/iOS-Info.plist b/ios/iOS-Info.plist index a7bde7a2ae5a6ef0e02debe7660e0fcd142bf562..f9ea584bf62e0c494017c7fcc4cea0c2c23a9399 100644 --- a/ios/iOS-Info.plist +++ b/ios/iOS-Info.plist @@ -84,5 +84,7 @@ + UIFileSharingEnabled + diff --git a/ios/iOSForAppStore-Info-Source.plist b/ios/iOSForAppStore-Info-Source.plist index e194eec5baca3a8fa251d031ae54538fd5dbabf0..09f03afee2d0bcb324b04aba1e4e381c0b4a6edb 100644 --- a/ios/iOSForAppStore-Info-Source.plist +++ b/ios/iOSForAppStore-Info-Source.plist @@ -2,95 +2,97 @@ - CFBundleDisplayName - QGroundControl - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - NSHumanReadableCopyright - Open Source Flight Systems GmbH - CFBundleIconFile - - NSCameraUsageDescription - QGC uses UVC devices for video streaming. - NSPhotoLibraryUsageDescription - We do not access it. Apple thinks we do. - UIRequiredDeviceCapabilities - - armv7 - - CFBundleIcons - - CFBundlePrimaryIcon - - CFBundleIconFiles - - AppIcon29x29.png - AppIcon29x29@2x.png - AppIcon40x40@2x.png - AppIcon57x57.png - AppIcon57x57@2x.png - AppIcon60x60@2x.png - - - - CFBundleIcons~ipad - - CFBundlePrimaryIcon - - CFBundleIconFiles - - AppIcon29x29.png - AppIcon29x29@2x.png - AppIcon40x40@2x.png - AppIcon57x57.png - AppIcon57x57@2x.png - AppIcon60x60@2x.png - AppIcon29x29~ipad.png - AppIcon29x29@2x~ipad.png - AppIcon40x40~ipad.png - AppIcon40x40@2x~ipad.png - AppIcon50x50~ipad.png - AppIcon50x50@2x~ipad.png - AppIcon72x72~ipad.png - AppIcon72x72@2x~ipad.png - AppIcon76x76~ipad.png - AppIcon76x76@2x~ipad.png - AppIcon83.5x83.5@2x~ipad.png - - - - CFBundleIdentifier - org.QGroundControl.qgc - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - ###VERSION### - CFBundleSignature - ???? - CFBundleVersion - ###BUILD### - ForAppStore - Yes - LSRequiresIPhoneOS - - NSLocationUsageDescription - Ground Station Location - NSLocationWhenInUseUsageDescription - Ground Station Location - UILaunchStoryboardName - QGCLaunchScreen - UIRequiresFullScreen - - UISupportedInterfaceOrientations - - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - + CFBundleDisplayName + QGroundControl + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + NSHumanReadableCopyright + Open Source Flight Systems GmbH + CFBundleIconFile + + NSCameraUsageDescription + QGC uses UVC devices for video streaming. + NSPhotoLibraryUsageDescription + We do not access it. Apple thinks we do. + UIRequiredDeviceCapabilities + + armv7 + + CFBundleIcons + + CFBundlePrimaryIcon + + CFBundleIconFiles + + AppIcon29x29.png + AppIcon29x29@2x.png + AppIcon40x40@2x.png + AppIcon57x57.png + AppIcon57x57@2x.png + AppIcon60x60@2x.png + + + + CFBundleIcons~ipad + + CFBundlePrimaryIcon + + CFBundleIconFiles + + AppIcon29x29.png + AppIcon29x29@2x.png + AppIcon40x40@2x.png + AppIcon57x57.png + AppIcon57x57@2x.png + AppIcon60x60@2x.png + AppIcon29x29~ipad.png + AppIcon29x29@2x~ipad.png + AppIcon40x40~ipad.png + AppIcon40x40@2x~ipad.png + AppIcon50x50~ipad.png + AppIcon50x50@2x~ipad.png + AppIcon72x72~ipad.png + AppIcon72x72@2x~ipad.png + AppIcon76x76~ipad.png + AppIcon76x76@2x~ipad.png + AppIcon83.5x83.5@2x~ipad.png + + + + CFBundleIdentifier + org.QGroundControl.qgc + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + ###VERSION### + CFBundleSignature + ???? + CFBundleVersion + ###BUILD### + ForAppStore + Yes + LSRequiresIPhoneOS + + NSLocationUsageDescription + Ground Station Location + NSLocationWhenInUseUsageDescription + Ground Station Location + UILaunchStoryboardName + QGCLaunchScreen + UIRequiresFullScreen + + UISupportedInterfaceOrientations + + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UIFileSharingEnabled +