Re: [PD-dev] macOS 10.15 notarization

2019-12-13 Thread Dan Wilcox
Ja ja and Apple clubs a seal every time a million iPhones are sold. :P In any case, it seems that, so far there is an official work around for the new security scheme. I'm curious to see if anything will change as the grace-period regarding notarization in macOS 10.15 is supposed to expire.

Re: [PD-dev] macOS 10.15 notarization

2019-12-13 Thread Max
On 12.12.19 18:40, Dan Wilcox wrote: As for the initial app warning, as far as I can tell, the only way to remove it is to sign the app with a developer ID. This requires an account and $100 a year. Unfortunately there are some more hidden costs: One also needs a Mac for the XCode toolchain.

Re: [PD-dev] macOS 10.15 notarization

2019-12-12 Thread Kevin Haywood
That appears to work! I opened patches with a couple of older dsp externals that I hadn’t validated yesterday, and they all ran fine. Only got this message upon launch of your app, which I guess is just the Catalina version of this old message, since it could be bypassed as before by launching

Re: [PD-dev] macOS 10.15 notarization

2019-12-12 Thread Dan Wilcox
Ok cool. So the workaround is ok and can be added to the .app bundle build stage. As for the initial app warning, as far as I can tell, the only way to remove it is to sign the app with a developer ID. This requires an account and $100 a year. enohp ym morf tnes --- Dan Wilcox

Re: [PD-dev] macOS 10.15 notarization

2019-12-12 Thread Dan Wilcox
Looks like the solution (as listed at https://cutecoder.org/programming/shared-framework-hardened-runtime/ ) is either: 1. sign the Pd app and disable plugin validation; or 2. use externals built for a min version of macOS

Re: [PD-dev] macOS 10.15 notarization

2019-12-11 Thread Dan Wilcox
We might need to add an entitlements file which specifies which things are "allowed," one of which is loading non-signed external libs. I ran into this with a project at work which uses libpd and loads a couple externals. > On Dec 11, 2019, at 9:56 PM, Kevin Haywood wrote: > > I just

Re: [PD-dev] macOS 10.15 notarization

2019-12-11 Thread Kevin Haywood
I just discovered the huge headache of the notarization system under Catalina: the OS will prevent loading of every non-notarized *external* that you try to load. This appears to be a 3-part ordeal per external: macOS’ first message is thrown the first time you open a patch with a

Re: [PD-dev] macOS 10.15 notarization

2019-10-10 Thread Chris Niven
Just got 10.15 installed and I did get the initial warning about Apple not being able to verify the software, but right clicking and selecting Open works fine for me. > On Oct 10, 2019, at 10:10 AM, Dan Wilcox wrote: > > Once you install the release version, can you test with a newer Pd

Re: [PD-dev] macOS 10.15 notarization

2019-10-10 Thread Chris Niven
Will do, downloading it right now. > On Oct 10, 2019, at 10:10 AM, Dan Wilcox wrote: > > Once you install the release version, can you test with a newer Pd build? > Perhaps Pd-0.50.1-netobject-updates.zip > . > >> On

Re: [PD-dev] macOS 10.15 notarization

2019-10-10 Thread Dan Wilcox
Once you install the release version, can you test with a newer Pd build? Perhaps Pd-0.50.1-netobject-updates.zip . > On Oct 8, 2019, at 9:46 PM, Chris Niven wrote: > > Hi there, > > I have been running the 10.15 beta

Re: [PD-dev] macOS 10.15 notarization

2019-10-08 Thread Chris Niven
Hi there, I have been running the 10.15 beta for the past while and I have no problems running Pd; I usually launch it from the command line, I can’t remember if I had to do anything extra in the Security System Preferences to get it running the first time or not. -Chris > On Oct 8, 2019, at

Re: [PD-dev] macOS 10.15 notarization

2019-10-08 Thread Alexandre Torres Porres
I could try and install it in a new partition and check it out, but it'll have to wait at least 10 days ;) Em ter, 8 de out de 2019 às 04:46, Dan Wilcox escreveu: > Howdy all, > > The newest version of macOS, 10.15 "Catalina", is out and with it comes a > new "Notarization" requirement for

[PD-dev] macOS 10.15 notarization

2019-10-08 Thread Dan Wilcox
Howdy all, The newest version of macOS, 10.15 "Catalina", is out and with it comes a new "Notarization" requirement for applications, etc: https://developer.apple.com/documentation/xcode/notarizing_your_app_before_distribution?language=objc