Don't use hardcoded bundle identifier

(That was intended for testing only)
This commit is contained in:
Andreas Linde 2013-03-10 16:08:35 +01:00 committed by Stephan Diederich
parent 7576441b54
commit 13f71b6f12

View File

@ -213,7 +213,6 @@
// TODO: problem with worldwide is timed releases!
NSString *appBundleIdentifier = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleIdentifier"];
appBundleIdentifier = @"de.buzzworks.worldviewlive";
NSString *url = [NSString stringWithFormat:@"http://itunes.apple.com/lookup?bundleId=%@%@",
bit_URLEncodedString(appBundleIdentifier),