mirror of
https://github.com/jamf/Setup-Manager.git
synced 2026-02-08 00:02:10 +00:00
Compare commits
7 Commits
v0.9.1-306
...
v1.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ea7365dc0 | ||
|
|
640672b945 | ||
|
|
035796c035 | ||
|
|
a3fc803faf | ||
|
|
f8271f95a8 | ||
|
|
76c4be53ee | ||
|
|
8a69128b6a |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.DS_Store
|
||||
11
ChangeLog.md
11
ChangeLog.md
@@ -1,5 +1,16 @@
|
||||
# Setup Manager - Change Log
|
||||
|
||||
## v1.0
|
||||
(2024-07-01)
|
||||
|
||||
- updated to new Jamf Concepts Use Agreement
|
||||
- updated German and Swedish localizations
|
||||
- added name for macOS 15
|
||||
- new `hideActionLabels` and `hideDebugLabel` keys
|
||||
- 'Jamf ID' is now only visible in the extended 'About this Mac' View (reachable when holding the option key)
|
||||
- messaging when Setup Manager is launched in user space or with missing configuration
|
||||
- UI tweaks
|
||||
|
||||
## v1.0RC
|
||||
|
||||
(2024-03-11)
|
||||
|
||||
@@ -196,6 +196,33 @@ This will set the computer name to `Mac-ABC123` where `ABC123` is the last six c
|
||||
|
||||
When set, the "About this Mac" info window will show this value instead of the real serial number. This is useful when making screen shots or recordings for documentation or presentations where you do not want to expose real serial numbers.
|
||||
|
||||
#### `hideActionLabels`
|
||||
|
||||
(Bool, default: `false`)
|
||||
|
||||
Hides the individual labels under each action's icon.
|
||||
|
||||
Example:
|
||||
|
||||
```
|
||||
<key>hideActionLabels</key>
|
||||
<true/>
|
||||
```
|
||||
|
||||
#### `hideDebugLabel`
|
||||
|
||||
(Bool, default: `false`)
|
||||
|
||||
When set, suppresses display of the red 'DEBUG' label in debug mode. Useful for screenshots and recordings.
|
||||
|
||||
Example:
|
||||
|
||||
```
|
||||
<key>hideDebugLabel</key>
|
||||
<true/>
|
||||
```
|
||||
|
||||
|
||||
## Actions
|
||||
|
||||
All actions should have these keys:
|
||||
|
||||
2
LICENSE.md
Normal file
2
LICENSE.md
Normal file
@@ -0,0 +1,2 @@
|
||||
Offered under the terms of the [Jamf Concepts Use Agreement](https://resources.jamf.com/documents/jamf-concept-projects-use-agreement.pdf).
|
||||
|
||||
12
README.md
12
README.md
@@ -6,11 +6,11 @@ _"Every Assistant has a Manager"_
|
||||
|
||||

|
||||
|
||||
Please report issues, feature requests [as an issue.](https://github.com/setup-manager/setup-manager/issues)
|
||||
Please report issues, feature requests [as an issue.](https://github.com/jamf-concepts/setup-manager/issues)
|
||||
|
||||
We have opened the [discussions](https://github.com/setup-manager/setup-manager/discussions) area for questions and more generic feedback.
|
||||
We have opened the [discussions](https://github.com/jamf-concepts/setup-manager/discussions) area for questions and more generic feedback.
|
||||
|
||||
Updates will be published in the '[Releases](https://github.com/setup-manager/setup-manager/releases)' section of the repo. There you can also [download the latest pkg installer](https://github.com/setup-manager/setup-manager/releases/latest). You can subscribe to notifications for the repo using the 'Watch' button above.
|
||||
Updates will be published in the '[Releases](https://github.com/jamf-concepts/setup-manager/releases)' section of the repo. There you can also [download the latest pkg installer](https://github.com/jamf-concepts/setup-manager/releases/latest). You can subscribe to notifications for the repo using the 'Watch' button above.
|
||||
|
||||
## What it does
|
||||
|
||||
@@ -59,7 +59,11 @@ Setup Manager requires macOS 12.0.0 or higher. It will work only with Jamf Pro o
|
||||
### Known Issues
|
||||
|
||||
- Setup Manager will **_not_** launch with Auto-Advance enabled
|
||||
- Setup Manager may **_not_** launch when you disable _all_ Setup Assistant screens
|
||||
- Setup Manager may **_not_** launch or launch and quit quickly when you disable _all_ Setup Assistant screens
|
||||
- Policies that are triggered by `enrollmentComplete` may disrupt Setup Manager running from Prestage/Automated Device Enrollment. To avoid this, disable or unscope policies triggered by `enrollmentComplete` on devices using Setup Manager.
|
||||
- In some deployments, Setup Manager attempts to start while Jamf is still installing. Try adding a 30-60 second `wait` action as the first action. We are working on a solution.
|
||||
- SVG and PDF files don't work with download URLs. workaround: convert files to PNG or use local SVG or PDf files instead.
|
||||
- With Jamf School, there will a few seconds after the remote management dialog where Setup Assistant shows before Setup Manager launches. With the Jamf School enrollment architecture, this is unavoidable.
|
||||
|
||||
### Quit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user