Fix to xcodebuild

https://github.com/fish-shell/fish-shell/issues/229
This commit is contained in:
ridiculousfish 2012-12-01 13:28:30 -08:00
parent b02ed0bbe6
commit 34fab879cb
2 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -813,8 +813,8 @@
projectDirPath = "";
projectRoot = "";
targets = (
D0F019EC15A976F30034B3B1 /* base */,
D07D265615E33B86009E43F6 /* install_tree */,
D0F019EC15A976F30034B3B1 /* base */,
D0D02A9915985A75008E62BD /* fish.app */,
D0D2693B159835CA005D9B9C /* fish_shell */,
D0D02ABB15985EF9008E62BD /* fishd */,