From 8e87e21e1f09d424ca5e9957d5db49fda133725d Mon Sep 17 00:00:00 2001 From: filip mertens Date: Fri, 1 Mar 2024 11:12:09 +0100 Subject: [PATCH] bundleId --- apps/remixdesktop/notarize.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/remixdesktop/notarize.js b/apps/remixdesktop/notarize.js index 4086398724..e5fe0198c2 100644 --- a/apps/remixdesktop/notarize.js +++ b/apps/remixdesktop/notarize.js @@ -12,8 +12,10 @@ exports.default = async function notarizing(context) { const appName = context.packager.appInfo.productFilename; + console.log(appName); + await notarize({ - appBundleId: 'com.example.yourapp', // Your app's bundle ID + appBundleId: 'org.ethereum.remix-ide', // Your app's bundle ID appPath: `${appOutDir}/${appName}.app`, // Path to your .app appleId: process.env.APPLE_ID, // Your Apple ID appleIdPassword: process.env.APPLE_ID_PASSWORD, // App-specific password