IBI-aws Client für macOS

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

#!/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:

    ./defaults.command
    

This stores the configuration using macOS defaults.

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