diff --git a/Off the Record.xcodeproj/project.pbxproj b/Off the Record.xcodeproj/project.pbxproj index cb4b2a27f..10d5a72dd 100644 --- a/Off the Record.xcodeproj/project.pbxproj +++ b/Off the Record.xcodeproj/project.pbxproj @@ -4162,7 +4162,6 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 4.0; ONLY_ACTIVE_ARCH = YES; - PROVISIONING_PROFILE = "42356564-01E8-41F6-A6B5-8B2A1B7773E4"; SDKROOT = iphoneos; }; name = Debug; @@ -4178,7 +4177,6 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 4.0; OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; - PROVISIONING_PROFILE = "42356564-01E8-41F6-A6B5-8B2A1B7773E4"; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES; }; @@ -4188,6 +4186,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 1AE5185718C3B3F000946594 /* en */; buildSettings = { + CODE_SIGN_IDENTITY = ""; COPY_PHASE_STRIP = NO; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -4227,6 +4226,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 1AE5186518C3B53C00946594 /* en */; buildSettings = { + CODE_SIGN_IDENTITY = ""; COPY_PHASE_STRIP = NO; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", diff --git a/Off the Record/OTRIntSetting.m b/Off the Record/OTRIntSetting.m index 1f75d8196..ecb912411 100644 --- a/Off the Record/OTRIntSetting.m +++ b/Off the Record/OTRIntSetting.m @@ -44,7 +44,7 @@ - (NSInteger) intValue { { self.value = self.defaultValue; } - return [[self value] intValue]; + return [(NSNumber*)[self value] intValue]; } - (NSString*) stringValue {