[TIMOB-27908] CLI: Add dist-inhouse deploy target
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | engSchedule |
Reporter | Christopher Williams |
Assignee | Chris Barber |
Created | 2020-05-27T16:10:53.000+0000 |
Updated | 2020-06-11T21:31:47.000+0000 |
Description
The "dist-inhouse" is a new target for iOS builds. It sets the deploy type to "production".
An "In-house" provisioning profile is what we have been calling an "enterprise ad hoc" profile. This is defined by the provisioning profile NOT containing a "ProvisionedDevices" key and containing a "ProvisionsAllDevices" key with a value of "true".
ioslib shall continue to identify in-house provisioning profiles as "enterprise" profiles.
"dist-adhoc" currently lists both ad hoc and in-house profiles, but it should ONLY list ad hoc profiles. Furthermore, "dist-adhoc" will be updated to allow a deploy type of "test" as apart of TIMOB-13396.
All instances in the docs, help, and output should refer to "enterprise" or "enterprise ad hoc" as "in-house".
No comments