In macOS 15 Sequoia (tested on 15.0 and 15.0.1), the icon of our network extension (and of other third party apps) is missing. See the attached screenshot, instead of the generic app icon there should be the icon of our app.
Is this a bug, or is there something we developers can/should do? I tried adding an asset catalog with the app icon, and specifying that using ASSETCATALOG_COMPILER_APPICON_NAME
like we do in the main app. Even though the icon is added to the Resources folder of our .systemextension
, and is referenced in the Info.plist using CFBundleIconFile
and CFBundleIconName
, the icon is still not showing in the System Settings.