Hi,
In macOS Ventura 13.1, the system extension used alongside our app is not deleted anymore. When deleting the app, the message "The application “XXXXX.app” is hosting system extensions. These extensions will be removed if you continue." is displayed. After clicking on continue, the app is correctly deleted but the extension is still visible in the "Full Disk Access" parameters. It is also still visible and "activated enabled" when running command "systemextensionsctl list". Finally, if I try to delete the extension directly from the folder /Library/SystemExtensions, I get the following message: "The operation can’t be completed because you don’t have permission to access some of the items."
On Monterey, we are able to uninstall the extension just by deleting it from the Application folder. I have also the permission to delete the extension from the SystemExtensions folders.
Is there a known work around for this issue? Will it be fixed in the future releases of macOS Ventura?
Thank you in advance for your help
Post
Replies
Boosts
Views
Activity
Hi,
Since the macOS Monterey update, our app icon in the sidebar does not follow the accent colour set in the system preferences while all native icons does.
The icons are provided using the iconset folder. The entry CFBundleIconFile appear in the app's info.plist pointing to the iconset file (.icns),
as described here: https://developer.apple.com/library/archive/documentation/General/Conceptual/ExtensibilityPG/Finder.html#//apple_ref/doc/uid/TP40014214-CH15-SW1.
Does anybody know how to make those icons follow the accent colour set in system preferences.
Many thanks