forked from sprang/Brushes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DocSizes.plist
52 lines (52 loc) · 1.02 KB
/
DocSizes.plist
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
<?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">
<array>
<dict>
<key>Height</key>
<integer>480</integer>
<key>Name</key>
<string>iPhone</string>
<key>Width</key>
<integer>320</integer>
</dict>
<dict>
<key>Height</key>
<integer>960</integer>
<key>Name</key>
<string>iPhone Retina</string>
<key>Width</key>
<integer>640</integer>
</dict>
<dict>
<key>Height</key>
<integer>1136</integer>
<key>Name</key>
<string>iPhone 5</string>
<key>Width</key>
<integer>640</integer>
</dict>
<dict>
<key>Height</key>
<integer>1024</integer>
<key>Name</key>
<string>iPad</string>
<key>Width</key>
<integer>768</integer>
</dict>
<dict>
<key>Height</key>
<integer>2048</integer>
<key>Name</key>
<string>iPad Retina</string>
<key>Width</key>
<integer>1536</integer>
</dict>
<dict>
<key>Name</key>
<string>Custom</string>
<key>Custom</key>
<true/>
</dict>
</array>
</plist>