File tree 1 file changed +2
-2
lines changed
pkgs/development/mobile/titaniumenv
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,10 +186,10 @@ stdenv.mkDerivation {
186
186
''
187
187
cp -av build/iphone/build/* $out
188
188
mkdir -p $out/nix-support
189
- echo "file binary-dist \"$(echo $out/Products/Release-iphoneos/ *.ipa)\"" > $out/nix-support/hydra-build-products
189
+ echo "file binary-dist \"$(echo $out/*.ipa)\"" > $out/nix-support/hydra-build-products
190
190
191
191
${ stdenv . lib . optionalString enableWirelessDistribution ''
192
- appname=$(basename $out/Products/Release-iphoneos/ *.ipa .ipa)
192
+ appname=$(basename $out/*.ipa .ipa)
193
193
bundleId=$(grep '<id>[a-zA-Z0-9.]*</id>' tiapp.xml | sed -e 's|<id>||' -e 's|</id>||' -e 's/ //g')
194
194
version=$(grep '<version>[a-zA-Z0-9.]*</version>' tiapp.xml | sed -e 's|<version>||' -e 's|</version>||' -e 's/ //g')
195
195
You can’t perform that action at this time.
0 commit comments