Posts

Post not yet marked as solved
2 Replies
Not sure if it's still valid but it took 5 weeks to get approval in our case
Post marked as solved
16 Replies
It's annoying but I understand the motivation. Thanks to you and Quinn for explanation.
Post marked as solved
16 Replies
Oh, thanks for your time!I'm quite new to macOS development, most of my time I code iOS apps. My goal is to learn something new and implement a simple compressing/decompressing app using libarchive as library to do the job. Here is set of desired features:app can open and decompress associated filesapp can open and decompress drag-n-dropped filesapp can open and decompress files using NSOpenPanelapp can be opened from FinderSync extension or Action extensionof course app can create archive from drag-n-dropped files or files selected in NSOpenPanelI hope it's enough info for you, to be honest nothing special or secret 🙂
Post marked as solved
16 Replies
Let's forget about NSOpenPanel for now. It was just an example. My app could work with other files, not only with those selected by user.Let me rephrase the question:What is necessary to do to make sandboxed app using full-disk access?
Post marked as solved
2 Replies
Thanks Claude!You pointed me into right direction. According to my finding it's absolutely necessary to use the newURLinstance I created sooner by resolving the bookmark data!Cheers,Martin