-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.github.macadmins.Nudge.json
More file actions
103 lines (103 loc) · 5.37 KB
/
com.github.macadmins.Nudge.json
File metadata and controls
103 lines (103 loc) · 5.37 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"optionalFeatures": {
"acceptableCameraUsage": true,
"acceptableScreenSharingUsage": true,
"aggressiveUserExperience": true,
"aggressiveUserFullScreenExperience": true,
"attemptToCheckForSupportedDevice": true,
"attemptToFetchMajorUpgrade": false,
"enforceMinorUpdates": true,
"refreshSOFAFeedTime": 43200
},
"osVersionRequirements": [
{
"aboutUpdateURL_disabled": "https://support.apple.com/en-us/126794",
"aboutUpdateURLs": [
{
"_language": "en",
"aboutUpdateURL": "https://support.apple.com/en-us/126794"
},
{
"_language": "de",
"aboutUpdateURL": "https://support.apple.com/de-de/126794"
},
{
"_language": "nl",
"aboutUpdateURL": "https://support.apple.com/nl-nl/126794"
}
],
"requiredInstallationDate": "2026-04-07T10:00:00Z",
"requiredMinimumOSVersion": "26.4",
"targetedOSVersionsRule": "default"
},
{
"aboutUpdateURL_disabled": "https://support.apple.com/en-us/126795",
"aboutUpdateURLs": [
{
"_language": "en",
"aboutUpdateURL": "https://support.apple.com/en-us/126795"
}
],
"requiredInstallationDate": "2026-04-07T10:00:00Z",
"requiredMinimumOSVersion": "15.7.5",
"targetedOSVersionsRule": "15"
}
],
"userExperience": {
"allowedDeferrals": 32,
"allowedDeferralsUntilForcedSecondaryQuitButton": 7,
"nudgeMajorUpgradeEventLaunchDelay": 90
},
"userInterface": {
"fallbackLanguage": "en",
"forceFallbackLanguage": false,
"forceScreenShotIcon": false,
"iconDarkPath": "/Users/Shared/Voys-logos/logoLight.png",
"iconLightPath": "/Users/Shared/Voys-logos/logoDark.png",
"showDeferralCount": true,
"showRequiredDate": true,
"simpleMode": false,
"singleQuitButton": false,
"updateElements": [
{
"_language": "en",
"actionButtonText": "Update Device",
"informationButtonText": "More Info",
"mainContentHeader": "**Your Mac will restart during this update.**",
"mainContentNote": "**Important Notes**",
"mainContentSubHeader": "Updates can take around 30 minutes to complete.",
"mainContentText": "🛡️ Please update to ensure your Mac remains secure and compliant with organizational policies.\n\n🔄 To begin the update, simply click on the Update Device button and follow the provided steps.\n\n🔌 You must connect your Mac to a power supply in order to install the required macOS update.",
"mainHeader": "**This Mac requires a security update**",
"primaryQuitButtonText": "Later",
"secondaryQuitButtonText": "I understand",
"subHeader": "A friendly reminder from the Voys security circle."
},
{
"_language": "de",
"actionButtonText": "Gerät aktualisieren",
"informationButtonText": "Mehr Informationen",
"mainContentHeader": "**Ihr Mac wird während dieser Aktualisierung neu gestartet.**",
"mainContentNote": "**Wichtige Hinweise**",
"mainContentSubHeader": "Die Aktualisierung kann etwa 30 Minuten in Anspruch nehmen.",
"mainContentText": "🛡️ Bitte aktualisieren Sie, um sicherzustellen, dass Ihr Mac sicher bleibt und den Unternehmensrichtlinien entspricht.\n\n🔄 Um das Update zu starten, klicke oben rechts auf die Schaltfläche 'Gerät aktualisieren' und befolge die angegebenen Schritte.\n\n🔌 Sie müssen Ihren Mac an eine Stromversorgung anschließen, um das erforderliche macOS-Update installieren zu können.",
"mainHeader": "**Dieser Mac benötigt ein Sicherheitsupdate**",
"primaryQuitButtonText": "Später",
"secondaryQuitButtonText": "Ich verstehe",
"subHeader": "Eine freundliche Erinnerung aus dem Voys security circle."
},
{
"_language": "nl",
"actionButtonText": "Apparaat bijwerken",
"informationButtonText": "Meer informatie",
"mainContentHeader": "**Je Mac wordt tijdens deze update opnieuw opgestart.**",
"mainContentNote": "**Belangrijke opmerkingen**",
"mainContentSubHeader": "Updates kunnen ongeveer 30 minuten duren.",
"mainContentText": "🛡️ Voer een update uit om ervoor te zorgen dat je Mac veilig blijft en voldoet aan het beleid van ons bedrijf.\n\n🔄 Om de update te starten, klik je op de knop Apparaat bijwerken en volg je de stappen.\n\n🔌 Je moet je Mac aansluiten op een voeding om de vereiste macOS-update te kunnen installeren.",
"mainHeader": "**Deze Mac heeft een security update nodig**",
"primaryQuitButtonText": "Stel uit",
"secondaryQuitButtonText": "Ik begrijp het",
"subHeader": "Een vriendelijke herinnering van de Voys security circle."
}
]
}
}