The WMATA API key and the Fabric API keys are currently stored inline.
Separate these keys into APIKeys.plist and add it to .gitignore.
The biggest blocker at the moment is figuring out how to populate plist values with other plist's values. The Fabric API key is stored in Info.plist, and will need to be retrieved by APIKeys.plist.
The WMATA API key and the Fabric API keys are currently stored inline.
Separate these keys into APIKeys.plist and add it to .gitignore.
The biggest blocker at the moment is figuring out how to populate plist values with other plist's values. The Fabric API key is stored in Info.plist, and will need to be retrieved by APIKeys.plist.