Hi, I'm very new to XCode and I really need some help. I've created an .app in Max8 programming language and I successfully signed and notarized it.
Now I am looking for a way to create an installer for my app, which will be distributed on my website (not Apple Store).
I need to understand the following, possibly with a step by step tutorial from experienced user:
-
my app must be installed in the Applications folder within a folder that will contain also the user manual
-
I need the installer to create an hidden folder in the Applications Support (or somewhere else) which have privileges of read and write by my app. this is just to store and check a txt file with a serial key.
I'm honestly lost in XCode and don't know where to start to create the installer (which from my understanding will need also to be signed and notarized too) I have my Developer ID and Installer ID certificates in my Keychain of course.
Any help is greatly appreciated. Thank you!