We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d746e6f + e0f24b2 commit 4089422Copy full SHA for 4089422
.gitignore
@@ -30,6 +30,8 @@ Temporary Items
30
!.vscode/extensions.json
31
32
test/tests-exe-dir
33
+advancedrestclient.pfx
34
+arc-mac-certs.p12
35
+certs.tar
36
web_modules
-secrets/
-secrets.tar
37
+.env
tasks/notarize.js
@@ -9,6 +9,9 @@ exports.default = async function notarizing(context) {
9
10
const appName = context.packager.appInfo.productFilename;
11
12
+ /* eslint-disable-next-line no-console */
13
+ console.log('Notarizing macOS application...');
14
+
15
return await notarize({
16
appBundleId: 'com.mulesoft.arc',
17
appPath: `${appOutDir}/${appName}.app`,
0 commit comments