treewide: change install references for xcbuild

now build directory is "Products/Release/"
This commit is contained in:
Matthew Bauer
2018-04-09 18:35:35 -05:00
parent 7c1e39746d
commit 65562e4cdd
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
installPhase = ''
mkdir -p $out/bin
cp ./contacts-*/Build/Products/Default/contacts $out/bin
cp Products/Default/contacts $out/bin
'';
## FIXME: the framework setup hook isn't adding these correctly