Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
Update project for Xcode 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danielctull committed Jan 29, 2013
1 parent fabeeb1 commit 93c6202
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion DCTCoreDataStack.xcodeproj/project.pbxproj
Expand Up @@ -266,7 +266,7 @@
24F6EBE7158A261000CEDD41 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0440;
LastUpgradeCheck = 0460;
ORGANIZATIONNAME = "Daniel Tull";
};
buildConfigurationList = 24F6EBEA158A261000CEDD41 /* Build configuration list for PBXProject "DCTCoreDataStack" */;
Expand Down Expand Up @@ -455,6 +455,9 @@
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand All @@ -481,6 +484,9 @@
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down

0 comments on commit 93c6202

Please sign in to comment.