|
Previous Top Next |
This template requires the "Version Resource" template from Softvelocity and before you try to add this template you need to select the "Version Resource" template. This template writes all the version information from the "Version Resource" template to an ini file that you pick. This can come in handy with any kind of automation for example if you are using Build Automator but you can't let it handle the version information for whatever reason. Then you can export the version information and use the "Get From INI" action in Build Automator to retrieve the build information.
Write Version info... | If checked, the template will write the version information to the file specified below |
Select INI file | Select the INI file that you want to write to. Please note that the path to it MUST exist and the template will not attempt to validate or create the path to the INI file. |
When the application is generated, it will write an INI file that will look like this:
[VersionInfo]
Application=TestPageOfPages.app
Application Path=C:\Dev\Prod\Utilities\Apps\C8\DemoApp\
Product Name=Page of Pages Demo app
File Description=
ProductVersion=1.2.1234.3
FileVersion=1.2.1234.3
ProductMajorVersion=1
ProductMinorVersion=2
ProductSubVersion=1234
ProductBuildNumber=3
FileMajorVersion=1
FileMinorVersion=2
FileSubVersion=1234
FileBuildNumber=3