Post

Replies

Boosts

Views

Activity

Reply to Breaking changes to Full Disk Access in 11.4 Beta 3 ?
Big Sur 11.4 has been released, and I've got the same issue with one of my apps. This app includes an Helper Tool (a bundle), that is embedded in the LoginItems subfolder. Before updating to 11.4, if user granted Full Disk Access to the main app, the Helper Tool got Full Disk Access too, as stated here by eskimo: https://developer.apple.com/forums/thread/107546 But now, it's not working anymore. The Helper Tool doe not inherit from the main app, either the Full Disk Access but also the authorisations like Automation for Finder. Did someone find a solution to this?
Topic: App & System Services SubTopic: Core OS Tags:
May ’21
Reply to The Rules for Full Disk Access
Big Sur 11.4 has been released, and I've got an issue with one of my apps. This app includes an Helper Tool (a bundle), that is embedded in the LoginItems subfolder. This helper tool is launched thanks to the SMLoginItemSetEnabled API. Before updating to 11.4, if user granted Full Disk Access to the main app, the Helper Tool got Full Disk Access too, as stated by eskimo. But now, it's not working anymore. The Helper Tool does not inherit from the main app, either the Full Disk Access but also other authorisations like Automation for Finder. Did someone find a solution to this?
Topic: App & System Services SubTopic: Core OS Tags:
May ’21
Reply to Issue when listing Trash content with macOS Monterey beta
Whooo just discovered there's something wrong with the Trash! When I use the Finder to move files to the Trash, they don't go to /Users/myusername/.Trash (as usual) but in /Users/myusername/Library/Group Containers/group.com.apple.Photos.PhotosFileProvider/File Provider Storage/photospicker/.Trash That's why my code is not working. Can't find a way to get rid of this bug...
Topic: Community SubTopic: Apple Developers Tags:
Aug ’21
Reply to Breaking changes to Full Disk Access in 11.4 Beta 3 ?
Big Sur 11.4 has been released, and I've got the same issue with one of my apps. This app includes an Helper Tool (a bundle), that is embedded in the LoginItems subfolder. Before updating to 11.4, if user granted Full Disk Access to the main app, the Helper Tool got Full Disk Access too, as stated here by eskimo: https://developer.apple.com/forums/thread/107546 But now, it's not working anymore. The Helper Tool doe not inherit from the main app, either the Full Disk Access but also the authorisations like Automation for Finder. Did someone find a solution to this?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’21
Reply to The Rules for Full Disk Access
Big Sur 11.4 has been released, and I've got an issue with one of my apps. This app includes an Helper Tool (a bundle), that is embedded in the LoginItems subfolder. This helper tool is launched thanks to the SMLoginItemSetEnabled API. Before updating to 11.4, if user granted Full Disk Access to the main app, the Helper Tool got Full Disk Access too, as stated by eskimo. But now, it's not working anymore. The Helper Tool does not inherit from the main app, either the Full Disk Access but also other authorisations like Automation for Finder. Did someone find a solution to this?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’21
Reply to Breaking changes to Full Disk Access in 11.4 Beta 3 ?
Thanks for you reply. I've received 3 reports from users about the Full Disk Access issue (and also Automation inheritance that is broken). However, restarting the Mac did not fix the issue, and I'm testing the app on a different Mac, with only one copy of the app :(
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’21
Reply to Issue when listing Trash content with macOS Monterey beta
Whooo just discovered there's something wrong with the Trash! When I use the Finder to move files to the Trash, they don't go to /Users/myusername/.Trash (as usual) but in /Users/myusername/Library/Group Containers/group.com.apple.Photos.PhotosFileProvider/File Provider Storage/photospicker/.Trash That's why my code is not working. Can't find a way to get rid of this bug...
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to Hiding the Notch in my app for MacBook Pro 14/16
NSPrefersDisplaySafeAreaCompatibilityMode should not be required for most regular apps. If you use standard API to go fullscreen, there's nothing to do on your side. The app will be displayed just below the notch. But I agree, there's a lot of confusion.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to Seeking clarification on macOS URLs with security scope
I can confirm that latest beta does not allow to bookmark the root folder "/" for later access. This leads to an error "The file couldn’t be opened.". Do you know if this will be fixed before the RC version of macOS?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to Issue when creating Bookmark with security scope on macOS 26 RC
Thanks for your detailed answer, and your workaround. I hope you'll find a way to fix this issue ASAP 🙏
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to QLPreviewPanel takes forever to load content preview in macOS 26
Excatly the same issue with the same code used for years. Tested on macOS 26.0, 26.1 and 26.2 RC. My app is sandboxed, and access to the files is made through the NSOpenPanel first (Macintosh HD folder). Same log message and behavior: takes a long time. Can a DTS engineer tell us what's going wrong?
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Dec ’25
Reply to QLPreviewPanel takes forever to load content preview in macOS 26
By the way, I've tested the QLPreviewView and It's also affected by the same issue! So instead of using QLPreviewPanel, we could generate the thumbnail with QLThumbnailGenerator and then display the result in our app? It seems a lot of work for something Apple should fix 😅
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Dec ’25