-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathN60.mobileconfig
More file actions
56 lines (40 loc) · 1.13 KB
/
N60.mobileconfig
File metadata and controls
56 lines (40 loc) · 1.13 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
<?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>PayloadContent</key>
<array>
<dict>
<key>PayloadType</key>
<string>com.apple.webClip.managed</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>com.n60.webclip</string>
<key>PayloadUUID</key>
<string>8A3E7C92-9B1D-4A9A-B7D3-111111111111</string>
<key>PayloadDisplayName</key>
<string>N60</string>
<key>Label</key>
<string>N60</string>
<key>URL</key>
<string>https://rtx261.github.io/RTX/</string>
<key>IsRemovable</key>
<true/>
<key>FullScreen</key>
<true/>
</dict>
</array>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>com.n60.profile</string>
<key>PayloadUUID</key>
<string>1B2C3D4E-AAAA-BBBB-CCCC-222222222222</string>
<key>PayloadDisplayName</key>
<string>N60</string>
</dict>
</plist>