App Catalog
What's NewStatusRoot3
  • 🌟Introduction to App Catalog
  • 🚀Getting Started
  • đŸ—ī¸Components
  • 🔒Security & Privacy
  • ✅Requirements
  • đŸ› ī¸Configuration & Deployment
    • Configuration Profile
      • Preference Keys - Catalog Agent
      • Preference Keys - Catalog App
      • Integrating with MDM
      • Configuration Profile Example
    • Installing App Catalog
    • Granting User Notifications
    • Managed Login Item
    • Full Disk Access (PPPC)
  • đŸ•šī¸Catalog Agent
    • Catalog Agent CLI
    • Installing apps
      • Dock items
      • Mandatory Apps
      • Force reinstalling apps
    • Updating apps
      • User deferrals
      • Delaying app updates
      • Updating individual apps
  • đŸ–Ĩī¸Catalog App
    • Application modes
    • User Mode
    • Admin Mode
    • Branding
      • App and notification icon
      • In-app branding
    • Language
    • Updating apps
  • 🔌Integration Guides
    • Microsoft Intune
    • Jamf Pro
    • Kandji
    • Root3 Support App
  • Troubleshooting
    • Logging
    • Error codes
    • Uninstalling App Catalog
  • ❓How To's
    • Get an app Bundle Identifier
    • Get an SF Symbol
    • Get TeamViewer Configuration ID
Powered by GitBook
On this page
  • Logo
  • URL or File
  • SF Symbol
  • Sidebar titles
  • Color

Was this helpful?

  1. Catalog App
  2. Branding

In-app branding

PreviousApp and notification iconNextLanguage

Last updated 5 months ago

Was this helpful?

Logo

The keys and control the logo shown in the sidebar and in other places of the Catalog App.

URL or File

When using an image from URL or local file image, there are no special requirements other than the full path to the image.

SF Symbol

To apply an SF Symbol, the use the SF= prefix, followed by the SF Symbol name:

<key>Logo</key>
<string>SF=building.2.crop.circle.fill</string>

Color options:

To apply a color rendering mode or custom color, some color options are available:

<key>Logo</key>
<string>SF=building.2.crop.circle.fill,color=auto</string>
  • multicolor: Enables the multicolor rendering mode

<key>Logo</key>
<string>SF=app.badge.fill,color=multicolor</string>
  • hierarchical: Enabled the hierarchical rendering mode

<key>Logo</key>
<string>SF=building.2.crop.circle.fill,color=hierarchical</string>
<key>Logo</key>
<string>SF=building.2.crop.circle.fill,color=#9ACEA4</string>
  • Default: Enables the monochrome rendering mode

<key>Logo</key>
<string>SF=building.2.crop.circle.fill</string>

Sidebar titles

The sidebar allows setting a title and subtitle to provide additional context to the user. Both titles are optional and appear at the top of the sidebar or, if a logo is set, directly beneath the logo.

<key>SidebarTitle</key>
<string>Sidebar Title</string>
<key>SidebarSubtitle</key>
<string>Sidebar Subtitle</string>

Color

Set a custom color to use across the app instead of the macOS accent color. For example, sidebar icons and the install buttons will be use this color. Set the color using the HEX code in RGB format, a '#' immediately followed by six hexadecimal characters(0-9, A-F).

<key>CustomColor</key>
<string>#9ACEA4</string>

auto: the macOS Accent Color or the color set by

HEX color code: Apply a custom color and overrule if is set. Set the color using the HEX code in RGB format, a '#' immediately followed by six hexadecimal characters(0-9, A-F)

đŸ–Ĩī¸
Logo
LogoDark
CustomColor
CustomColor