From 34fab879cbd8833e1d67a27d79df07e082e57187 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 1 Dec 2012 13:28:30 -0800 Subject: [PATCH] Fix to xcodebuild https://github.com/fish-shell/fish-shell/issues/229 --- README.md | 5 ++--- fish.xcodeproj/project.pbxproj | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 339b54360..93f7a789c 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,8 @@ fish can be built using autotools or Xcode. ### Xcode Build and Install - mkdir /tmp/fish_build - xcodebuild install -target install_tree DSTROOT=/tmp/fish_build - sudo ditto /tmp/fish_build/ / + xcodebuild install + sudo ditto /tmp/fish.dst / ## Contact Us diff --git a/fish.xcodeproj/project.pbxproj b/fish.xcodeproj/project.pbxproj index 2e0b11ddc..4daa9791b 100644 --- a/fish.xcodeproj/project.pbxproj +++ b/fish.xcodeproj/project.pbxproj @@ -813,8 +813,8 @@ projectDirPath = ""; projectRoot = ""; targets = ( - D0F019EC15A976F30034B3B1 /* base */, D07D265615E33B86009E43F6 /* install_tree */, + D0F019EC15A976F30034B3B1 /* base */, D0D02A9915985A75008E62BD /* fish.app */, D0D2693B159835CA005D9B9C /* fish_shell */, D0D02ABB15985EF9008E62BD /* fishd */,