Description
Use the DeveloperCertPath
property to specify the file storing the developer certificate data. You use this file for instrumenting your iOS application from scripts.
Declaration
iOSTestedAppObj.DeveloperCertPath
Read-Write Property | String |
iOSTestedAppObj | An expression, variable or parameter that specifies a reference to an iOSTestedApp object |
Applies To
The property is applied to the following object:
Property Value
A string containing the certificate file name to be used for instrumenting your iOS application.
Example
For an example of using the DeveloperCertPath
property, see the Instrumenting iOS Applications From Scripts topic.
See Also
iOSTestedApp Object
About Tested iOS Applications
Instrumenting iOS Applications From Scripts