Export tool
-
I've had other requests for signing Windows apps so users don't get the "untrusted software" popup, as I'd also like to prevent this popup for my users I'm interested in signing Windows apps.
What do I need to sign AAX plugins? I have a developer account with AVID but I haven't bought a license/certficate (whatever they call it) as I can't use it with my plugins due to license conflicts.
-
@d-healey head over to https://www.paceap.com/proaudio.html and sign up to be a developer (it's free). They will give you access to the Pace Eden Toolkit which contains their signing/wrapping tool.
-
@d-healey You need an iLok and install the iLok manager to access your Pace Central Account. Afaik it is the only way.
But first, you need to contact Avid so they push you to PACE. PACE will reach to you to install the Eden tool and give you all the necessary information to access the Pace Central Account... -
@dustbro I have a developer account already, and an iLok (a very very very old one), but don't I need to pay for something before I can sign apps?
-
@d-healey It is free
-
@ustk Cool, can the tools be used from the command line?
-
@d-healey it is all command line in the terminal... but => PM because I don't know if it is legal to go further...
-
Is it possible to export 32bit plugins/standalone on Mac? And is there any point in doing it?
-
@d-healey said in Export tool:
Is it possible to export 32bit plugins/standalone on Mac? And is there any point in doing it?
No. XCode won't allow you to export a 32bit plugin.
-
@d-healey Apple stopped releasing 32bit macs 16 years ago, I don't think many people are still using a 16 years old machine to make music
-
Yeah 32 bit macs are pretty old. But you can still export both 32 & 64 bit supporting Universal Binary plugins with XCode 8 and macOS Sierra or High Sierra. Just tick 'Support 32bit macOS' box in Hise Compiler Settings and compile the plugin in XCode 8.
XCode 10 doesn't support 32 bit.
-
Thanks, I'll try to put a check for the xcode version number in my app and only show the 32bit option if XCode 8 is installed.
-
@orange But why would you export 32bit? Is there demand from mac users for that?
-
@ustk Part two of my question :p
And is there any point in doing it?
I guess for crazy people running a 32bit host maybe...
-
@ustk said in Export tool:
@orange But why would you export 32bit? Is there demand from mac users for that?
@d-healey said in Export tool:
@ustk Part two of my question :p
And is there any point in doing it?
I guess for crazy people running a 32bit host maybe...
Like @d-healey said, some crazy users want that :) But very rarely :)
Maybe compiling and distributing 32bit versions separately could be more useful and safe way, also there is no need to notarize that versions too.
-
After talking with a some people at PACE and at Avid it seems that I won't be able to include any PACE signing stuff in my app due to NDA/licensing restrictions.
Do AAX plugins on Mac need to be Apple codesigned before or after being put through the PACE signing process?
-
@d-healey I have my idea for the processing order in the case you want to notarize the plugin but I am not sure... However, you generally want to notarize the installer, not the plugin. While the code signature is for the plugin itself. From what I've read there's no need to notarize the plugins...
-
@ustk I didn't mention notarizing :)
-
Yeah I haven't ever codesigned a AAX plugin and nobody complained... I can imagine that the wraptool also codesigns it.
-
@d-healey Sorry but to me, Apple codesign and notarization sounds the same... There's clearly something I still don't catch in there!