Collaborative project!
-
@hisefilo You lost me here... Codesign is for AAX only afaik, and apparently nobody notarizes plugins, it can be found in many conversations and that's what Apple says too...
-
@ustk you will need to codesign ALl your plugins - stand alone and installers need ot be code signed (in a slightly different more extensive way) and also they will need to be notorised.
-
@Lindon you are right!! I will do that.
-
-
So the codesign is done with the apple tool if I understand well, nothing to do with the Pace tool right?
These guys make the world more complicated, we all need that… -
@ustk said in Collaborative project!:
the codesign is done with the apple tool if I understand well, nothing to do with the Pace tool right?
yes. an Apple thingy :) super easy to do. just a command in terminal.... and an active Apple Developer Id membership
-
I can make Windows and GNU/Linux installers
-
@hisefilo I can make mac installers, but you need to provide me with the plugins and I send it back to you for notarization.
Definitely not the most practical but if we don't have another solution… -
@ustk yes I guess. or I can do the installer but need to investigate how to
-
@hisefilo Or, I could prepare the installer project ready and send it to you so you just have to build
-
@ustk that will be awesome!!!
-
@hisefilo I can Win also, but don't know the installer thing (Running Bootcamp no issues)
-
@hisefilo do you have any good links for this "super easy" todo, I'm lost at the moment?
-
@ulrik I can tell the command i run. it's
codesign -s "Developer ID Application: [your apple developer id]" [path to your plugin/app]
You'll need to get a licence from Apple developer program $100 if you want to sign
-
@ulrik and this is the post I followed. for both, notarisation and signing
https://www.kvraudio.com/forum/viewtopic.php?t=531663But you dont need to do that. I will codesign and notarise.
-
@hisefilo Ok, thanks.
-
@lalalandsynth seeing this. like weird keyboard proportions ..... Want to fix that??? we can just use the prior that looks awesome too
-
@hisefilo LOL, how did i not notice that , hehe.
Let me see if I can fix this real quickThe first one has faults :)
Fixed.
https://www.dropbox.com/s/85sgjwfxqfhv8dc/Final top render 3.png?dl=0 -
This post is deleted! -
Currently finishing the macOS installer project.
Does anyone know if it is possible to insert an image in the custom html files (Intro, Readme...)?
It works inside the project manager, but images don't show up in the final installer...