~ubuntu-branches/ubuntu/lucid/graphviz/lucid-updates

« back to all changes in this revision

Viewing changes to macosx/Info.plist.in

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2008-06-19 20:23:23 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080619202323-ls23h96ntj9ny94m
Tags: 2.18-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Build depend on liblualib50-dev instead of liblua5.1-0-dev.
  - Drop libttf-dev (libttf-dev is in universe) (LP: #174749).
  - Replace gs-common with ghostscript.
  - Build-depend on python-dev instead of python2.4-dev or python2.5-dev.
  - Mention the correct python version for the python bindings in the
    package description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>CFBundleDevelopmentRegion</key>
 
6
        <string>English</string>
 
7
        <key>CFBundleDocumentTypes</key>
 
8
        <array>
 
9
                <dict>
 
10
                        <key>CFBundleTypeIconFile</key>
 
11
                        <string>Graph.icns</string>
 
12
                        <key>CFBundleTypeName</key>
 
13
                        <string>GVDocumentTypeGraph</string>
 
14
                        <key>CFBundleTypeRole</key>
 
15
                        <string>Viewer</string>
 
16
                        <key>LSItemContentTypes</key>
 
17
                        <array>
 
18
                                <string>com.att.graphviz.dot</string>
 
19
                        </array>
 
20
                        <key>NSDocumentClass</key>
 
21
                        <string>GVDocument</string>
 
22
                </dict>
 
23
        </array>
 
24
        <key>CFBundleExecutable</key>
 
25
        <string>${EXECUTABLE_NAME}</string>
 
26
        <key>CFBundleIconFile</key>
 
27
        <string>Graphviz</string>
 
28
        <key>CFBundleIdentifier</key>
 
29
        <string>com.att.graphviz</string>
 
30
        <key>CFBundleInfoDictionaryVersion</key>
 
31
        <string>6.0</string>
 
32
        <key>CFBundleName</key>
 
33
        <string>${PRODUCT_NAME}</string>
 
34
        <key>CFBundlePackageType</key>
 
35
        <string>APPL</string>
 
36
        <key>CFBundleSignature</key>
 
37
        <string>GRVZ</string>
 
38
        <key>CFBundleShortVersionString</key>
 
39
        <string>2.17</string>
 
40
        <key>CFBundleVersion</key>
 
41
        <string>@VERSION@</string>
 
42
        <key>NSMainNibFile</key>
 
43
        <string>MainMenu</string>
 
44
        <key>NSPrincipalClass</key>
 
45
        <string>NSApplication</string>
 
46
        
 
47
        <key>UTExportedTypeDeclarations</key>
 
48
        <array>
 
49
                <dict>
 
50
                        <key>UTTypeDescription</key>
 
51
                        <string>GVDocumentTypeGraph</string>
 
52
                        <key>UTTypeConformsTo</key>
 
53
                        <array>
 
54
                                <string>public.text</string>
 
55
                        </array>
 
56
                        <key>UTTypeIconFile</key>
 
57
                        <string>Graph.icns</string>
 
58
                        <key>UTTypeIdentifier</key>
 
59
                        <string>com.att.graphviz.dot</string>
 
60
                        <key>UTTypeTagSpecification</key>
 
61
                        <dict>
 
62
                                <key>public.filename-extension</key>
 
63
                                <array>
 
64
                                        <string>dot</string>
 
65
                                </array>
 
66
                                <key>public.mime-type</key>
 
67
                                <array>
 
68
                                        <string>text/x-graphviz</string>
 
69
                                </array>
 
70
                        </dict>
 
71
                </dict>
 
72
        </array>
 
73
</dict>
 
74
</plist>