Skip to content

Instantly share code, notes, and snippets.

@ThakurSahabUPse
Forked from YuriNachos/env-4.swift
Created October 2, 2017 06:25
Show Gist options
  • Select an option

  • Save ThakurSahabUPse/e98c67dd1a2fea9b6937b084c71bb7ef to your computer and use it in GitHub Desktop.

Select an option

Save ThakurSahabUPse/e98c67dd1a2fea9b6937b084c71bb7ef 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