Skip to content

Instantly share code, notes, and snippets.

@YuriNachos
Last active October 2, 2017 06:26
Show Gist options
  • Select an option

  • Save YuriNachos/22990b11a90ee16281b08703ace5ed86 to your computer and use it in GitHub Desktop.

Select an option

Save YuriNachos/22990b11a90ee16281b08703ace5ed86 to your computer and use it in GitHub Desktop.
Env
extension Bundle {
var apiBaseURL: String {
return object(forInfoDictionaryKey: "serverBaseURL") as? String ?? ""
}
}
//And call it from the code like this:
let baseURL = Bundle.main.apiBaseURL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment