-
Notifications
You must be signed in to change notification settings - Fork 0
/
nl.root3.support
42 lines (42 loc) · 1.29 KB
/
nl.root3.support
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Title</key>
<string>JAMF LAPS</string>
<key>Logo</key>
<string>/Library/.LAPS/Branding/Icons/Jamf-color.png</string>
<key>OpenAtLogin</key>
<true/>
<key>InfoItemOne</key>
<string>ExtensionA</string>
<key>InfoItemTwo</key>
<string>ExtensionB</string>
<key>HideSecondRowInfoItems</key>
<true/>
<key>HideThirdRowInfoItems</key>
<true/>
<key>HideFirstRowButtons</key>
<true/>
<key>HideSecondRowButtons</key>
<true/>
<key>ExtensionTitleA</key>
<string>LAPS Username</string>
<key>ExtensionSymbolA</key>
<string>lock</string>
<key>ExtensionTypeA</key>
<string>PrivilegedScript</string>
<key>OnAppearAction</key>
<string>/Library/.LAPS/Scripts/JAMFLAPS.sh</string>
<key>ExtensionTitleB</key>
<string>LAPS Password</string>
<key>ExtensionSymbolB</key>
<string>lock</string>
<key>ExtensionTypeB</key>
<string>PrivilegedScript</string>
<key>FooterText</key>
<string>JAMF LAPS Powered by Support App @jordywitteman</string>
<key>StatusBarIconSFSymbol</key>
<string>key.viewfinder</string>
</dict>
</plist>