diff options
author | Filipp Lepalaan <filipp@mac.com> | 2011-07-13 21:57:44 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2011-07-13 21:57:44 +0300 |
commit | fff8d58a80cbd8089832429f23b665983e4e8117 (patch) | |
tree | 2f102535fdd220b016ddb09b4a0eb2314054c992 /build/Debug/HammerTime.app/Contents/Info.plist | |
download | HammerTime-fff8d58a80cbd8089832429f23b665983e4e8117.tar.gz HammerTime-fff8d58a80cbd8089832429f23b665983e4e8117.tar.bz2 HammerTime-fff8d58a80cbd8089832429f23b665983e4e8117.zip |
Diffstat (limited to 'build/Debug/HammerTime.app/Contents/Info.plist')
-rw-r--r-- | build/Debug/HammerTime.app/Contents/Info.plist | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/build/Debug/HammerTime.app/Contents/Info.plist b/build/Debug/HammerTime.app/Contents/Info.plist new file mode 100644 index 0000000..27d9959 --- /dev/null +++ b/build/Debug/HammerTime.app/Contents/Info.plist @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>BuildMachineOSBuild</key> + <string>10J869</string> + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleExecutable</key> + <string>HammerTime</string> + <key>CFBundleIdentifier</key> + <string>com.yourcompany.HammerTime</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>HammerTime</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>1.0</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>1</string> + <key>DTCompiler</key> + <string></string> + <key>DTPlatformBuild</key> + <string>10M2518</string> + <key>DTPlatformVersion</key> + <string>PG</string> + <key>DTSDKBuild</key> + <string>10M2518</string> + <key>DTSDKName</key> + <string>macosx10.6</string> + <key>DTXcode</key> + <string>0400</string> + <key>DTXcodeBuild</key> + <string>10M2518</string> + <key>LSMinimumSystemVersion</key> + <string>10.6</string> + <key>NSMainNibFile</key> + <string>MainMenu</string> + <key>NSPrincipalClass</key> + <string>NSApplication</string> +</dict> +</plist> |