Skip to main content
Skip table of contents

Configure defaults

The settings are stored using the command-line tool defaults within the application’s defaults domain namespace (ibi.aws.client).

Adjusting settings

  1. Open the file defaults.command with a text editor (e.g. TextEdit)

  2. Replace the existing values with the desired settings.

Example

CODE
#!/bin/bash
defaults write "ibi.aws.client" "Remarks" "https://server.example.internal/remarks.ibi"
defaults write "ibi.aws.client" "Logo" "/Path/To/Logo.png"
  1. Save the file

  2. Make the file executable

Execute configuration

The file can be executed in two ways:

  • Double-click defaults.command

  • or via Terminal:

    CODE
    ./defaults.command

This stores the configuration using macOS defaults.

A restart of the application is required for the changes to take effect.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.