explore paths

This commit is contained in:
Kyle Spearrin 2020-06-10 13:13:03 -04:00
parent 663be2402d
commit caed8c2cf0

View file

@ -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
ls
cd $exportPath
ls