What I'm trying to do is pretty straightforward. I have an iOS app with its source on Github. It uses a few keys/tokens to connect to Yelp, which I key in a separate plist file that doesn't get pushed to my repo. I'm trying to setup bitrise.io to provide automatic builds, but obvious it has no idea about the plist file with my keys.
Any ideas on how to handle this?
There are quite a few ways to solve this:
Code signing & Files
)2.-4. requires the file to be downloaded - it's quite easy to do with e.g. the File Downloader
step