Skip to content

Commit

Permalink
update the example files with all current big sur releases
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Aug 22, 2021
1 parent 3f798c6 commit a9ee9fb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
14 changes: 11 additions & 3 deletions Example Assets/com.github.macadmins.Nudge.json
Expand Up @@ -29,13 +29,21 @@
}
],
"majorUpgradeAppPath": "/Applications/Install macOS Big Sur.app",
"requiredInstallationDate": "2021-02-28T00:00:00Z",
"requiredMinimumOSVersion": "11.2.1",
"requiredInstallationDate": "2021-08-28T00:00:00Z",
"requiredMinimumOSVersion": "11.5.2",
"targetedOSVersions": [
"11.0",
"11.0.1",
"11.1",
"11.2"
"11.2",
"11.2.1",
"11.2.2",
"11.2.3",
"11.3",
"11.3.1",
"11.4",
"11.5",
"11.5.1"
]
}
],
Expand Down
12 changes: 10 additions & 2 deletions Example Assets/com.github.macadmins.Nudge.mobileconfig
Expand Up @@ -67,15 +67,23 @@
<key>majorUpgradeAppPath</key>
<string>/Applications/Install macOS Big Sur.app</string>
<key>requiredInstallationDate</key>
<date>2021-02-28T00:00:00Z</date>
<date>2021-08-28T00:00:00Z</date>
<key>requiredMinimumOSVersion</key>
<string>11.2.1</string>
<string>11.5.2</string>
<key>targetedOSVersions</key>
<array>
<string>11.0</string>
<string>11.0.1</string>
<string>11.1</string>
<string>11.2</string>
<string>11.2.1</string>
<string>11.2.2</string>
<string>11.2.3</string>
<string>11.3</string>
<string>11.3.1</string>
<string>11.4</string>
<string>11.5</string>
<string>11.5.1</string>
</array>
</dict>
</array>
Expand Down

0 comments on commit a9ee9fb

Please sign in to comment.