The display names of the macOS app extensions need to be adjusted to be more telling about which one is referred to. Currently, as an example, the FinderSync extension has the $(OC_APPLICATION_NAME) Extensions display name in its Info.plist which is confusing and unclear. The file provider extension is more expressive with $(OC_APPLICATION_NAME) File Provider Extension.
Also check whether the extensions have the correct brand icons like the main app.
The display names of the macOS app extensions need to be adjusted to be more telling about which one is referred to. Currently, as an example, the FinderSync extension has the
$(OC_APPLICATION_NAME) Extensionsdisplay name in its Info.plist which is confusing and unclear. The file provider extension is more expressive with$(OC_APPLICATION_NAME) File Provider Extension.Also check whether the extensions have the correct brand icons like the main app.