We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c72e49 commit afc6e58Copy full SHA for afc6e58
2 files 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
packages/extension/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@enkryptcom/extension",
3
- "version": "2.6.0",
+ "version": "2.6.1",
4
"private": true,
5
"type": "module",
6
"scripts": {
0 commit comments