3
0
Fork 0
forked from mirrors/nixpkgs

xcodeenv: publish xcarchive directory in the output store path if requested

This commit is contained in:
Sander van der Burg 2018-03-22 15:02:09 +01:00
parent f2bd9d4745
commit 112ebed491

View file

@ -121,6 +121,10 @@ stdenv.mkDerivation {
echo "doc install \"$out/$appname.html\"" >> $out/nix-support/hydra-build-products echo "doc install \"$out/$appname.html\"" >> $out/nix-support/hydra-build-products
''} ''}
''} ''}
${stdenv.lib.optionalString generateXCArchive ''
mkdir -p $out
mv "${name}.xcarchive" $out
''}
# Delete our temp keychain # Delete our temp keychain
${deleteKeychain} ${deleteKeychain}