If your app has different targets with corresponding different URL schemes (ex. blackbox://meta, blackbox-alpha://meta) you may find yourself wanting to dynamically look up the current app's scheme at run-time. How can you do that?
The following does NOT work:
[[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleURLSchemes"]