mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 21:33:36 +00:00
explore paths
This commit is contained in:
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";
|
$exportOptionsPath = "$rootPath/.github/resources/export-options-$method.plist";
|
||||||
$archiveBasePath = "$homePath/Library/Developer/Xcode/Archives/*";
|
$archiveBasePath = "$homePath/Library/Developer/Xcode/Archives/*";
|
||||||
$archivePath = "$archiveBasePath/*.xcarchive";
|
$archivePath = "$archiveBasePath/*.xcarchive";
|
||||||
$exportPath = "$archiveBasePath/ipa-export";
|
$exportPath = "$rootPath/bitwardenios";
|
||||||
$ipaPath = "$exportPath/Bitwarden.ipa";
|
|
||||||
$destIpaPath = "$rootPath/Bitwarden.ipa";
|
|
||||||
|
|
||||||
xcodebuild -exportArchive -archivePath $archivePath -exportPath $exportPath -exportOptionsPlist $exportOptionsPath
|
xcodebuild -exportArchive -archivePath $archivePath -exportPath $exportPath -exportOptionsPlist $exportOptionsPath
|
||||||
|
|
||||||
Copy-Item $ipaPath $destIpaPath
|
ls
|
||||||
|
cd $exportPath
|
||||||
ls
|
ls
|
||||||
Reference in New Issue
Block a user