Skip to content

Commit

Permalink
Get the root Nimbus project building in Xcode 4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Aug 4, 2011
1 parent 2b417a6 commit 3b3395e
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/Nimbus.xcodeproj/project.pbxproj
Expand Up @@ -189,10 +189,6 @@
66A03DCB13E6FAC500B514F3 /* NIHTTPRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 66A03D9013E6FAC500B514F3 /* NIHTTPRequest.m */; };
66A03DCC13E6FAC500B514F3 /* Reachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 66A03D9213E6FAC500B514F3 /* Reachability.h */; settings = {ATTRIBUTES = (Public, ); }; };
66A03DCD13E6FAC500B514F3 /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 66A03D9313E6FAC500B514F3 /* Reachability.m */; };
66A03DF413E6FD0E00B514F3 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 66A03DF313E6FD0E00B514F3 /* libz.dylib */; };
66A03DF613E6FD1900B514F3 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 66A03DF513E6FD1800B514F3 /* MobileCoreServices.framework */; };
66A03DF813E6FD2700B514F3 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 66A03DF713E6FD2700B514F3 /* CFNetwork.framework */; };
66A03DFA13E6FD3200B514F3 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 66A03DF913E6FD3000B514F3 /* SystemConfiguration.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -367,6 +363,7 @@
6675733C13E7718B0076F555 /* NIInterapp.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NIInterapp.m; sourceTree = "<group>"; };
6675734313E772100076F555 /* NimbusInterappTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "NimbusInterappTests-Info.plist"; sourceTree = "<group>"; };
6675734413E773AA0076F555 /* NimbusInterapp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NimbusInterapp.h; sourceTree = "<group>"; };
669E98AD13E9EA1F00D99140 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/usr/lib/libz.dylib; sourceTree = DEVELOPER_DIR; };
66A03C0913E6E85E00B514F3 /* libNimbusCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libNimbusCore.a; sourceTree = BUILT_PRODUCTS_DIR; };
66A03C0C13E6E85E00B514F3 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
66A03C1913E6E85E00B514F3 /* NimbusCoreTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NimbusCoreTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -639,10 +636,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
66A03DFA13E6FD3200B514F3 /* SystemConfiguration.framework in Frameworks */,
66A03DF813E6FD2700B514F3 /* CFNetwork.framework in Frameworks */,
66A03DF613E6FD1900B514F3 /* MobileCoreServices.framework in Frameworks */,
66A03DF413E6FD0E00B514F3 /* libz.dylib in Frameworks */,
66A03D6913E6FA9700B514F3 /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -859,6 +852,7 @@
66A03BFC13E6E84800B514F3 = {
isa = PBXGroup;
children = (
669E98AD13E9EA1F00D99140 /* libz.dylib */,
66A03CBA13E6F03600B514F3 /* Doxygen.h */,
66A03DFB13E6FE1700B514F3 /* AUTHORS */,
66A03DFC13E6FE1800B514F3 /* DONORS */,
Expand Down Expand Up @@ -2592,7 +2586,7 @@
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = "core/unittests/NimbusCoreUnitTests-Info.plist";
INFOPLIST_FILE = "core/unittests/NimbusCoreTests-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -2618,7 +2612,7 @@
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = "core/unittests/NimbusCoreUnitTests-Info.plist";
INFOPLIST_FILE = "core/unittests/NimbusCoreTests-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 3b3395e

Please sign in to comment.