${rb.getString('OTA_installation')} - iOS

  • ${title}

  • ${rb.getString('Version')} ${version}
    ${rb.getString('Date')} ${currentDate}

${rb.getString('Installation')}

    <% def main_id = "${iosConf.mainTarget}-${iosConf.mainConfiguration}".toString() %>
  • ${iosConf.mainTarget.replaceAll('_',' ')}

    ${iosConf.mainConfiguration.replaceAll('_',' ')}
<% if (releaseNotes != null && releaseNotes.size >0) { %>

${rb.getString('What_s_new')}

<% } %> <% def other_installs = [] %> <% targets.each { target -> %> <% configurations.each { configuration -> %> <% def id = "${target}-${configuration}".toString() %> <% def map = [ 'target': target, 'configuration': configuration, 'id': id] %> <% if (!iosConf.isBuildExcluded(id) && main_id != id && target != "Frankified") { other_installs << map } %> <% } %> <% } %> <% if (other_installs.size > 0) { %>

${rb.getString('Other_Installations')}

    <% other_installs.each { map -> %>
  • ${map.target.replaceAll('_',' ')}

    ${map.configuration.replaceAll('_',' ')}
  • <% } %>
<% } %>