Hi there and thanks for the help in advance.
Before I ask my question let me give you some background; I am reasonably new to swift and the OSX dev ecosystem so apologies for my ignorance in my post below.
I set to build an internal tool and most of my colleagues are OSX users so I thought why not give Swift and SwiftUI a shot? The program is fairly simple, it lays audio back to video files leveraging FFmpeg.
Swift is a nice language and the dev process was very smooth until I had to release the app so my colleagues can use it. This is when I hit that wall of bureaucracy and complexity that is code signing, sandboxing, entitlements, etc.
I completely understand the requirements for security here but I am just trying to build an internal tool that will be used by a handful of people.
My question is – what is the most straightforward process to get my app released for internal use? Is it possible to release the app without a sandbox or even code signing?
Thanks for the help.