I am codesigning my apps with the command line successfully with: codesign -s "MyCertificateName" --deep --force pathToMyApp/myApp.app I am always using the attribute --deep and --force, so that the revBundels in my app also get codesigned, otherwise I always got an error when checking the codesigning with spctl. I don't know, if it is necessary, but it works very good for me and is pretty easy.
Tiemo -----Ursprüngliche Nachricht----- Von: use-livecode [mailto:[email protected]] Im Auftrag von Matthias Rebbe Gesendet: Freitag, 22. April 2016 16:26 An: How to use LiveCode <[email protected]> Betreff: Re: Unidentified Developer Dan, at http://revolution.screenstepslive.com/s/revolution/m/10695/l/112706-signing-an-application <http://revolution.screenstepslive.com/s/revolution/m/10695/l/112706-signing-an-application> you can find instructions how to codesign using Xcode´s command line tools. HTH, Matthias > Am 22.04.2016 um 16:17 schrieb Matthias Rebbe > <[email protected]>: > > Dan, > > you have to codesign it to avoid this Gatekeeper message in Mac OS X. > I am using AppWrapper (http://www.ohanaware.com/appwrapper/ > <http://www.ohanaware.com/appwrapper/>) to codesign my Mac Apps. > Maybe there is also a way to codesign without a 3rd party app, but for me > AppWrapper is my 1st choice. > > Matthias > > > >> Am 22.04.2016 um 16:08 schrieb Dan Friedman <[email protected]>: >> >> Greetings! >> >> How do you prevent the "Unidentified Developer" warning on a Mac when >> someone runs your standalone application? I know how to fix it >> (Preferences --> Security --> etc), but my question is how to make so this >> doesn't happen at all? >> >> I have a Apple Developer account and assume it has something to do with >> registering your app with Apple, or including your developer certificate in >> the app? I don't see a place to include this in the Standalone Builder in >> LC. >> >> Anyone know the answer? >> >> Thanks in advance, >> -Dan >> _______________________________________________ >> use-livecode mailing list >> [email protected] >> Please visit this url to subscribe, unsubscribe and manage your subscription >> preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
