# HG changeset patch # User Eric Wing # Date 1273693768 25200 # Node ID ba66ff156955503a3d1b475ab5e0dfd658857c75 # Parent 4011619aab7e5a52d5658b967c865fdae962db97 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. diff -r 4011619aab7e -r ba66ff156955 .hgignore --- a/.hgignore Sun May 09 07:00:28 2010 -0700 +++ b/.hgignore Wed May 12 12:49:28 2010 -0700 @@ -14,7 +14,19 @@ 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 -r 4011619aab7e -r ba66ff156955 Xcode/SDL/testsdl-Info.plist --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Xcode/SDL/testsdl-Info.plist Wed May 12 12:49:28 2010 -0700 @@ -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 + +