~hypedyn-team/hypedyn/release-2.3

« back to all changes in this revision

Viewing changes to build/macosx/HypeDyn_package.app/Contents/Info.plist

  • Committer: Teong Leong
  • Date: 2011-12-21 07:31:42 UTC
  • Revision ID: teongleong@gmail.com-20111221073142-v6lzb2tsmzrvwaol
[ant] reorganised file into top level build; change temp folder to be named temp instead of build;

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>CFBundleName</key>
 
6
        <string>HypeDyn</string>
 
7
        <key>CFBundleGetInfoString</key>
 
8
        <string>2.1.7 (15 December 2011)</string>
 
9
        <key>NSHumanReadableCopyright</key>
 
10
        <string>Copyright © 2008-2011 National University of Singapore and National University of Singapore. All rights reserved.</string>
 
11
        <key>CFBundleVersion</key>
 
12
        <string>15 December 2011</string>
 
13
        <key>CFBundleShortVersionString</key>
 
14
        <string>2.1.7 rev 27</string>
 
15
        <key>CFBundleAllowMixedLocalizations</key>
 
16
        <string>true</string>
 
17
        <key>CFBundleExecutable</key>
 
18
        <string>JavaApplicationStub</string>
 
19
        <key>CFBundleDevelopmentRegion</key>
 
20
        <string>English</string>
 
21
        <key>CFBundlePackageType</key>
 
22
        <string>APPL</string>
 
23
        <key>CFBundleSignature</key>
 
24
        <string>Dyn1</string>
 
25
        <key>CFBundleInfoDictionaryVersion</key>
 
26
        <string>6.0</string>
 
27
        <key>CFBundleIconFile</key>
 
28
        <string>hypedyn.icns</string>
 
29
        <key>CFBundleIdentifier</key>
 
30
        <string>org.processing.app</string>
 
31
        <key>CFBundleDocumentTypes</key>
 
32
        <array>
 
33
                <dict>
 
34
                        <key>CFBundleTypeExtensions</key>
 
35
                        <array>
 
36
                                <string>dyn</string>
 
37
                        </array>
 
38
                        <key>CFBundleTypeIconFile</key>
 
39
                        <string>dyn.icns</string>
 
40
                        <key>CFBundleTypeName</key>
 
41
                        <string>HypeDyn Source File</string>
 
42
                        <key>CFBundleTypeMIMETypes</key>
 
43
                        <array>
 
44
                                <string>text/plain</string>
 
45
                        </array>
 
46
                        <key>CFBundleTypeOSTypes</key>
 
47
                        <array>
 
48
                                <string>TEXT</string>
 
49
                        </array>
 
50
                        <key>CFBundleTypeRole</key>
 
51
                        <string>Editor</string>
 
52
                </dict>
 
53
        </array>
 
54
        <key>Java</key>
 
55
        <dict>
 
56
                <key>VMOptions</key>
 
57
                <string>-Xms128M -Xmx256M</string>
 
58
                <key>MainClass</key>
 
59
                <string>runhypedyn</string>
 
60
                <key>JVMVersion</key>
 
61
                <string>1.6+</string>
 
62
                <key>ClassPath</key>
 
63
                <string>$JAVAROOT/kawa.jar:$JAVAROOT/hypedyn.jar</string>
 
64
                <key>Properties</key>
 
65
                <dict>
 
66
                        <key>javaroot</key>
 
67
                        <string>$JAVAROOT</string>
 
68
                        <key>JVMArchs</key>
 
69
                        <array>
 
70
                                <string>i386</string>
 
71
                                <string>ppc</string>
 
72
                        </array>
 
73
                        <key>apple.awt.showGrowBox</key>
 
74
                        <string>false</string>
 
75
                        <key>com.apple.smallTabs</key>
 
76
                        <string>true</string>
 
77
                        <key>apple.awt.Antialiasing</key>
 
78
                        <string>false</string>
 
79
                        <key>apple.awt.TextAntialiasing</key>
 
80
                        <string>true</string>
 
81
                        <key>com.apple.hwaccel</key>
 
82
                        <string>true</string>
 
83
                        <key>apple.awt.use-file-dialog-packages</key>
 
84
                        <string>false</string>
 
85
                        <key>apple.awt.graphics.UseQuartz</key>
 
86
                        <string>true</string>
 
87
                </dict>
 
88
        </dict>
 
89
</dict>
 
90
</plist>