There was an error while loading. Please reload this page.
1 parent e0d77c8 commit 70d403dCopy full SHA for 70d403d
1 file changed
macos/Enkrypt/fastlane/Fastfile
@@ -24,8 +24,8 @@ lane :prepare do
24
platform: "macos",
25
git_branch: "safari",
26
git_basic_authorization: Base64.strict_encode64(ENV["GIT_AUTHORIZATION"]),
27
- readonly: false,
28
- generate_apple_certs: true,
+ readonly: true,
+ generate_apple_certs: false,
29
additional_cert_types:"mac_installer_distribution"
30
)
31
end
0 commit comments