mirror of
https://github.com/bitwarden/mobile
synced 2026-02-20 19:33:46 +00:00
move stuff to setup keychain script
This commit is contained in:
6
.github/scripts/ios/build.ps1
vendored
6
.github/scripts/ios/build.ps1
vendored
@@ -4,12 +4,6 @@
|
||||
[string] $platform = "iPhone"
|
||||
)
|
||||
|
||||
#
|
||||
security default-keychain -s build.keychain
|
||||
security unlock-keychain -p $env:KEYCHAIN_PASSWORD build.keychain
|
||||
security set-keychain-settings -lut 1200 build.keychain
|
||||
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k $env:KEYCHAIN_PASSWORD build.keychain
|
||||
|
||||
$rootPath = $env:GITHUB_WORKSPACE;
|
||||
$iosPath = $($rootPath + "/src/iOS/iOS.csproj");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user