Post

Replies

Boosts

Views

Activity

Reply to Grant access to user's library Application iConf folder
Hi, sorry for the previous post i'm using a static library (the same happens with a dynamic one) from licensing software (cryptlex) in my project. The software uses a file (for writing, modifying and reading) and creates it locally at the following path: ~/Library/Application Support/iConf The problem is that the project (in xcode, objective-c/c++) does not allow access to that location. I include Sandbox and Hardened Runtime in the project, which make a ~/Library/Containers folder to which the application has exclusive read-write access, but this does not contain ~/Library/Application Support/iConf. The question is, is there a way to configure the project to allow access to that location, or would that folder be included in Containers so that the application would have access to that file. Thanks again, Filip
Topic: Code Signing SubTopic: General Tags:
Oct ’23
Reply to Grant access to user's library Application iConf folder
Yes, I solved this issue with the library vendor, we find way to save and modify files on another location. Thank you for advise Regards Filip
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Grant access to user's library Application iConf folder
Yes, that is our plan for the next steps...
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Grant access to user's library Application iConf folder
Hi, sorry for the previous post i'm using a static library (the same happens with a dynamic one) from licensing software (cryptlex) in my project. The software uses a file (for writing, modifying and reading) and creates it locally at the following path: ~/Library/Application Support/iConf The problem is that the project (in xcode, objective-c/c++) does not allow access to that location. I include Sandbox and Hardened Runtime in the project, which make a ~/Library/Containers folder to which the application has exclusive read-write access, but this does not contain ~/Library/Application Support/iConf. The question is, is there a way to configure the project to allow access to that location, or would that folder be included in Containers so that the application would have access to that file. Thanks again, Filip
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’23