${rb.getString('Files_to_download')}
${title}
${rb.getString('Version')} ${version}
${rb.getString('Released')} ${currentDate}
<% targets.each { %>
${it}
<% } %>
<% if (!iosConf.monkeyTests.empty) { %>
${rb.getString('Fone_Monkey_tests')}
<% iosConf.families.each { family -> %> <% if (iosConf.foneMonkeyTestResultFiles[family] != null) { %>
${rb.getString('Fone_Monkey')} ${family}
<% } %> <% } %>
<% } %>
${rb.getString('Other')}
<% if (conf.mailMessageFile != null) { %>
${rb.getString('Mail_message')}
<% } %> <% if (conf.imageMontageFile != null) { %>
${rb.getString('Image_montage_file')}
<% } %> <% if (conf.qrCodeFile != null) { %>
${rb.getString('QR_Code')}
<% } %> <% if (iosConf.plainFileIndexFile != null) { %>
${rb.getString('Plain_file_index')}
<% } %>
${rb.getString('Valid_UDIDs')}
<% targets.each { target -> %>
${target}
<% configurations.each { configuration -> %> <% def id = "${target}-${configuration}".toString() %> <% if (!iosConf.isBuildExcluded(id)) {%>
${rb.getString('Configuration')} ${configuration}
<% if (iosConf.distributionZipFiles[id] != null) { %>
${rb.getString('Zip_file')}
<% } %> <% if (iosConf.dSYMZipFiles[id] != null) { %>
${rb.getString('dSYM_file')}
<% } %> <% if (iosConf.ipaFiles[id] != null) { %>
${rb.getString('Ipa_file')}
<% } %> <% if (iosConf.manifestFiles[id] != null) { %>
${rb.getString('Manifest_file')}
<% } %> <% if (iosConf.mobileProvisionFiles[id] != null) { %>
${rb.getString('Mobileprovision_file')}
<% } %>
<% } %> <% } %> <% if (!iosConf.dmgImageFiles.empty) { %>
${rb.getString('Simulator_images')}
<% iosConf.families.each { family -> %> <% if (iosConf.dmgImageFiles[family + '-' + target] != null) { %>
${java.text.MessageFormat.format(rb.getString('Family_simulator'),family)}
<% } %> <% } %>
<% } %>
<% } %>
${rb.getString('List_of_valid_UDIDs')}
${rb.getString('List_of_valid_UDIDs')}
<% targets.each { target -> %>
${target}
<% udids[target].each { udid -> %>
${udid}
<% } %>
<% } %>