AppIconResourceIosDataStructure

Version #1

Description:

Defines all persistent configurations and settings how the ios app icons should be generated.

Fields:

  • appStoreIcon: Boolean [Optional]
    Default: true
    Description: Generate App Store specific resolution app icon.
  • backgroundSize: Integer [Optional]
    Default: 100
    Description: Use the slider to specify a scaling factor in percent to resize the background image.
  • foregroundSize: Integer [Optional]
    Default: 100
    Description: Use the slider to specify a scaling factor in percent to resize the foreground image.
  • iPadIcon: Boolean [Optional]
    Default: true
    Description: Generate iPad specific resolution app icons.
  • iPhoneIcon: Boolean [Optional]
    Default: true
    Description: Generate iPhone specific resolution app icons.
  • iconName: String [Optional]
    Default: AppIcon
    Description: Defines the output file’s name.
  • minTargetVersion: Enum<ios12 | ios11 | ios10 | ios8 | ios9> [Optional]
    Default: ios8
    Description: Set the minimum target version of the application to generate only the required resolutions of the App Icons.
  • prerendered: Boolean [Optional]
    Default: true
    Description: Set prerendered setting to the generated icons.