Property | Type | Description |
---|
Method | Description | |
---|---|---|
PerformSigning ( String target, String identity, String entitlements, |
Sign the target with the following identity.
|
|
PerformSigning ( String bundle, String identity, |
Sign the target with the following identity.
|
public static PerformSigning ( String target, String identity, String entitlements, |
||
target | String | The path to the target. |
identity | String | The signing identity. |
entitlements | String | |
outputWriter | ||
errorWriter | ||
return | void |
public static PerformSigning ( String bundle, String identity, |
||
bundle | String | The path to the application bundle. |
identity | String | The signing identity. |
outputWriter | ||
errorWriter | ||
return | void |