Posts

Post not yet marked as solved
3 Replies
685 Views
Hi Developers! We have a (productbuild) pkg that after installation looks like this: MyPkgFolder/ MyApp1.app Contents MacOS MyApp1 Frameworks -> ../../lib PlugIns -> ../../plugins MyApp2.app Contents MacOS MyApp2 Frameworks -> ../../lib PlugIns -> ../../plugins lib my1st.dylib my2nd.dylib QtCore.framework ... plugins usuallySomeQtPlugins.dylib ... bin myCLItoolCalledByMyApp1 myCLItoolCalledByMyApp2 ... What is the best order to codesign and notarize this whole thing? Can I codesign the apps separately when they softlink to something outside the app bundle [Duplicating libs is not an option (there are actually more libs and more apps).] Is it enough if I notarize the pkg or do I need to notarize every app? Thank you so much! Any help is much appreciated. This is a really complicated process. J
Posted
by jule.pf.
Last updated
.