dungeon_crawler

diff prototype/build/macinfo.plist @ 13:6a650b3b7084

mac crap
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 19 Aug 2012 05:50:58 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/prototype/build/macinfo.plist	Sun Aug 19 05:50:58 2012 +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>proto</string>
    1.10 +	<key>CFBundleDisplayName</key><string>prototype</string>
    1.11 +	<key>CFBundleName</key><string>Dungeon Crawler Prototype</string>
    1.12 +	<key>CFBundleIdentifier</key><string>com.mindlapse.dcrawl</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>