Specify the file name pattern of the ipa file to be output.
If nothing is specified, the base name of the archive plus the value of 'CFBundleShortVersionString'
plus the value of 'CFBundleVersion' in the Info.plist file is used.
In addition, the values in the following table can be used in the string.< br/>
${BASE_NAME} | It is replaced with the base name of the archive |
${VERSION} | It is replaced with CFBundleVersion in Info.plist |
${SHORT_VERSION} | It is replaced with CFBundleShortVersionString in Info.plist |
${BUILD_DATE} | It is replaced with date on which the application was built (yyyy.MM.dd) |