From 13f71b6f1268389abc74c7e8ac75d1ed57124e03 Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Sun, 10 Mar 2013 16:08:35 +0100 Subject: [PATCH] Don't use hardcoded bundle identifier (That was intended for testing only) --- Classes/BITStoreUpdateManager.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Classes/BITStoreUpdateManager.m b/Classes/BITStoreUpdateManager.m index d67eb45175..42e7093b9c 100644 --- a/Classes/BITStoreUpdateManager.m +++ b/Classes/BITStoreUpdateManager.m @@ -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),