annotate tests/tests-macinfo.plist @ 40:f7de32814f34
sortof made the ios backend to compile and run ... sortof
author |
John Tsiombikas <nuclear@member.fsf.org> |
date |
Thu, 28 Jun 2012 03:42:26 +0300 |
parents |
|
children |
|
rev |
line source |
nuclear@22
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
nuclear@22
|
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
nuclear@22
|
3 <plist version="1.0">
|
nuclear@22
|
4 <dict>
|
nuclear@22
|
5 <key>CFBundleDevelopmentRegion</key><string>Global</string>
|
nuclear@22
|
6 <key>CFBundleExecutable</key><string>test</string>
|
nuclear@22
|
7 <key>CFBundleDisplayName</key><string>sgltest</string>
|
nuclear@22
|
8 <key>CFBundleName</key><string>SGL Simple Example</string>
|
nuclear@22
|
9 <key>CFBundleIdentifier</key><string>com.mindlapse.test</string>
|
nuclear@22
|
10 <key>CFBundlePackageType</key><string>APPL</string>
|
nuclear@22
|
11 <key>CFBundleSignature</key><string>cglt</string>
|
nuclear@22
|
12 <key>CFBundleShortVersionString</key><string>0.1</string>
|
nuclear@22
|
13 <key>CFBundleVersion</key><string>0.1</string>
|
nuclear@22
|
14 <key>CFBundleInfoDictionaryVersion</key><string>6.0</string>
|
nuclear@22
|
15 </dict>
|
nuclear@22
|
16 </plist>
|