Ticket #31028: Info.plist.in

File Info.plist.in, 2.2 KB (added by m.thon@…, 13 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5        <key>CFBundleDocumentTypes</key>
6        <array>
7                <dict>
8                        <key>CFBundleTypeName</key>
9                        <string>Ipe figure</string>
10                        <key>CFBundleTypeIconFile</key>
11                        <string>ipefig.icns</string>
12                        <key>LSHandlerRank</key>
13                        <string>Owner</string>
14                        <key>CFBundleTypeRole</key>
15                        <string>Editor</string>
16                        <key>CFBundleTypeExtensions</key>
17                        <array>
18                                <string>ipe</string>
19                                <string>IPE</string>
20                        </array>
21                </dict>
22                <dict>
23                        <key>CFBundleTypeName</key>
24                        <string>Postscript document</string>
25                        <key>CFBundleTypeIconFile</key>
26                        <string>ipeeps.icns</string>
27                        <key>LSHandlerRank</key>
28                        <string>Altpoernate</string>
29                        <key>CFBundleTypeRole</key>
30                        <string>Editor</string>
31                        <key>CFBundleTypeExtensions</key>
32                        <array>
33                                <string>eps</string>
34                                <string>EPS</string>
35                        </array>
36                </dict>
37                <dict>
38                        <key>CFBundleTypeName</key>
39                        <string>PDF document</string>
40                        <key>CFBundleTypeIconFile</key>
41                        <string>ipepdf.icns</string>
42                        <key>LSHandlerRank</key>
43                        <string>Alternate</string>
44                        <key>CFBundleTypeRole</key>
45                        <string>Editor</string>
46                        <key>CFBundleTypeExtensions</key>
47                        <array>
48                                <string>pdf</string>
49                                <string>PDF</string>
50                        </array>
51                        <key>CFBundleTypeMIMETypes</key>
52                        <array>
53                                <string>application/pdf</string>
54                        </array>
55                </dict>
56        </array>
57        <key>LSEnvironment</key>
58        <dict>
59                <key>PATH</key>
60                <string>@PREFIX@/bin:/usr/texbin:/usr/local/texbin:/usr/local/bin</string>
61        </dict>
62        <key>CFBundleDevelopmentRegion</key>
63        <string>English</string>
64        <key>CFBundleExecutable</key>
65        <string>Ipe</string>
66        <key>CFBundleIconFile</key>
67        <string>ipe.icns</string>
68        <key>CFBundleIdentifier</key>
69        <string>net.sourceforge.ipe7</string>
70        <key>CFBundleInfoDictionaryVersion</key>
71        <string>6.0</string>
72        <key>CFBundleName</key>
73        <string>Ipe</string>
74        <key>CFBundlePackageType</key>
75        <string>APPL</string>
76        <key>CFBundleShortVersionString</key>
77        <string>@VERSION@</string>
78        <key>CFBundleSignature</key>
79        <string>Ipe7</string>
80        <key>CFBundleVersion</key>
81        <string>@VERSION@</string>
82        <key>NSHumanReadableCopyright</key>
83        <string>Copyright (C) 1993-2011  Otfried Cheong</string>
84</dict>
85</plist>