mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
try unlocking keychain
This commit is contained in:
4
.github/scripts/ios/build.ps1
vendored
4
.github/scripts/ios/build.ps1
vendored
@@ -4,6 +4,10 @@
|
||||
[string] $platform = "iPhone"
|
||||
)
|
||||
|
||||
security default-keychain -s build.keychain
|
||||
security unlock-keychain -p $env:KEYCHAIN_PASSWORD build.keychain
|
||||
security set-key-partition-list -S apple-tool:,apple: -s -k $env:KEYCHAIN_PASSWORD build.keychain
|
||||
|
||||
$rootPath = $env:GITHUB_WORKSPACE;
|
||||
$iosPath = $($rootPath + "/src/iOS/iOS.csproj");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user