${title}
${rb.getString('Version')} ${version}
${rb.getString('Released')} ${currentDate}
${rb.getString('Application_files')}
<% targets.each { target -> %>
- ${target}
${rb.getString('Applications')}
<% configurations.each { configuration -> %>
<% def id = "${target}-${configuration}".toString() %>
<% if (!iosConf.isBuildExcluded(id)) {%>
- ${configuration}
<% } %>
<% } %>
<% if (!iosConf.dmgImageFiles.empty) { %>
${rb.getString('Simulator_images')}
<% } %>
<% } %>
<% if (!iosConf.monkeyTests.empty) { %>
${rb.getString('Fone_Monkey_tests')}
<% iosConf.families.each { family -> %>
<% if (iosConf.foneMonkeyTestResultFiles[family] != null) { %>
- ${java.text.MessageFormat.format(rb.getString('family_monkey_tests'),family)}
${iosConf.foneMonkeyTestResultFiles[family].url}
<% } %>
<% } %>
<% } %>
${rb.getString('Other')}