Hello I\'m trying to publish a iOS (SWIFT) personal project in GitHub but I\'m afraid of sharing my private API keys and secrets with everybody.
I\'m using parse so I ha
Put them in a configuration file that you add to the .gitignore file. Check in a sample configuration file that every developer can use to create their own configuration.
.gitignore