# HG changeset patch # User Sam Lantinga # Date 1274163213 25200 # Node ID 0baef09fe7021d288a9fa064cba6d6dcf4ba7473 # Parent 3e69e077cb95d06820d50afc2321d7094d1f16e0# Parent ba66ff156955503a3d1b475ab5e0dfd658857c75 author Eric Wing Wed May 12 12:49:28 2010 -0700 (5 days ago) 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 3e69e077cb95 -r 0baef09fe702 .hgignore --- a/.hgignore Sun May 09 20:47:22 2010 -0700 +++ b/.hgignore Mon May 17 23:13:33 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 3e69e077cb95 -r 0baef09fe702 Xcode/SDL/testsdl-Info.plist --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Xcode/SDL/testsdl-Info.plist Mon May 17 23:13:33 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 + +