Skip to content

Commit

Permalink
Submit v2.2.4 to App Store
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Mar 14, 2014
1 parent dd9e2ae commit 11a12c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Off the Record.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
};
Expand All @@ -4188,6 +4186,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 1AE5185718C3B3F000946594 /* en */;
buildSettings = {
CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -4227,6 +4226,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 1AE5186518C3B53C00946594 /* en */;
buildSettings = {
CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion Off the Record/OTRIntSetting.m
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ - (NSInteger) intValue {
{
self.value = self.defaultValue;
}
return [[self value] intValue];
return [(NSNumber*)[self value] intValue];
}

- (NSString*) stringValue {
Expand Down

0 comments on commit 11a12c6

Please sign in to comment.