source: ntrip/trunk/BNC/packaging/Info.plist.in@ 11017

Last change on this file since 11017 was 11016, checked in by stuerze, 6 days ago

clean packaging script

File size: 886 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>CFBundleExecutable</key>
6 <string>bnc</string>
7 <key>CFBundleIconFile</key>
8 <string>bnc.icns</string>
9 <key>CFBundleIdentifier</key>
10 <string>de.bund.bkg.bnc</string>
11 <key>CFBundleInfoDictionaryVersion</key>
12 <string>6.0</string>
13 <key>CFBundleName</key>
14 <string>BNC</string>
15 <key>CFBundleDisplayName</key>
16 <string>BNC</string>
17 <key>CFBundlePackageType</key>
18 <string>APPL</string>
19 <key>CFBundleShortVersionString</key>
20 <string>$${BNC_VERSION}</string>
21 <key>CFBundleVersion</key>
22 <string>$${BNC_VERSION}</string>
23 <key>CFBundleSignature</key>
24 <string>????</string>
25 <key>NSPrincipalClass</key>
26 <string>NSApplication</string>
27 <key>NSHighResolutionCapable</key>
28 <true/>
29</dict>
30</plist>
Note: See TracBrowser for help on using the repository browser.