Hi CWC crew,
I’m just about to complete the entire iOS Swift Foundations course. Woot!
In the City Sights module, we use an API key that we received from Yelp! Chris mentioned that we should never store this key in a public repo.
However, I would like this app to be stored in my repo as a portfolio piece.
Can anyone point me onto a resource or offer some advice on how to separate these two? Ii understand that I can ‘store this key locally’ but how would I then import the key at runtime from a file that’s on my HDD?
Thanks!