Hello everyone,
I'm looking for some advice on best practices for making a mac installer.
I recently completed my first sampled instrument plugin, and on windows I've created a very elegant installer. Using Inno Setup, I've created an installer that prompts the user to select a sample folder, then automatically unpacks all the audio samples to that directory, and generates a link file in the users appdata folder. When the plugin is launched for the first time it works seamlessly, without the user needing to worry about unpacking the samples, or locating the sample folder manually.
How do I make something similar for mac? Is there a preferred way to handle unpacking audio sample libraries? Is there a preferred way to generate a link file in the users Application Support folder?
I know that because of how permissions work on macOS I probably wont be able to replicate what I've done on windows, but any advice would be extremely helpful. Even just pointing me to a program that can create mac installers would be helpful.
Thanks.
(edit: spelling)