Skip to content

Commit

Permalink
[iOS] Support open with #1196 - Added cat to debug plist file
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Jul 30, 2020
1 parent 5285157 commit 3e1d508
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Scripts/BuildAndPublishIOS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ npm run add-ios
Write-Host "npm run build-ipa"
npm run build-ipa

Write-Host "options file:"
cat ./platforms/ios/exportOptions.plist
# HM TODO: remove this
Write-Host "extension plist file:"
cat platforms/ios/ShareExtension/ShareExtension-Info.plist

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

0 comments on commit 3e1d508

Please sign in to comment.