-
-
${rb.getString('Version')} ${version}
${rb.getString('Date')} ${currentDate}
<% 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')}
<% releaseNotes.each { %>
- ${it}
<% } %>
<% } %>
<% 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) { other_installs << map } %>
<% } %>
<% } %>
<% if (other_installs.size > 0) { %>
<% other_installs.each { map -> %>
-
${map.target.replaceAll('_',' ')}
${map.configuration.replaceAll('_',' ')}
<% } %>
<% } %>