updated for Setup Manager 1.4.2

This commit is contained in:
Armin Briegel
2026-01-20 15:10:34 +01:00
parent 814cfd657a
commit 7fd45eda23
5 changed files with 9 additions and 5 deletions

View File

@@ -1118,7 +1118,7 @@ can be localized like this:
<key>de</key>
<string>Willkommen!</string>
<key>fr</key>
<string>Bienvenu!</string>
<string>Bienvenue!</string>
<key>nl</key>
<string>Welkom!</string>
</dict>
@@ -1170,8 +1170,10 @@ Use these codes for these languages:
| Italian | it |
| Norwegian | nb |
| Polish | pl |
| Portuguese (Brazil)| pt-BR |
| Spanish | es |
| Swedish | sv |
| Turkish | tr |
The [plist and profile example files](Examples) contain localizations for many of the custom text elements.

View File

@@ -47,7 +47,7 @@ The command-Q keyboard shortcut to quit the app is disabled. Use `shift-control-
While Setup Manager is running you can open a log window with command-L.
There are two or three tabs, one for the main Setup Manager log, one showing output from `/var/log/install.log`, one showing configuration profile installation and removal, and (Jamf Pro only) one tab showing output from `/var/log/jamf.log`. Some log tabs will be summarized to events relevant to the enrollment workflow. You can see the full log content by unchecking the 'Summarize' option.
There are several tabs, one for the main Setup Manager log, one showing output from `/var/log/install.log`, one showing configuration profile installation and removal, and (Jamf Pro only) one tab showing output from `/var/log/jamf.log`. Some log tabs will be summarized to events relevant to the enrollment workflow. You can see the full log content by unchecking the 'Summarize' option.
Note that the extra logs (Install, Profiles, and Jamf) show events that were not initiated by Setup Manager. Nevertheless, these events can be relevant to your enrollment workflow.
@@ -70,6 +70,8 @@ For example:
sudo log show --last 30m --predicate 'subsystem="com.jamf.setupmanager"'
```
There is a button at the top of the log window which creates a new folder named `SetupManagerLogs-<timestamp>` in `/Users/Shared` and copies Setup Manager, install, and (when present) jamf log files there. Hold the option key to select a different location. Note the logs are copied in their current state, so wait until Setup Manager is done before exporting.
## Debug mode
When you set the `DEBUG` key to `true` in the profile or locally with the `defaults` command Setup Manager will not perform any tasks that actually perform installations or otherwise change the system. When in DEBUG mode, Setup Manager will also read settings from the local settings (i.e. `~/Library/Preferences/com.jamf.setupmanager.plist`) which simplifies iterating through different settings. If you want to run Setup Manager on an unmanaged Mac, you may need to provide a `simulateMDM` key with a value of either `Jamf Pro` or `Jamf School`.

View File

@@ -113,7 +113,7 @@
<key>es</key>
<string>¡^[^[Bienvenido](inflect: true)](inflectionAlternative: &apos;Te damos la bienvenida&apos;)!</string>
<key>fr</key>
<string>Bienvenu!</string>
<string>Bienvenue!</string>
<key>he</key>
<string>ברוכים הבאים!</string>
<key>it</key>

View File

@@ -101,7 +101,7 @@
<key>en</key>
<string>Welcome!</string>
<key>fr</key>
<string>Bienvenu!</string>
<string>Bienvenue!</string>
<key>nl</key>
<string>Welkom!</string>
</dict>

View File

@@ -131,7 +131,7 @@
<key>es</key>
<string>¡Bienvenido!</string>
<key>fr</key>
<string>Bienvenu!</string>
<string>Bienvenue!</string>
<key>he</key>
<string>ברוכים הבאים!</string>
<key>it</key>