xcodeenv: Add IPA file to Hydra build products
This commit is contained in:
parent
9db9af4fa6
commit
eacb6c1506
@ -80,6 +80,10 @@ stdenv.mkDerivation {
|
|||||||
${stdenv.lib.optionalString generateIPA ''
|
${stdenv.lib.optionalString generateIPA ''
|
||||||
# Produce an IPA file
|
# Produce an IPA file
|
||||||
xcrun -sdk iphoneos PackageApplication -v $out/*.app -o $out/${name}.ipa
|
xcrun -sdk iphoneos PackageApplication -v $out/*.app -o $out/${name}.ipa
|
||||||
|
|
||||||
|
# Add IPA to Hydra build products
|
||||||
|
mkdir -p $out/nix-support
|
||||||
|
echo "file binary-dist $(echo $out/*.ipa)" > $out/nix-support/hydra-build-products
|
||||||
''}
|
''}
|
||||||
|
|
||||||
# Delete our temp keychain
|
# Delete our temp keychain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user