Skip to content

Commit

Permalink
[iOS] Support open with #1196 - move cat command to the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Jul 26, 2020
1 parent d3e8674 commit bc641a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Scripts/BuildAndPublishIOS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ if ($lastexitcode)
{
throw $lastexitcode
}

Write-Host "npm run add-ios"
npm run add-ios

Write-Host "options file:"
cat ./platforms/ios/exportOptions.plist

Write-Host "npm run build-ipa"
npm run build-ipa

Write-Host "options file:"
cat ./platforms/ios/exportOptions.plist

$preVersionIpaLocation = "./platforms/ios/build/device/Israel Hiking Map.ipa";
$ipaVersioned = "./IHM_signed_$env:APPVEYOR_BUILD_VERSION.ipa"

Expand Down

0 comments on commit bc641a1

Please sign in to comment.