Re: /Library/Application Support off limits?

2021-04-21 Thread Davidap via Cocoa-dev
Hi, Very interesting!!! I will look at it . Thanks El 20/4/21 a las 20:57, Flavio Donadio escribió: I did a couple Google searches and found this: ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or

Re: /Library/Application Support off limits?

2021-04-20 Thread Davidap via Cocoa-dev
Hi, Shared data is common to all users, but the user never edits its content. The file contains encrypted data for the correct operation of the program. You are thinking of a typical text editor, for example, but it is not something like that. In this case, I need shared data for all users

Re: /Library/Application Support off limits?

2021-04-19 Thread Davidap via Cocoa-dev
Hi, I actually currently use a server and the keychain, but I want to share general data with offline users. I will never use the shared directory of a user, the best way would be in / Application Support in .localDomainMask, but I don't know why some applications can and others cannot (the

Re: /Library/Application Support off limits?

2021-04-15 Thread Davidap via Cocoa-dev
But in / Users / Shared I need to know which user installed the application. How to share application data with users, I guess there must be an easier way or some way to ask for root privileges to use ~ / Library / Application Support / com.example.MyApp / directory with localDomainMask.

Re: /Library/Application Support off limits?

2021-04-15 Thread Davidap via Cocoa-dev
with localDomainMask is precisely the one that gives me the writing error Davidap El 14/4/21 a las 19:26, Marco S Hyman escribió: Our app isn't sandboxed, but when I try to create a "/Library/Application Support/NewFolder" folder in there I get the following message: /*You don't have

Re: /Library/Application Support off limits?

2021-04-15 Thread Davidap via Cocoa-dev
Becouse is not a good place for sharing things since it is not accessible by anyone but the ~ user. Davidap El 14/4/21 a las 18:41, Ben Kennedy escribió: On 14 Apr 2021, at 1:14 am, Davidap via Cocoa-dev wrote: Apple say: [...] For example, if your app is named MyApp and has the bundle

/Library/Application Support off limits?

2021-04-14 Thread Davidap via Cocoa-dev
Hi, Apple say: /Application Support : Contains all app-specific data and support files. These are the files that your app creates and manages on behalf of the user and can include files that contain user data.// //By convention, all of these items should be put in a subdirectory whose name

Re: Cocoa-dev Digest, Vol 18, Issue 18

2021-04-14 Thread Davidap via Cocoa-dev
Hi, OK the problem was alphaValue, I don't know how Apple handles it with an external not Apple´s mouse, but override in NSScroller the mouseExited, mouseEntered and set alphaValue to 1.0 all fixed Davidap El 13/4/21 a las 20:00, cocoa-dev-requ...@lists.apple.com escribió: Send Cocoa-dev