Re: Performance issue on macOS 10.15 obtaining display name for ~/Desktop, ~/Documents, and ~/Downloads

2020-04-19 Thread David M. Cotter via Cocoa-dev
this may be difficult for other to repro i have discovered it may have to do with permissions / entitlements that have been granted the app by the user, and that resetting all perms to default will "fix" the problem in the terminal, do this: > tccutil reset All i expect that after that, your de

Re: Preventing app from being restored or saving info in "Saved Application State"

2019-11-11 Thread David M. Cotter via Cocoa-dev
i too have this question > On Nov 10, 2019, at 5:39 PM, Lars C. Hassing via Cocoa-dev > wrote: > > I have developed two Cocoa apps, one launching the other helper app. > > If number two app crashes then macOS may ask the user if he wants to relaunch > it, > but it makes no sense launching it

Re: Thoughts on Cocoa

2019-10-02 Thread David M. Cotter via Cocoa-dev
agreed. i'm a small one person company with about ten of thousand customers, half mac half windows. wrote for mac first, carbon C++ ported to windows by porting CoreFoundation, then simulating Carbon APIs for everything else it's taken me YEARS to try to switch to Cocoa, and i'm still not done

Re: code signing fails to verify on 10.10?

2019-05-29 Thread David M. Cotter via Cocoa-dev
well, the solution was to just re-build the offending library with 10.9 as the target and all is well > On May 20, 2019, at 9:38 AM, David M. Cotter wrote: > > i saw this article: > https://stackoverflow.com/questions/41865537/how-does-apples-codesign-utility-decide-which-sha-algorithms-to-s