~vaifrax/inkscape/bugfix170049

« back to all changes in this revision

Viewing changes to packaging/macosx/ScriptExec/Info.plist

  • Committer: mental
  • Date: 2006-01-16 02:36:01 UTC
  • Revision ID: mental@users.sourceforge.net-20060116023601-wkr0h7edl5veyudq
moving trunk for module inkscape

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
 
3
<plist version="0.9">
 
4
<dict>
 
5
        <key>CFBundleDevelopmentRegion</key>
 
6
        <string>English</string>
 
7
        <key>CFBundleDocumentTypes</key>
 
8
        <array>
 
9
                <dict>
 
10
                        <key>CFBundleTypeExtensions</key>
 
11
                        <array>
 
12
                                <string>*</string>
 
13
                        </array>
 
14
                        <key>CFBundleTypeName</key>
 
15
                        <string>All</string>
 
16
                        <key>CFBundleTypeOSTypes</key>
 
17
                        <array>
 
18
                                <string>****</string>
 
19
                        </array>
 
20
                        <key>CFBundleTypeRole</key>
 
21
                        <string>Viewer</string>
 
22
                </dict>
 
23
        </array>
 
24
        <key>CFBundleExecutable</key>
 
25
        <string>ScriptExec</string>
 
26
        <key>CFBundleIconFile</key>
 
27
        <string></string>
 
28
        <key>CFBundleIdentifier</key>
 
29
        <string>com.apple.myCarbonNibApp</string>
 
30
        <key>CFBundleInfoDictionaryVersion</key>
 
31
        <string>6.0</string>
 
32
        <key>CFBundlePackageType</key>
 
33
        <string>APPL</string>
 
34
        <key>CFBundleSignature</key>
 
35
        <string>????</string>
 
36
        <key>CFBundleVersion</key>
 
37
        <string>1.1</string>
 
38
</dict>
 
39
</plist>