the latest iphone build was successful, the Info.plist file looks like below

{
  "CFBundleName" => "[REDACTED]"
  "DTSDKName" => "iphoneos9.3"
  "DTXcode" => "0731"
  "CFBundleIcons~ipad" => {
    "CFBundlePrimaryIcon" => {
      "CFBundleIconFiles" => [
        0 => "AppIcon29x29"
        1 => "AppIcon57x57"
        2 => "AppIcon60x60"
        3 => "AppIcon72x72"
        4 => "AppIcon76x76"
      ]
    }
  }
  "UIApplicationExitsOnSuspend" => 0
  "DTSDKBuild" => "13E230"
  "CFBundleDevelopmentRegion" => "en"
  "CFBundleVersion" => "1.0"
  "BuildMachineOSBuild" => "15F34"
  "NSMainNibFile" => "MainWindow"
  "CFBundleShortVersionString" => "1.0"
  "CFBundlePackageType" => "APPL"
  "DTPlatformName" => "iphoneos"
  "CFBundleSupportedPlatforms" => [
    0 => "iPhoneOS"
  ]
 * "CFBundleInfoDictionaryVersion" => "5.1.1"*
  "CFBundleExecutable" => "[REDACTED]"
  "DTCompiler" => "com.apple.compilers.llvm.clang.1_0"
  "UILaunchImages" => [
    0 => {
      "UILaunchImageSize" => "{414, 736}"
      "UILaunchImageName" => "LaunchImage-800-Portrait-736h"
      "UILaunchImageMinimumOSVersion" => "8.0"
      "UILaunchImageOrientation" => "Portrait"
    }
    1 => {
      "UILaunchImageSize" => "{414, 736}"
      "UILaunchImageName" => "LaunchImage-800-Landscape-736h"
      "UILaunchImageMinimumOSVersion" => "8.0"
      "UILaunchImageOrientation" => "Landscape"
    }
    2 => {
      "UILaunchImageSize" => "{375, 667}"
      "UILaunchImageName" => "LaunchImage-800-667h"
      "UILaunchImageMinimumOSVersion" => "8.0"
      "UILaunchImageOrientation" => "Portrait"
    }
    3 => {
      "UILaunchImageSize" => "{320, 480}"
      "UILaunchImageName" => "LaunchImage-700"
      "UILaunchImageMinimumOSVersion" => "7.0"
      "UILaunchImageOrientation" => "Portrait"
    }
    4 => {
      "UILaunchImageSize" => "{320, 568}"
      "UILaunchImageName" => "LaunchImage-700-568h"
      "UILaunchImageMinimumOSVersion" => "7.0"
      "UILaunchImageOrientation" => "Portrait"
    }
  ]
  "MinimumOSVersion" => "6.0"
  "CFBundleIdentifier" => "[REDACTED]"
  "UIPrerenderedIcon" => 1
  "UIAppFonts" => [
    0 => "material-design-font.ttf"
  ]
  "CFBundleIconFiles" => [
    0 => "Icon.png"
    1 => "[email protected]"
    2 => "[email protected]"
    3 => "[email protected]"
    4 => "Icon-72.png"
    5 => "Icon-Small-50.png"
    6 => "Icon-Small.png"
    7 => "[email protected]"
    8 => "Icon7.png"
    9 => "[email protected]"
    10 => "Icon-76.png"
    11 => "Icon-152.png"
  ]
  "CFBundleIcons" => {
    "CFBundlePrimaryIcon" => {
      "CFBundleIconFiles" => [
        0 => "AppIcon29x29"
        1 => "AppIcon57x57"
        2 => "AppIcon60x60"
      ]
    }
  }
  "LSRequiresIPhoneOS" => 1
  "UISupportedInterfaceOrientations" => [
    0 => "UIInterfaceOrientationPortrait"
    1 => "UIInterfaceOrientationPortraitUpsideDown"
  ]
  "CFBundleDisplayName" => "[REDACTED]"
  "CFBundleSignature" => "????"
  "DTXcodeBuild" => "7D1014"
  "DTPlatformVersion" => "9.3"
  "DTPlatformBuild" => "13E230"
  "UIDeviceFamily" => [
    0 => 1
  ]
}


On Monday, June 20, 2016 at 4:50:49 PM UTC-4, DVR Alarm wrote:
>
> our corporate Airwatch MDM solution is throwing the following error during 
> app-wrapping when deploying the iOS version of the application.  The 
> android version is working.  Upon research with the Info.plist file I found 
> that the file has "CFBundleInfoDictionaryVersion" => "5.1.1", is it 
> possible to send a build hint to use 6 or higher?
>
> Unsupported Info.plist version: 5.1.1
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/0778d8eb-ce34-45da-aa04-f3f4a1b135a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to