mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
explore paths
This commit is contained in:
parent
663be2402d
commit
caed8c2cf0
1 changed files with 4 additions and 5 deletions
7
.github/scripts/ios/export-ipa.ps1
vendored
7
.github/scripts/ios/export-ipa.ps1
vendored
|
@ -9,11 +9,10 @@ $homePath = Resolve-Path "~" | Select-Object -ExpandProperty Path
|
|||
$exportOptionsPath = "$rootPath/.github/resources/export-options-$method.plist";
|
||||
$archiveBasePath = "$homePath/Library/Developer/Xcode/Archives/*";
|
||||
$archivePath = "$archiveBasePath/*.xcarchive";
|
||||
$exportPath = "$archiveBasePath/ipa-export";
|
||||
$ipaPath = "$exportPath/Bitwarden.ipa";
|
||||
$destIpaPath = "$rootPath/Bitwarden.ipa";
|
||||
$exportPath = "$rootPath/bitwardenios";
|
||||
|
||||
xcodebuild -exportArchive -archivePath $archivePath -exportPath $exportPath -exportOptionsPlist $exportOptionsPath
|
||||
|
||||
Copy-Item $ipaPath $destIpaPath
|
||||
ls
|
||||
cd $exportPath
|
||||
ls
|
Loading…
Reference in a new issue