mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-06-02 08:04:17 -04:00
use Fastlane Match in readonly mode on CI
This commit is contained in:
parent
c0355803c7
commit
19e82b1929
1 changed files with 3 additions and 3 deletions
|
@ -18,12 +18,12 @@ default_platform(:mac)
|
|||
platform :mac do
|
||||
desc "Use Fastlane Match to install development certificates"
|
||||
lane :match_dev do
|
||||
match(type: "development", platform: "macos")
|
||||
match(type: "development", platform: "macos", readonly: is_ci)
|
||||
end
|
||||
|
||||
desc "Use Fastlane Match to install distribution certificates"
|
||||
lane :match_dist do
|
||||
match(type: "appstore", platform: "macos")
|
||||
match(type: "developer_id", platform: "macos", additional_cert_types: "developer_id_installer")
|
||||
match(type: "appstore", platform: "macos", readonly: is_ci)
|
||||
match(type: "developer_id", platform: "macos", readonly: is_ci, additional_cert_types: "developer_id_installer")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue