Skip to content

Commit

Permalink
Fixed RestKit aggregate build scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Mar 25, 2011
1 parent 92d56da commit 6fd9586
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions RestKit.xcodeproj/project.pbxproj
Expand Up @@ -2091,21 +2091,27 @@
255B758A133BABBF00ED76AD /* Debug */ = { 255B758A133BABBF00ED76AD /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
}; };
name = Debug; name = Debug;
}; };
255B758B133BABBF00ED76AD /* Release */ = { 255B758B133BABBF00ED76AD /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
}; };
name = Release; name = Release;
}; };
255B758C133BABBF00ED76AD /* Distribution */ = { 255B758C133BABBF00ED76AD /* Distribution */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
}; };
name = Distribution; name = Distribution;
}; };
Expand Down
6 changes: 3 additions & 3 deletions RestKit.xcodeproj/xcshareddata/xcschemes/RestKit.xcscheme
Expand Up @@ -13,9 +13,9 @@
buildForAnalyzing = "YES"> buildForAnalyzing = "YES">
<BuildableReference <BuildableReference
BuildableIdentifier = "primary" BuildableIdentifier = "primary"
BlueprintIdentifier = "25956956126DF0A8004BAC4C" BlueprintIdentifier = "255B7588133BABBF00ED76AD"
BuildableName = "RestKit Old" BuildableName = "RestKit"
BlueprintName = "RestKit Old" BlueprintName = "RestKit"
ReferencedContainer = "container:RestKit.xcodeproj"> ReferencedContainer = "container:RestKit.xcodeproj">
</BuildableReference> </BuildableReference>
</BuildActionEntry> </BuildActionEntry>
Expand Down

0 comments on commit 6fd9586

Please sign in to comment.