Parameters for iOS script instrumentation
Learn more about the parameters you can use when instrumenting iOS apps via script, including required parameters, instrumentation flags, and optional parameters.
On this page:
Required parameters
| Parameter | Description |
|---|---|
-i (IPA)
|
The .ipa file to instrument |
-o (OUTPUT_FILE)
|
The name of the instrumented |
-p PROVISIONING_PROFILE
|
The |
-c CERTIFICATE_NAME
|
The name of the certificate to use |
-t TOKEN
|
A text file containing a valid security token |
-u URL
|
The Perfecto cloud URL |
Instrumentation flags
At least one of the following instrumentation flags is required.
| Flag | Description |
|---|---|
-ih |
Enables hybrid instrumentation |
-is
|
Enables sensor instrumentation |
Optional parameters
| Parameter | Description |
|---|---|
|
|
Entitlements file. Add a prepared |
|
|
The Perfecto cloud version. If omitted, Perfecto automatically selects the version matching the target cloud version. |
|
|
Specifies a custom resign paths definition file in Copy
The
For details and an example file structure, see Use custom re-sign paths for component-specific signing. |