[TIMOB-8552] iOS: Add functionality to provisioner.py to support just parsing a .mobileprovision file
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-08-24T05:56:20.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Nam Le |
Assignee | Eric Merriman |
Created | 2012-04-05T12:04:02.000+0000 |
Updated | 2017-03-16T21:33:57.000+0000 |
Description
To improve Studio performance when loading/reloading provisioning profile information, it would make sense to only extract information from a provisioning profile without installing the profile. Currently the provisioner.py does the following:
1. Extracts information from the profile
2. Starts Xcode and installs the profile
3. Sleeps 1.5 seconds before shutting down Xcode
Studio performance would improve if there is a mechanism to just perform step 1
provisioner.py
has been deprecated. To view information about installed provisioning profiles, runti info -t ios
.Closing ticket as the issue won't fix.