You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The following operating system and versions have been tested.
30
30
- 10.11.0, 10.11.6
31
31
- 10.12.0, 10.12.6
32
32
- 10.13.0 10.13.3, 10.13.6
33
-
- 10.14.0
33
+
- 10.14 -> 10.14.6
34
34
35
35
## Configuration File
36
36
Essentially every component of the UI is customizable, all through a JSON configuration file. An [example file](/example_config.json) is available within the code repository.
@@ -112,6 +112,13 @@ This is the minimum OS version a machine must be on to not receive this UI.
112
112
"minimum_os_version": "10.13.6"
113
113
```
114
114
115
+
### Minimum OS Sub Version
116
+
117
+
This is the minimum OS version a machine must be on to not receive this UI.
118
+
```json
119
+
"minimum_os_sub_build_version": "18G103"
120
+
```
121
+
115
122
### More info URL
116
123
This is the URL to open when the **More Info** button is clicked.
0 commit comments