1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

get proper ipa for app store

This commit is contained in:
Kyle Spearrin
2020-06-10 12:24:52 -04:00
parent 302631c4fa
commit 6fd24c842f
3 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
$rootPath = $env:GITHUB_WORKSPACE;
$ipaPath = "$rootPath/com.8bit.bitwarden.ipa"
$ipaPath = "$rootPath/Bitwarden.ipa"
xcrun altool --upload-app --type ios --file "$ipaPath" `
--username "$env:APPLE_ID_USERNAME" --password "$env:APPLE_ID_PASSWORD"