sgl
diff 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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tests/tests-macinfo.plist Sun Jun 26 23:57:53 2011 +0300 1.3 @@ -0,0 +1,16 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 1.6 +<plist version="1.0"> 1.7 +<dict> 1.8 + <key>CFBundleDevelopmentRegion</key><string>Global</string> 1.9 + <key>CFBundleExecutable</key><string>test</string> 1.10 + <key>CFBundleDisplayName</key><string>sgltest</string> 1.11 + <key>CFBundleName</key><string>SGL Simple Example</string> 1.12 + <key>CFBundleIdentifier</key><string>com.mindlapse.test</string> 1.13 + <key>CFBundlePackageType</key><string>APPL</string> 1.14 + <key>CFBundleSignature</key><string>cglt</string> 1.15 + <key>CFBundleShortVersionString</key><string>0.1</string> 1.16 + <key>CFBundleVersion</key><string>0.1</string> 1.17 + <key>CFBundleInfoDictionaryVersion</key><string>6.0</string> 1.18 +</dict> 1.19 +</plist>