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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2802 - (hide annotations) (download)
Fri Jul 17 18:09:31 2015 UTC (8 years, 9 months ago) by schoenebeck
File size: 919 byte(s)
* Fixed Mac installer for latest release wave (LinuxSampler 2.0.0,
  Gigedit 1.0.0, libgig 4.0.0).

1 persson 2502 <?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 schoenebeck 2802 <string>1.0.0</string>
17 persson 2502 <key>CFBundleSignature</key>
18     <string>????</string>
19     <key>CFBundleVersion</key>
20 schoenebeck 2802 <string>1.0.0</string>
21 persson 2502 <key>NSHumanReadableCopyright</key>
22 schoenebeck 2802 <string>Copyright 2006 - 2015 Andreas Persson, GNU General Public License.</string>
23 persson 2502 <key>LSMinimumSystemVersion</key>
24     <string>10.5</string>
25     </dict>
26     </plist>

  ViewVC Help
Powered by ViewVC