~ubuntu-branches/ubuntu/trusty/blender/trusty

« back to all changes in this revision

Viewing changes to release/darwin/blenderplayer.app/Contents/Info.plist

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-03-06 12:08:47 UTC
  • mfrom: (1.5.1) (14.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20130306120847-frjfaryb2zrotwcg
Tags: 2.66a-1ubuntu1
* Resynchronize with Debian (LP: #1076930, #1089256, #1052743, #999024,
  #1122888, #1147084)
* debian/control:
  - Lower build-depends on libavcodec-dev since we're not
    doing the libav9 transition in Ubuntu yet

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>CFBundleInfoDictionaryVersion</key>
 
6
        <string>6.0</string>
 
7
        <key>CFBundleExecutable</key>
 
8
        <string>blenderplayer</string>
 
9
        <key>CFBundlePackageType</key>
 
10
        <string>APPL</string>
 
11
        <key>CFBundleSignature</key>
 
12
        <string>????</string>
 
13
        <key>CFBundleIconFile</key>
 
14
        <string>blender player icon.icns</string>
 
15
        <key>CFBundleName</key>
 
16
        <string>BlenderPlayer</string>
 
17
        <key>CFBundleIdentifier</key>
 
18
        <string>org.blenderfoundation.blenderplayer</string>
 
19
        <key>CFBundleVersion</key>
 
20
        <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}, Blender Foundation</string>
 
21
        <key>CFBundleShortVersionString</key>
 
22
        <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
 
23
        <key>CFBundleGetInfoString</key>
 
24
        <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}, Blender Foundation</string>
 
25
        <key>CFBundleDocumentTypes</key>
 
26
        <array>
 
27
                <dict>
 
28
                        <key>CFBundleTypeIconFile</key>
 
29
                        <string>blender file icon.icns</string>
 
30
                        <key>CFBundleTypeName</key>
 
31
                        <string>Blender File</string>
 
32
                        <key>CFBundleTypeOSTypes</key>
 
33
                        <array>
 
34
                                <string>BLND</string>
 
35
                        </array>
 
36
                        <key>CFBundleTypeExtensions</key>
 
37
                        <array>
 
38
                                <string>blend</string>
 
39
                        </array>
 
40
                        <key>CFBundleTypeRole</key>
 
41
                        <string>Viewer</string>
 
42
                        <key>LSIsAppleDefaultForType</key>
 
43
                        <false/>
 
44
                </dict>
 
45
        </array>
 
46
        <key>NSPrincipalClass</key>
 
47
        <string>NSApplication</string>
 
48
        <key>NSHighResolutionCapable</key>
 
49
        <true/>
 
50
</dict>
 
51
</plist>