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
Line 
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>@projectname@</string>
7 <key>CFBundleVersion</key>
8 <string>@version@</string>
9 <key>CFBundleAllowMixedLocalizations</key>
10 <string>true</string>
11 <key>CFBundleExecutable</key>
12 <string>Expeditee</string>
13 <key>CFBundleDevelopmentRegion</key>
14 <string>English</string>
15 <key>CFBundlePackageType</key>
16 <string>APPL</string>
17 <key>CFBundleGetInfoString</key>
18 <string></string>
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.