diff --git a/Exporting-Applications.md b/Exporting-Applications.md index 2252e1e..b74fa1e 100644 --- a/Exporting-Applications.md +++ b/Exporting-Applications.md @@ -43,11 +43,9 @@ If you package your app and share it with someone else, they may see a message l **“FriederNake.app” can't be opened because Apple cannot check it for malicious software** -This means that the application is not fully signed and notarized. To fix, there are three options: +This means that the application is not fully signed and notarized. To fix, there are two options: -1. Right-click and select “Open” from the pop-up menu. This will give you a slightly different dialog box, which will allow you to still Open the app. - -2. Open a Terminal window and type: +1. Open a Terminal window and type: xattr -d com.apple.quarantine /path/to/FriederNake.app @@ -57,7 +55,7 @@ This means that the application is not fully signed and notarized. To fix, there Tip: you can get the full path to your app (the `/path/to/FriederNake.app` part above) by dragging the `.app` file into the Terminal window. So type `xattr -cr `, then drag the app into the window, then hit return. Done! -3. Get an Apple Developer account so that you can sign and notarize your software. +2. Get an Apple Developer account so that you can sign and notarize your software. This costs $99/year, and also means learning about Gatekeeper and Developer IDs. Some helpful resources to get your started: