Skip to content

Commit

Permalink
Updated the RestKit project (no install).
Browse files Browse the repository at this point in the history
  • Loading branch information
tharpa committed Mar 6, 2012
1 parent ec13fb0 commit 80025a3
Showing 1 changed file with 113 additions and 1 deletion.
114 changes: 113 additions & 1 deletion RestKit.xcodeproj/project.pbxproj
Expand Up @@ -748,7 +748,7 @@
25160FE71456F2330060A5C5 /* user.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = user.json; sourceTree = "<group>"; };
25160FE81456F2330060A5C5 /* users.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = users.json; sourceTree = "<group>"; };
25160FEA1456F2330060A5C5 /* .gitignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
25160FEB1456F2330060A5C5 /* file */ = {isa = PBXFileReference; lastKnownFileType = file; path = file; sourceTree = "<group>"; };
25160FEB1456F2330060A5C5 /* file */ = {isa = PBXFileReference; lastKnownFileType = text; path = file; sourceTree = "<group>"; };
25160FED1456F2330060A5C5 /* attributes_without_text_content.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = attributes_without_text_content.xml; sourceTree = "<group>"; };
25160FEE1456F2330060A5C5 /* container_attributes.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = container_attributes.xml; sourceTree = "<group>"; };
25160FEF1456F2330060A5C5 /* national_weather_service.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = national_weather_service.xml; sourceTree = "<group>"; };
Expand Down Expand Up @@ -2535,6 +2535,113 @@
};
name = Release;
};
50C9C7611500DF7F00A0B0EA /* Distribution */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Distribution;
};
50C9C7621500DF7F00A0B0EA /* Distribution */ = {
isa = XCBuildConfiguration;
buildSettings = {
"ARCHS[sdk=iphoneos*]" = (
armv6,
armv7,
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Code/Support/RestKit-Prefix.pch";
HEADER_SEARCH_PATHS = "${SDKROOT}/usr/include/libxml2";
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
OTHER_LDFLAGS = "-ObjC";
PRIVATE_HEADERS_FOLDER_PATH = "$(PUBLIC_HEADERS_FOLDER_PATH)/Private";
PRODUCT_NAME = "$(TARGET_NAME)";
PUBLIC_HEADERS_FOLDER_PATH = include/RestKit;
SKIP_INSTALL = YES;
};
name = Distribution;
};
50C9C7631500DF7F00A0B0EA /* Distribution */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(DEVELOPER_LIBRARY_DIR)/Frameworks",
"\"$(SRCROOT)/Specs/Runner\"",
"\"$(SRCROOT)/Specs/Runner/OCHamcrest\"",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Code/Support/RestKit-Prefix.pch";
HEADER_SEARCH_PATHS = "$(SRCROOT)/Specs/Runner/OCMock";
INFOPLIST_FILE = "Resources/PLISTs/RestKitTests-Info.plist";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = octest;
};
name = Distribution;
};
50C9C7641500DF7F00A0B0EA /* Distribution */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(DEVELOPER_FRAMEWORKS_DIR)\"",
);
FRAMEWORK_VERSION = A;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Code/Support/RestKit-Prefix.pch";
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
HEADER_SEARCH_PATHS = "${SDKROOT}/usr/include/libxml2";
INFOPLIST_FILE = "Resources/PLISTs/RestKitFramework-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = RestKit;
SDKROOT = macosx;
WRAPPER_EXTENSION = framework;
};
name = Distribution;
};
50C9C7651500DF7F00A0B0EA /* Distribution */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
FRAMEWORK_SEARCH_PATHS = (
"$(DEVELOPER_LIBRARY_DIR)/Frameworks",
"\"$(SRCROOT)/Specs/Runner\"",
"\"$(SRCROOT)/Specs/Runner/OCHamcrest\"",
);
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Code/Support/RestKit-Prefix.pch";
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
HEADER_SEARCH_PATHS = "$(SRCROOT)/Specs/Runner/OCMock";
INFOPLIST_FILE = "Resources/PLISTs/RestKitFrameworkTests-Info.plist";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/Specs/Runner/OCMock\"",
);
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
WRAPPER_EXTENSION = octest;
};
name = Distribution;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand All @@ -2543,6 +2650,7 @@
buildConfigurations = (
25160D3814564E820060A5C5 /* Debug */,
25160D3914564E820060A5C5 /* Release */,
50C9C7611500DF7F00A0B0EA /* Distribution */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
Expand All @@ -2552,6 +2660,7 @@
buildConfigurations = (
25160D3B14564E820060A5C5 /* Debug */,
25160D3C14564E820060A5C5 /* Release */,
50C9C7621500DF7F00A0B0EA /* Distribution */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
Expand All @@ -2561,6 +2670,7 @@
buildConfigurations = (
25160D3E14564E820060A5C5 /* Debug */,
25160D3F14564E820060A5C5 /* Release */,
50C9C7631500DF7F00A0B0EA /* Distribution */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
Expand All @@ -2570,6 +2680,7 @@
buildConfigurations = (
25160E88145651060060A5C5 /* Debug */,
25160E89145651060060A5C5 /* Release */,
50C9C7641500DF7F00A0B0EA /* Distribution */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
Expand All @@ -2579,6 +2690,7 @@
buildConfigurations = (
25160E8B145651060060A5C5 /* Debug */,
25160E8C145651060060A5C5 /* Release */,
50C9C7651500DF7F00A0B0EA /* Distribution */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
Expand Down

0 comments on commit 80025a3

Please sign in to comment.