saker.apple Documentation TaskDoc JavaDoc Packages
Creates an iPhone application bundle with the specified contents. The task can be used to create the .app application bundle for an iPhone OS app. It will fill a directory with the contents of the application in the specified manner. The output of the task can be later passed to saker.iphoneos.sign() task to create a digitally signed one.
Summary
Parameters
Contents
Required parameter.
Specifies the file contents of the application.
GeneratePkgInfoSpecifies whether or not the PkgInfo file should be automatically generated for the application.
OutputA forward relative output path that specifies the output location of the application contents.
Parameters
Required parameter.
Specifies the file contents of the application. All file contents of the application should be specified for this parameter.
Specifies whether or not the PkgInfo file should be automatically generated for the application. If set to true, the PkgInfo file will be generated with appropriate contents for the application. The contents are determined based on the Info.plist file entries. The default is true. If the PkgInfo file is already specified in the Contents parameter or no Info.plist file is given, then it won't be generated.
A forward relative output path that specifies the output location of the application contents. It can be used to have a better output location than the automatically generated one.