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 |
-v VERSION
|
The Perfecto cloud version |
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 |
---|---|
-en
|
(Optional) Entitlements file. Add a prepared entitlements plist profile in place of the generic entitlements section generated by the script, based on the information provided. |