user10053673
user10053673

Reputation: 294

How to codesign and notarize an Os X app?

How to codesign and notarize an Os X app?

I'm using Xojo 2016r2.

Upvotes: 0

Views: 383

Answers (1)

Dustizona
Dustizona

Reputation: 51

I was puzzled as how to do this, but then found the following link, which helped me a lot:

https://docs.xojo.com/UserGuide:Mac_Code_Signing

Here's what I did:

  1. Downloaded and installed XCode on my system.
  2. Signed up for Apple's Developer Program.
  3. Created the required certificate(s). (This is where the article comes in handy!)
  4. I used an app called DMGCanvas to create the installer, which also code signed my program.

Upvotes: 4

Related Questions