Support loading API keys from the Info.plist |
||
Issue descriptionThe code to load and handle the different API keys lives in google_apis/google_api_keys.cc. By default, keys are baked in during the compilation, and they can be overridden at runtime via the environment or the command-line. On iOS, we should support loading them from the Info.plist as well. The key can be loaded from the Info.plist like this: base::mac::ObjCCast<NSString>([base::mac::FrameworkBundle() objectForInfoDictionaryKey:key_name]).
,
Aug 11 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Aug 10 2016