Description
This tasks allows to sign an application bundle. It takes an application bundle directory and a signing identity.
Parameters
Attribute | Type | Description | Required |
---|---|---|---|
bundle | Directory |
The directory of the bundle application. Its name must finish by .app . |
True |
Nested Elements
identity
This element contains either a prefix or the full name of the signing identity. If the signing identity contains non-ASCII character, it is recommended to decorate the value with a CDATA
marker.
Usage
Typical usage:
<codesign bundle="${dist.dir}/${app.name}.app">
<identity><![CDATA[3rd Party Mac Developer Application: Laurent Etiemble]]></identity>
</codesign>