mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
parent
b02ed0bbe6
commit
34fab879cb
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -813,8 +813,8 @@
|
|||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
D0F019EC15A976F30034B3B1 /* base */,
|
||||
D07D265615E33B86009E43F6 /* install_tree */,
|
||||
D0F019EC15A976F30034B3B1 /* base */,
|
||||
D0D02A9915985A75008E62BD /* fish.app */,
|
||||
D0D2693B159835CA005D9B9C /* fish_shell */,
|
||||
D0D02ABB15985EF9008E62BD /* fishd */,
|
||||
|
|
Loading…
Reference in a new issue