I’m using RubyMotion to build an iOS app.
I am using Facebook and Parse.
I have set up three different Facebook and Parse applications.
How should I set up RubyMotion to use the correct credentials for each app for each environment? Is using yml files correct? If so where should I put them and how should I load them.
Are there things like development.rb in rails?
It’s possible to differentiate between at least two versions, I know.
In your Rakefile you can use app.X to specify different things:
Elsewhere, to differentiate I use this:
I also keep a Testflight branch in my git repo that has Testflight packages and info (that I never merge back into master or dev) but that’s beyond the scope of my answer here.