Skip to content

Commit 7fd45ed

Browse files
committed
updated for Setup Manager 1.4.2
1 parent 814cfd6 commit 7fd45ed

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

ConfigurationProfile.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ can be localized like this:
11181118
<key>de</key>
11191119
<string>Willkommen!</string>
11201120
<key>fr</key>
1121-
<string>Bienvenu!</string>
1121+
<string>Bienvenue!</string>
11221122
<key>nl</key>
11231123
<string>Welkom!</string>
11241124
</dict>
@@ -1170,8 +1170,10 @@ Use these codes for these languages:
11701170
| Italian | it |
11711171
| Norwegian | nb |
11721172
| Polish | pl |
1173+
| Portuguese (Brazil)| pt-BR |
11731174
| Spanish | es |
11741175
| Swedish | sv |
1176+
| Turkish | tr |
11751177

11761178
The [plist and profile example files](Examples) contain localizations for many of the custom text elements.
11771179

Docs/Extras.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The command-Q keyboard shortcut to quit the app is disabled. Use `shift-control-
4747

4848
While Setup Manager is running you can open a log window with command-L.
4949

50-
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.
50+
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.
5151

5252
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.
5353

@@ -70,6 +70,8 @@ For example:
7070
sudo log show --last 30m --predicate 'subsystem="com.jamf.setupmanager"'
7171
```
7272

73+
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.
74+
7375
## Debug mode
7476

7577
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`.

Examples/sample-com.jamf.setupmanager.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<key>es</key>
114114
<string>¡^[^[Bienvenido](inflect: true)](inflectionAlternative: &apos;Te damos la bienvenida&apos;)!</string>
115115
<key>fr</key>
116-
<string>Bienvenu!</string>
116+
<string>Bienvenue!</string>
117117
<key>he</key>
118118
<string>ברוכים הבאים!</string>
119119
<key>it</key>

Examples/sample-jamfschool.mobileconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<key>en</key>
102102
<string>Welcome!</string>
103103
<key>fr</key>
104-
<string>Bienvenu!</string>
104+
<string>Bienvenue!</string>
105105
<key>nl</key>
106106
<string>Welkom!</string>
107107
</dict>

Examples/sample-waitForUserEntry.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<key>es</key>
132132
<string>¡Bienvenido!</string>
133133
<key>fr</key>
134-
<string>Bienvenu!</string>
134+
<string>Bienvenue!</string>
135135
<key>he</key>
136136
<string>ברוכים הבאים!</string>
137137
<key>it</key>

0 commit comments

Comments
 (0)