Submitting v4.6.0

This commit is contained in:
Samuel Clay 2014-12-03 17:27:31 -08:00
parent 08d7d300c9
commit 9bc98c5306
4 changed files with 6 additions and 5 deletions

View file

@ -205,6 +205,7 @@
- (NSInteger)indexFromLocation:(NSInteger)location {
if (location == -1) return -1;
if (location >= [activeFeedStoryLocations count]) return -1;
return [[activeFeedStoryLocations objectAtIndex:location] intValue];
}

View file

@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.6.0b3</string>
<string>4.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -58,7 +58,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>4.6.0b3</string>
<string>4.6.0</string>
<key>FacebookAppID</key>
<string>230426707030569</string>
<key>LSRequiresIPhoneOS</key>

View file

@ -3886,7 +3886,7 @@
"-all_load",
);
PRODUCT_NAME = NewsBlur;
PROVISIONING_PROFILE = "0a21ce12-0604-4e59-b0b1-1aa2b90afaa5";
PROVISIONING_PROFILE = "2f00e3a4-b7f2-4976-bb45-661087b33dc9";
STRIP_INSTALLED_PRODUCT = NO;
TARGETED_DEVICE_FAMILY = "1,2";
"WARNING_CFLAGS[arch=*]" = "-Wall";
@ -3924,7 +3924,7 @@
"-all_load",
);
PRODUCT_NAME = NewsBlur;
PROVISIONING_PROFILE = "0a21ce12-0604-4e59-b0b1-1aa2b90afaa5";
PROVISIONING_PROFILE = "2f00e3a4-b7f2-4976-bb45-661087b33dc9";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};

View file

@ -5,7 +5,7 @@
#import <SystemConfiguration/SystemConfiguration.h>
#import <MobileCoreServices/MobileCoreServices.h>
#define DEBUG 1
//#define DEBUG 1
//#define PROD_DEBUG 1
#ifdef DEBUG