Created
March 5, 2018 18:27
-
-
Save samdods/e853ffdc0006dfd326542f1cff64c42b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func application(_: UIApplication, didFinishLaunchingWithOptions: [UIApplicationLaunchOptionsKey: Any]? = nil) -> Bool { | |
Analytics.Config.analyticsKey = Config.analyticsKey | |
Analytics.Config.appVersion = Config.appVersion | |
Home.Config.baseURL = Config.baseURL | |
Home.Config.apiKey = Config.apiKey | |
Home.Config.adUnitPrefix = Config.adUnitPrefix | |
Search.Config.baseURL = Config.baseURL | |
Search.Config.searchURL = Config.searchURL | |
// ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment