We are developing an app for mac that we distribute outside de App Store. We had a building process which signs the app, but now it is requiered to notarize the app too.
Our app is builded with electron, so we do not need the Xcode ide at all. But all the solutions I had read works with altool that is only avaible (not sure) in Xcode ide.
So, How cas I notarize an app for mac without xcode?
Thanks