]> git.donarmstrong.com Git - flightcrew.git/blob - src/FlightCrew-gui/resources/mac/MacOSXBundleInfo.plist
update changelog, target experimental
[flightcrew.git] / src / FlightCrew-gui / resources / mac / MacOSXBundleInfo.plist
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>CFBundleVersion</key>
6         <string>FCVERSION</string>
7         <key>NSHumanReadableCopyright</key>
8         <string>Copyright © Strahinja Markovic 2010, GNU LGPL v3, CC 3.0 BY-SA</string>
9         <key>CFBundleShortVersionString</key>
10         <string>FCVERSION</string>
11         <key>CFBundleGetInfoString</key>
12         <string>FCVERSION FlightCrew Open Source ePub Validator. See http://code.google.com/p/flightcrew/</string>
13         <key>CFBundleIdentifier</key>
14         <string>com.valloric.Sigil.app</string>
15         <key>CFBundleDevelopmentRegion</key>
16         <string>English</string>
17         <key>CFBundleExecutable</key>
18         <string>FlightCrew-gui</string>
19         <key>CFBundleInfoDictionaryVersion</key>
20         <string>6.0</string>
21         <key>CFBundleName</key>
22         <string>FlightCrew-gui</string>
23         <key>CFBundlePackageType</key>
24         <string>APPL</string>
25         <key>CFBundleSignature</key>
26         <string>Fcva</string>
27         <key>CSResourcesFileMapped</key>
28         <true/>
29 </dict>
30 </plist>