-
Notifications
You must be signed in to change notification settings - Fork 0
/
Printing.mobileconfig
70 lines (70 loc) · 3.11 KB
/
Printing.mobileconfig
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
<?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>RequireAdminToAddPrinters</key>
<false/>
<key>AllowLocalPrinters</key>
<false/>
<key>RequireAdminToPrintLocally</key>
<false/>
<key>ShowOnlyManagedPrinters</key>
<false/>
<key>PrintFooter</key>
<false/>
<key>PrintMACAddress</key>
<false/>
<key>FooterFontSize</key>
<string>7</string> <!-- This can be kept or removed as it won't be used -->
<key>FooterFontName</key>
<string>Helvetica</string> <!-- This can be kept or removed as it won't be used -->
<key>DefaultPrinter</key>
<dict>
<key>DeviceURI</key>
<string>ipp://printer.example.com/</string> <!-- This can be kept or removed as it won't be used -->
<key>DisplayName</key>
<string>printer.example.com</string> <!-- This can be kept or removed as it won't be used -->
</dict>
<key>UserPrinterList</key>
<dict>
<key>printer_example_com</key>
<dict>
<key>DeviceURI</key>
<string>ipp://printer.example.com/</string> <!-- This can be kept or removed as it won't be used -->
<key>DisplayName</key>
<string>printer.example.com</string> <!-- This can be kept or removed as it won't be used -->
<key>Location</key>
<string>My Office</string> <!-- This can be kept or removed as it won't be used -->
<key>Model</key>
<string>PrinterModel1</string> <!-- This can be kept or removed as it won't be used -->
<key>PrinterLocked</key>
<false/> <!-- This can be kept or removed as it won't be used -->
<key>PPDURL</key>
<string>file://localhost/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Resources/Generic.ppd</string> <!-- This can be kept or removed as it won't be used -->
</dict>
</dict>
<key>PayloadIdentifier</key>
<string>com.example.myprinterpayload</string>
<key>PayloadType</key>
<string>com.apple.mcxprinting</string>
<key>PayloadUUID</key>
<string>8242d870-95c0-0135-0b44-0c4de9ce4c04</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Printing</string>
<key>PayloadIdentifier</key>
<string>com.example.myprofile</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>ab59f143-1478-419a-885e-7994fb13c9c3</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>