googlemaps / react-native-navigation-sdk

Apache License 2.0
17 stars 3 forks source link

chore: gitignore active api keys for iOS SampleApp #241

Closed jokerttu closed 2 weeks ago

jokerttu commented 2 weeks ago

This PR moves API keys to a separate Keys.plist file for SampleApp, which is added to .gitignore. Developers should copy Keys.plist.sample as Keys.plist and update their API keys accordingly. This change helps prevent accidental commits of sensitive API keys.