In Ruby on Rails
, I know there's a config/secrets.yml
file which I shouldn't upload to github
.
Is there anything equivalent in an iOS
app? I'm thinking about uploading my app to github
before submitting it to the Apple app store, and I don't want to accidentally share any secret keys or anything else that should remain private.