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

Commit

Permalink
[core] Update the Nimbus Core project to 4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Jul 21, 2011
1 parent 9b53ac9 commit 2464179
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/core/NimbusCore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 45;
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -343,8 +343,11 @@
/* Begin PBXProject section */
0867D690FE84028FC02AAC07 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0410;
};
buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "NimbusCore" */;
compatibilityVersion = "Xcode 3.1";
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
Expand Down Expand Up @@ -452,7 +455,6 @@
COPY_PHASE_STRIP = NO;
DSTROOT = /tmp/NimbusCore.dst;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = NIMBUS_STATIC_LIBRARY;
Expand Down Expand Up @@ -486,7 +488,6 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
OTHER_LDFLAGS = "-ObjC";
PREBINDING = NO;
SDKROOT = iphoneos;
};
name = Debug;
Expand All @@ -500,7 +501,6 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
OTHER_LDFLAGS = "-ObjC";
PREBINDING = NO;
SDKROOT = iphoneos;
};
name = Release;
Expand All @@ -517,11 +517,10 @@
"\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
);
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_VERSION = com.apple.compilers.llvmgcc42;
INFOPLIST_FILE = "NimbusCoreUnitTests-Info.plist";
PREBINDING = NO;
PRODUCT_NAME = NimbusCoreUnitTests;
SDKROOT = iphoneos;
WRAPPER_EXTENSION = octest;
Expand All @@ -540,10 +539,9 @@
"\"$(SDKROOT)/Developer/Library/Frameworks\"",
"\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
);
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_VERSION = com.apple.compilers.llvmgcc42;
INFOPLIST_FILE = "NimbusCoreUnitTests-Info.plist";
PREBINDING = NO;
PRODUCT_NAME = NimbusCoreUnitTests;
SDKROOT = iphoneos;
WRAPPER_EXTENSION = octest;
Expand Down

0 comments on commit 2464179

Please sign in to comment.