/[svn]/misc/trunk/mac_package_builder/Info.plist
ViewVC logotype

Contents of /misc/trunk/mac_package_builder/Info.plist

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2502 - (show annotations) (download)
Sat Jan 11 14:05:03 2014 UTC (10 years, 2 months ago) by persson
File size: 919 byte(s)
* added Gigedit to mac package

1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//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>gigedit</string>
9 <key>CFBundleIdentifier</key>
10 <string>org.linuxsampler.gigedit</string>
11 <key>CFBundleInfoDictionaryVersion</key>
12 <string>6.0</string>
13 <key>CFBundlePackageType</key>
14 <string>APPL</string>
15 <key>CFBundleShortVersionString</key>
16 <string>0.2.0</string>
17 <key>CFBundleSignature</key>
18 <string>????</string>
19 <key>CFBundleVersion</key>
20 <string>0.2.0</string>
21 <key>NSHumanReadableCopyright</key>
22 <string>Copyright 2006 - 2014 Andreas Persson, GNU General Public License.</string>
23 <key>LSMinimumSystemVersion</key>
24 <string>10.5</string>
25 </dict>
26 </plist>

  ViewVC Help
Powered by ViewVC