~ubuntu-branches/ubuntu/wily/ginkgocadx/wily-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/Info.plist.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2011-05-02 08:09:26 UTC
  • Revision ID: james.westby@ubuntu.com-20110502080926-bql5wep49c7hg91t
Tags: upstream-2.4.1.1
ImportĀ upstreamĀ versionĀ 2.4.1.1

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>CFBundleExecutable</key>
 
8
        <string>${PLUGIN_NAME}</string>
 
9
        <key>CFBundleGetInfoString</key>
 
10
    <string>${PLUGIN_NAME} ${FBSTRING_PLUGIN_VERSION}, ${FBSTRING_LegalCopyright}</string>
 
11
        <key>CFBundleIdentifier</key>
 
12
    <string>com.${ACTIVEX_PROGID}</string>
 
13
        <key>CFBundleIconFile</key>
 
14
        <string>cadxcore.icns</string>
 
15
        <key>CFBundleInfoDictionaryVersion</key>
 
16
        <string>6.0</string>
 
17
        <key>CFBundlePackageType</key>
 
18
        <string>BRPL</string>
 
19
        <key>CFBundleShortVersionString</key>
 
20
    <string>${PLUGIN_NAME} ${FBSTRING_PLUGIN_VERSION}</string>
 
21
        <key>CFBundleSignature</key>
 
22
        <string>????</string>
 
23
        <key>CFBundleVersion</key>
 
24
    <string>${FBSTRING_PLUGIN_VERSION}</string>
 
25
        <key>CFPlugInDynamicRegisterFunction</key>
 
26
        <string></string>
 
27
        <key>CFPlugInDynamicRegistration</key>
 
28
        <string>NO</string>
 
29
        <key>CFPlugInFactories</key>
 
30
        <dict>
 
31
                <key>00000000-0000-0000-0000-000000000000</key>
 
32
                <string>MyFactoryFunction</string>
 
33
        </dict>
 
34
        <key>CFPlugInTypes</key>
 
35
        <dict>
 
36
                <key>00000000-0000-0000-0000-000000000000</key>
 
37
                <array>
 
38
                        <string>00000000-0000-0000-0000-000000000000</string>
 
39
                </array>
 
40
        </dict>
 
41
        <key>CFPlugInUnloadFunction</key>
 
42
        <string></string>
 
43
        <key>WebPluginName</key>
 
44
        <string>${FBSTRING_ProductName}</string>
 
45
        <key>WebPluginDescription</key>
 
46
        <string>${FBSTRING_FileDescription}</string>
 
47
        <key>WebPluginMIMETypes</key>
 
48
        <dict>
 
49
                <key>${FBSTRING_MIMEType}</key>
 
50
                <dict>
 
51
                        <key>WebPluginTypeDescription</key>
 
52
                        <string>${FBSTRING_FileDescription}</string>
 
53
                </dict>
 
54
        </dict>
 
55
</dict>
 
56
</plist>
 
57