From fcba00b51a9028674e1c030cf52311dfff3844ed Mon Sep 17 00:00:00 2001 From: Purple Date: Tue, 11 Jul 2023 16:14:59 +0100 Subject: [PATCH] Added Monterey and Minor Update Profiles --- ...m.github.macadmins.Nudge.CLIENT.MINOR.json | 63 +++++++++++++++++++ ...hub.macadmins.Nudge.CLIENT.MONT.MINOR.json | 4 +- ...acos-repo-CLIENT.latest.minor.mobileconfig | 39 ++++++++++++ ...os-repo-CLIENT.monterey.major.mobileconfig | 39 ++++++++++++ ...os-repo-CLIENT.monterey.minor.mobileconfig | 39 ++++++++++++ 5 files changed, 182 insertions(+), 2 deletions(-) create mode 100644 Config-JSONs/com.github.macadmins.Nudge.CLIENT.MINOR.json rename mobileconfigs/com.github.macadmins.Nudge.CLIENT.MONT.json => Config-JSONs/com.github.macadmins.Nudge.CLIENT.MONT.MINOR.json (97%) create mode 100644 mobileconfigs/nudge-macos-repo-CLIENT.latest.minor.mobileconfig create mode 100644 mobileconfigs/nudge-macos-repo-CLIENT.monterey.major.mobileconfig create mode 100644 mobileconfigs/nudge-macos-repo-CLIENT.monterey.minor.mobileconfig diff --git a/Config-JSONs/com.github.macadmins.Nudge.CLIENT.MINOR.json b/Config-JSONs/com.github.macadmins.Nudge.CLIENT.MINOR.json new file mode 100644 index 0000000..2772783 --- /dev/null +++ b/Config-JSONs/com.github.macadmins.Nudge.CLIENT.MINOR.json @@ -0,0 +1,63 @@ +{ + "optionalFeatures": { + "acceptableCameraUsage": true, + "acceptableScreenSharingUsage": true, + "aggressiveUserExperience": true, + "aggressiveUserFullScreenExperience": true, + "asynchronousSoftwareUpdate": true, + "attemptToFetchMajorUpgrade": false, + "enforceMinorUpdates": true + }, + "osVersionRequirements": [ + { + "aboutUpdateURLs": [ + { + "_language": "en", + "aboutUpdateURL": "https://support.apple.com/en-us/HT213268" + } + ], + "requiredInstallationDate": "2023-07-17T00:00:01Z", + "requiredMinimumOSVersion": "13.4.1", + "targetedOSVersionsRule": "default" + } + ], + "userExperience": { + "allowedDeferrals": 50, + "allowedDeferralsUntilForcedSecondaryQuitButton": 0, + "approachingRefreshCycle": 6000, + "approachingWindowTime": 72, + "elapsedRefreshCycle": 300, + "initialRefreshCycle": 18000, + "maxRandomDelayInSeconds": 1200, + "noTimers": false, + "nudgeRefreshCycle": 300, + "randomDelay": false + }, + "userInterface": { + "fallbackLanguage": "en", + "forceFallbackLanguage": true, + "forceScreenShotIcon": false, + "iconDarkPath": "/Library/Application Support/Purple/dark-pmos.png", + "iconLightPath": "/Library/Application Support/Purple/light-pmos.png", + "screenShotDarkPath": "/tmp/nudge/updateDark.png", + "screenShotLightPath": "/tmp/nudge/updateLight.png", + "showDeferralCount": true, + "simpleMode": false, + "singleQuitButton": false, + "updateElements": [ + { + "_language": "en", + "actionButtonText": "Update Device", + "informationButtonText": "More Info", + "mainContentHeader": "Your device will restart during this update", + "mainContentNote": "Important Notes", + "mainContentSubHeader": "Updates can take around 20-30 minutes to complete.", + "mainContentText": "THIS UPDATE IS PERMITTED BY YOUR ORGANISATION AND HAS BEEN TESTED WITH YOUR SOFTWARE.\n\nA fully up-to-date device is required to ensure that our team at Purple Computing can protect your company data.\n\nIf you do not update by the due date, you will effectively be locked out of your system until you complete the update.\n\nTo begin the update, simply click on the Update Device button and follow the prompts. If you see a button to Upgrade, please click this and follow the instructions. Thank you.\n\nFor more information, hit *More Info* in the bottom left corner of this window.", + "mainHeader": "Your device requires a macOS Security Update", + "primaryQuitButtonText": "Later", + "secondaryQuitButtonText": "I understand", + "subHeader": "A friendly reminder from Purple Computing" + } + ] + } +} diff --git a/mobileconfigs/com.github.macadmins.Nudge.CLIENT.MONT.json b/Config-JSONs/com.github.macadmins.Nudge.CLIENT.MONT.MINOR.json similarity index 97% rename from mobileconfigs/com.github.macadmins.Nudge.CLIENT.MONT.json rename to Config-JSONs/com.github.macadmins.Nudge.CLIENT.MONT.MINOR.json index 2e33a6f..f2b98eb 100644 --- a/mobileconfigs/com.github.macadmins.Nudge.CLIENT.MONT.json +++ b/Config-JSONs/com.github.macadmins.Nudge.CLIENT.MONT.MINOR.json @@ -5,8 +5,8 @@ "aggressiveUserExperience": true, "aggressiveUserFullScreenExperience": true, "asynchronousSoftwareUpdate": true, - "attemptToFetchMajorUpgrade": true, - "enforceMinorUpdates": false + "attemptToFetchMajorUpgrade": false, + "enforceMinorUpdates": true }, "osVersionRequirements": [ { diff --git a/mobileconfigs/nudge-macos-repo-CLIENT.latest.minor.mobileconfig b/mobileconfigs/nudge-macos-repo-CLIENT.latest.minor.mobileconfig new file mode 100644 index 0000000..04c5041 --- /dev/null +++ b/mobileconfigs/nudge-macos-repo-CLIENT.latest.minor.mobileconfig @@ -0,0 +1,39 @@ + + + + + PayloadContent + + + json-url + https://raw.githubusercontent.com/PurpleComputing/macOSUpdates/main/Config-JSONs/com.github.macadmins.Nudge.CLIENT.MINOR.json + PayloadDisplayName + Nudge - Web Based Configuration + PayloadIdentifier + com.github.macadmins.Nudge.6b24ac33-58a1-498e-83d3-c7d1ed5b13ee + PayloadType + com.github.macadmins.Nudge + PayloadUUID + 667f67fe-fe4f-4eaa-baee-d2f79bc45abd + PayloadVersion + 1 + + + PayloadDescription + Configures Nudge application + PayloadDisplayName + Nudge + PayloadIdentifier + com.github.macadmins.Nudge + PayloadOrganization + Nudge + PayloadScope + System + PayloadType + Configuration + PayloadUUID + da7df25d-570c-4fc8-9cbe-cce36dd5ad37 + PayloadVersion + 1 + + diff --git a/mobileconfigs/nudge-macos-repo-CLIENT.monterey.major.mobileconfig b/mobileconfigs/nudge-macos-repo-CLIENT.monterey.major.mobileconfig new file mode 100644 index 0000000..bbeedfd --- /dev/null +++ b/mobileconfigs/nudge-macos-repo-CLIENT.monterey.major.mobileconfig @@ -0,0 +1,39 @@ + + + + + PayloadContent + + + json-url + https://raw.githubusercontent.com/PurpleComputing/macOSUpdates/main/Config-JSONs/com.github.macadmins.Nudge.CLIENT.MONT.json + PayloadDisplayName + Nudge - Web Based Configuration + PayloadIdentifier + com.github.macadmins.Nudge.6b24ac33-58a1-498e-83d3-c7d1ed5b13ee + PayloadType + com.github.macadmins.Nudge + PayloadUUID + 667f67fe-fe4f-4eaa-baee-d2f79bc45abd + PayloadVersion + 1 + + + PayloadDescription + Configures Nudge application + PayloadDisplayName + Nudge + PayloadIdentifier + com.github.macadmins.Nudge + PayloadOrganization + Nudge + PayloadScope + System + PayloadType + Configuration + PayloadUUID + da7df25d-570c-4fc8-9cbe-cce36dd5ad37 + PayloadVersion + 1 + + diff --git a/mobileconfigs/nudge-macos-repo-CLIENT.monterey.minor.mobileconfig b/mobileconfigs/nudge-macos-repo-CLIENT.monterey.minor.mobileconfig new file mode 100644 index 0000000..d4f8a90 --- /dev/null +++ b/mobileconfigs/nudge-macos-repo-CLIENT.monterey.minor.mobileconfig @@ -0,0 +1,39 @@ + + + + + PayloadContent + + + json-url + https://raw.githubusercontent.com/PurpleComputing/macOSUpdates/main/Config-JSONs/com.github.macadmins.Nudge.CLIENT.MONT.MINOR.json + PayloadDisplayName + Nudge - Web Based Configuration + PayloadIdentifier + com.github.macadmins.Nudge.6b24ac33-58a1-498e-83d3-c7d1ed5b13ee + PayloadType + com.github.macadmins.Nudge + PayloadUUID + 667f67fe-fe4f-4eaa-baee-d2f79bc45abd + PayloadVersion + 1 + + + PayloadDescription + Configures Nudge application + PayloadDisplayName + Nudge + PayloadIdentifier + com.github.macadmins.Nudge + PayloadOrganization + Nudge + PayloadScope + System + PayloadType + Configuration + PayloadUUID + da7df25d-570c-4fc8-9cbe-cce36dd5ad37 + PayloadVersion + 1 + +