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:
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
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
>
> 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