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
Oct ’23