-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.json
65 lines (65 loc) · 3.71 KB
/
default.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"optionalFeatures": {
"acceptableCameraUsage": true,
"acceptableScreenSharingUsage": true,
"aggressiveUserExperience": false,
"aggressiveUserFullScreenExperience": false,
"enforceMinorUpdates": true,
"attemptToFetchMajorUpgrade": false,
"disableSoftwareUpdateWorkflow": true
},
"osVersionRequirements": [
{
"aboutUpdateURLs": [
{
"_language": "en",
"aboutUpdateURL": "https://support.apple.com/en-us/HT201222"
}
],
"requiredInstallationDate": "2024-06-14T16:00:00Z",
"requiredMinimumOSVersion": "14.5",
"targetedOSVersionsRule": "default"
}
],
"userExperience": {
"allowedDeferrals": 8,
"allowedDeferralsUntilForcedSecondaryQuitButton": 5,
"approachingRefreshCycle": 86400,
"approachingWindowTime": 7200,
"elapsedRefreshCycle": 900,
"gracePeriodInstallDelay": 23,
"gracePeriodLaunchDelay": 23,
"gracePeriodPath": "/private/var/db/.AppleSetupDone",
"imminentRefreshCycle": 3600,
"imminentWindowTime": 24,
"initialRefreshCycle": 18000
},
"userInterface": {
"iconDarkPath": "/Library/Application Support/EVB/EB_orange_512x512.png",
"iconLightPath": "/Library/Application Support/EVB/EB_orange_512x512.png",
"actionButtonPath": "/System/Library/CoreServices/Software Update.app",
"fallbackLanguage": "en_US",
"forceFallbackLanguage": true,
"showDeferralCount": true,
"simpleMode": false,
"singleQuitButton": true,
"updateElements": [
{
"_language": "en_US",
"mainHeader": "Upgrade to macOS 14 Sonoma",
"mainContentHeader": "Your device will restart during this update",
"subHeader": "Kindly scroll down to view the complete steps and description",
"actionButtonText": "Upgrade Device",
"mainContentText": "Security is of paramount importance in the Briteland, and with this in mind, Britetech have identified this Mac as not yet updated to the current and correct version of the macOS operating system.\n\nThis Mac must be updated to the current version to ensure that our IT infrastructure and security protocols are adhered to.\nUpdating should take no more than 30 minutes (likely much less) and will not affect any of your data or settings in any way.\n\nYou will have a maximum of 3 deferral possibilities to delay the updating of macOS on this device. After the 3rd deferral period, an update will be enforced by Britetech, and your device will update itself and restart.\n\nAn alternate option is to defer the update, and then at the end of your business day, or during your lunch period, you can update macOS manually, which only takes a few clicks:\n\n1. Save all your work, and close all open windows.\n2. Navigate to System Settings (via the Finder window or by clicking the apple icon at the top left of your screen).\n3. In System Settings, navigate to General > Software Update and click on ‘Update Now’, and your device will update itself to the latest version (including a restart).\n\nThank you for your time and help in ensuring that the Britespace remains at its most secure.",
"customDeferralButtonText": "Custom",
"informationButtonText": "More Info",
"mainContentNote": "Important Notes: please save all your work before starting the update",
"mainContentSubHeader": "Updates can take around 45 minutes to complete",
"primaryQuitButtonText": "Later",
"secondaryQuitButtonText": "I understand",
"oneHourDeferralButtonText": "One Hour",
"oneDayDeferralButtonText": "Tomorrow, even if Okta and Slack is blocked"
}
]
}
}