source: other-projects/expeditee-release-kits/shared/mac/Wrapper.app/Contents/Info.plist@ 28728

Last change on this file since 28728 was 28728, checked in by ak19, 10 years ago

Expeditee team (jts21). Modify release kits to generate a working Mac app (hopefully - to be tested)

File size: 720 bytes
RevLine 
[28695]1<?xml version="1.0" encoding="UTF-8"?>
[28727]2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
[28695]4<dict>
5 <key>CFBundleName</key>
[28728]6 <string>@projectname@</string>
[28695]7 <key>CFBundleVersion</key>
[28728]8 <string>@version@</string>
[28695]9 <key>CFBundleAllowMixedLocalizations</key>
10 <string>true</string>
11 <key>CFBundleExecutable</key>
[28727]12 <string>Expeditee</string>
[28695]13 <key>CFBundleDevelopmentRegion</key>
14 <string>English</string>
15 <key>CFBundlePackageType</key>
16 <string>APPL</string>
17 <key>CFBundleGetInfoString</key>
[28727]18 <string></string>
[28695]19 <key>CFBundleInfoDictionaryVersion</key>
20 <string>6.0</string>
21 <key>CFBundleIconFile</key>
22 <string>icon.icns</string>
23</dict>
24</plist>
Note: See TracBrowser for help on using the repository browser.