[TIMOB-13509] Report build type at runtime
GitHub Issue | n/a |
Type | Story |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Core |
Labels | cb-tooling |
Reporter | Davide Cassenti |
Assignee | Unknown |
Created | 2013-01-24T21:37:06.000+0000 |
Updated | 2018-02-28T20:03:17.000+0000 |
Description
New feature description
It would be really useful to determine at runtime what sort of build was running. I.e. debug / adhoc / store build.
I know that determining a simulator build is easy, but it would be very helpful to differentiate between adhoc and store builds. Mainly so that it is easy to have beta test code if'd out in store release. I would suggest an addition to Ti.Platform.buildType
Comments
JSON Source
This would come in handy when we do TIMOB-13396 which allows deploy-type to be overridden for
dist-adhoc
anddist-appstore
.