lazerwalker / cortado

Caffeine tracking for everyone
MIT License
169 stars 29 forks source link

Added debug icon, display name, and bundle ID #4

Closed bryanjclark closed 9 years ago

bryanjclark commented 9 years ago

I often find this helpful to allow me to keep separate production and development builds on the same device while preserving my sanity!

lazerwalker commented 9 years ago

Sweet, looks awesome (although I really do need to fix Travis...). Thanks!

lazerwalker commented 9 years ago

Hmm. Trying to submit a newly-archived build to Apple for TestFlight distribution, I get the error "No suitable application records were found. Verify your bundle identifier 'com.lazerwalker.Cortado.dev' is correct".

I'm using a new Production/App Store provisioning profile, using an App ID with the proper .dev bundle ID. The app was archived with the "Archive" action set to build against Debug, and the Debug provisioning settings pointing at the proper profile.

It's been ages since I've been bothered to do a split dev/prod setup, and when I have, it's all been using xcodebuild directly via CLI scripts (and was pre-Apple TestFlight) – does that configuration sound correct/sensible?