Re: Getting rid of "cannot check for malicious software"

2020-03-05 Thread St John, David R via Cocoa-dev
Read up on notarization, Catalina requires signed and notarized code. https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution Dave From: Cocoa-dev on behalf of Gabriel Zachmann via Cocoa-dev Sent: Thursday, March 5, 2020 9:

Re: Getting rid of "cannot check for malicious software"

2020-03-05 Thread Steve Mills via Cocoa-dev
On Mar 5, 2020, at 08:05:13, Gabriel Zachmann via Cocoa-dev wrote: > > When installing my screensaver (i.e., downloading and double-clicking), > some people get a funny warning saying "cannot check for malicious software". Tell users to not double-click it, but to install it manually in /Libra

Getting rid of "cannot check for malicious software"

2020-03-05 Thread Gabriel Zachmann via Cocoa-dev
When installing my screensaver (i.e., downloading and double-clicking), some people get a funny warning saying "cannot check for malicious software". In my Xcode project, I have "Automatically manage signing" switched on, with the signing certificate "Development". Is there anything I can do to m

Re: Security scoped bookmarks example?

2020-03-05 Thread Gabriel Zachmann via Cocoa-dev
> > So, you created a security scoped bookmark, then what did you do with it? You > should store it in user defaults, then load it from user defaults the next > time your code starts up, reconstitute it back into a security scoped URL, > and then use *that* URL (literally that object, not a dif