sgl

view tests/tests-macinfo.plist @ 22:b5c852d7661e

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 26 Jun 2011 23:57:53 +0300
parents
children
line source
1 <?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><string>Global</string>
6 <key>CFBundleExecutable</key><string>test</string>
7 <key>CFBundleDisplayName</key><string>sgltest</string>
8 <key>CFBundleName</key><string>SGL Simple Example</string>
9 <key>CFBundleIdentifier</key><string>com.mindlapse.test</string>
10 <key>CFBundlePackageType</key><string>APPL</string>
11 <key>CFBundleSignature</key><string>cglt</string>
12 <key>CFBundleShortVersionString</key><string>0.1</string>
13 <key>CFBundleVersion</key><string>0.1</string>
14 <key>CFBundleInfoDictionaryVersion</key><string>6.0</string>
15 </dict>
16 </plist>