From 9ad4b88de9e92b185f3efac154544b9792704a9f Mon Sep 17 00:00:00 2001 From: Martin Fuhrer Date: Sun, 29 Jun 2008 00:28:52 +0000 Subject: [PATCH] XCode project invokes Makefile to automatically generate tp_magic_api.h. Updates for release 0.9.20 --- macosx/Info.plist | 6 +++--- macosx/tp_magic_api.h | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 macosx/tp_magic_api.h diff --git a/macosx/Info.plist b/macosx/Info.plist index d05e60fcf..1e48486fb 100644 --- a/macosx/Info.plist +++ b/macosx/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable Tux Paint CFBundleGetInfoString - 0.9.19, Copyright 2008, Tux Paint Development Team + 0.9.20, Copyright 2008, Tux Paint Development Team CFBundleIconFile tuxpaint.icns CFBundleIdentifier @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.9.19 + 0.9.20 CFBundleSignature TXPT CFBundleVersion - 2008-02-21 + 2008-06-28 NSMainNibFile SDLMain NSPrincipalClass diff --git a/macosx/tp_magic_api.h b/macosx/tp_magic_api.h deleted file mode 100644 index b37f1bd0f..000000000 --- a/macosx/tp_magic_api.h +++ /dev/null @@ -1 +0,0 @@ -#include "../src/tp_magic_api.h"