Logo
Available from version | 0.0 |
|---|---|
Necessity | Optional |
Description
The Logo setting specifies the local path to a custom logo.
If a valid path is provided, the application loads the logo from that path.
If no path is provided or the path is invalid, the default logo will be used.
Example
BASH
defaults write "ibi.aws.client" "Logo" "/Path/To/Logo.png"
Example (MDM)
XML
...
<dict>
<key>mcx_preference_settings</key>
<dict>
...
<key>Logo</key>
<string>/Path/To/Logo.png</string>
...
</dict>
</dict>
...
Supported image types
The following formats are supported by default:
PNG (
.png)JPEG (
.jpg,.jpeg)BMP (
.bmp)GIF (
.gif)ICO (
.ico)