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

« back to all changes in this revision

Viewing changes to source/darwin/set_simulation_threads.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>CFBundleAllowMixedLocalizations</key>
6
 
        <true/>
7
 
        <key>CFBundleDevelopmentRegion</key>
8
 
        <string>English</string>
9
 
        <key>CFBundleExecutable</key>
10
 
        <string>applet</string>
11
 
        <key>CFBundleIconFile</key>
12
 
        <string>applet</string>
13
 
        <key>CFBundleInfoDictionaryVersion</key>
14
 
        <string>6.0</string>
15
 
        <key>CFBundleName</key>
16
 
        <string>set_simulation_threads</string>
17
 
        <key>CFBundlePackageType</key>
18
 
        <string>APPL</string>
19
 
        <key>CFBundleSignature</key>
20
 
        <string>aplt</string>
21
 
        <key>LSMinimumSystemVersionByArchitecture</key>
22
 
        <dict>
23
 
                <key>x86_64</key>
24
 
                <string>10.6</string>
25
 
        </dict>
26
 
        <key>LSRequiresCarbon</key>
27
 
        <true/>
28
 
        <key>WindowState</key>
29
 
        <dict>
30
 
                <key>dividerCollapsed</key>
31
 
                <false/>
32
 
                <key>eventLogLevel</key>
33
 
                <integer>-1</integer>
34
 
                <key>name</key>
35
 
                <string>ScriptWindowState</string>
36
 
                <key>positionOfDivider</key>
37
 
                <real>493</real>
38
 
                <key>savedFrame</key>
39
 
                <string>698 332 1163 846 0 0 1920 1178 </string>
40
 
                <key>selectedTabView</key>
41
 
                <string>result</string>
42
 
        </dict>
43
 
</dict>
44
 
</plist>