Is there a way to reference variables in build.settings during runtime? I’d like to grab the versionName I have set in build.settings and would like to only have to set it in one location.
Hi @kbradford,
The build.settings file is read at compile time only, so the answer is no, you can’t access bits from it during Runtime. Sorry. 
Brent
Hi @kbradford,
The build.settings file is read at compile time only, so the answer is no, you can’t access bits from it during Runtime. Sorry. 
Brent