diff options
author | Bernd Wachter <bwachter-tmw@lart.info> | 2011-01-07 18:24:23 +0200 |
---|---|---|
committer | Bernd Wachter <bwachter-tmw@lart.info> | 2011-01-07 18:24:23 +0200 |
commit | 712545d76899b80a4776b51348450e3b6f014a8b (patch) | |
tree | b6d90b126f0dbcdac0243e6396792b3953c74e43 /Info.plist | |
parent | dfca3c3aa8144a1b1fbae49fbeaa94ed1307c067 (diff) | |
download | mana-712545d76899b80a4776b51348450e3b6f014a8b.tar.gz mana-712545d76899b80a4776b51348450e3b6f014a8b.tar.bz2 mana-712545d76899b80a4776b51348450e3b6f014a8b.tar.xz mana-712545d76899b80a4776b51348450e3b6f014a8b.zip |
Remove old xcode stuff
Diffstat (limited to 'Info.plist')
-rw-r--r-- | Info.plist | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/Info.plist b/Info.plist deleted file mode 100644 index b5fecbee..00000000 --- a/Info.plist +++ /dev/null @@ -1,30 +0,0 @@ -<?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>CFBundleDevelopmentRegion</key> - <string>English</string> - <key>CFBundleExecutable</key> - <string>${EXECUTABLE_NAME}</string> - <key>CFBundleIconFile</key> - <string>mana.icns</string> - <key>CFBundleIdentifier</key> - <string>Mana</string> - <key>CFBundleName</key> - <string>${PRODUCT_NAME}</string> - <key>CFBundlePackageType</key> - <string>APPL</string> - <key>CFBundleSignature</key> - <string>Mana</string> - <key>CFBundleVersion</key> - <string>1.0</string> - <key>NSHumanReadableCopyright</key> - <string>Copyright 2009 Mana Development Team</string> - <key>NSMainNibFile</key> - <string>SDLMain</string> - <key>NSPrincipalClass</key> - <string>NSApplication</string> - <key>NSPrincipleClass</key> - <string>NSApplication</string> -</dict> -</plist> |