Skip to content

Commit 2c72e49

Browse files
committed
devop: update app certs
1 parent 0c62d12 commit 2c72e49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

macos/Enkrypt/fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ lane :prepare do
2424
platform: "macos",
2525
git_branch: "safari",
2626
git_basic_authorization: Base64.strict_encode64(ENV["GIT_AUTHORIZATION"]),
27-
readonly: true,
28-
generate_apple_certs: false,
27+
readonly: false,
28+
generate_apple_certs: true,
2929
additional_cert_types:"mac_installer_distribution"
3030
)
3131
end

0 commit comments

Comments
 (0)