From 9919f22b4f9d35fec22485f4b666f11dea4a724e Mon Sep 17 00:00:00 2001 From: Eric Wing Date: Wed, 12 May 2010 12:49:28 -0700 Subject: [PATCH] Added the automated test plist file and modified .hgignore to be less aggressive. Discovered that the new plist file for the automated test was not checked in because the .hgignore file was too aggressive. I changed the .hgignore to not ignore the Xcode directory and instead added a longer list of things to ignore. --- .hgignore | 14 +++++++++++++- Xcode/SDL/testsdl-Info.plist | 28 ++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 Xcode/SDL/testsdl-Info.plist diff --git a/.hgignore b/.hgignore index f9ca7b01b..8ec7021e9 100644 --- a/.hgignore +++ b/.hgignore @@ -14,7 +14,19 @@ build build-deps VisualC VisualCE -Xcode +# for Xcode +*.orig +*.swp +*.tmp +*.rej +*~ +*.o +*.mode1* +*.model* +*.perspective* +*.perspective* +*.pbxuser +(^|/)build($|/) .DS_Store sdl.pc include/SDL_config.h diff --git a/Xcode/SDL/testsdl-Info.plist b/Xcode/SDL/testsdl-Info.plist new file mode 100644 index 000000000..88ac6abca --- /dev/null +++ b/Xcode/SDL/testsdl-Info.plist @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.yourcompany.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSMinimumSystemVersion + ${MACOSX_DEPLOYMENT_TARGET} + NSMainNibFile + SDLMain + NSPrincipalClass + NSApplication + +