From 44c1a2c5435f92d26dd1ed9ec0c666d3aff58796 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 31 Dec 2011 13:34:40 -0500 Subject: [PATCH] Fixed bug 1279 - Apps with SDL_* frameworks get rejected from Mac App Store Vern Jensen 2011-08-16 13:08:21 PDT Application Loader rejects any apps that include SDL_Image.framework, complaining that "SDL_Image is an invalid bundle identifier." The solution is simple: rebuild the framework with "SDLImage" as the bundle identifier. Apparently it doesn't like underscores. --- README | 3 +-- Xcode/SDL_mixer.xcodeproj/project.pbxproj | 12 ++++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README b/README index 2553d443..b17cfe68 100644 --- a/README +++ b/README @@ -39,6 +39,5 @@ from: http://www.libsdl.org/projects/mixer/timidity/timidity.tar.gz and unpack them in /usr/local/lib under UNIX, and C:\ under Win32. -This library is available under the GNU Library General Public License, -see the file "COPYING" for details. +This library is under the zlib license, see the file "COPYING" for details. diff --git a/Xcode/SDL_mixer.xcodeproj/project.pbxproj b/Xcode/SDL_mixer.xcodeproj/project.pbxproj index a1278591..7f717bf2 100755 --- a/Xcode/SDL_mixer.xcodeproj/project.pbxproj +++ b/Xcode/SDL_mixer.xcodeproj/project.pbxproj @@ -757,7 +757,7 @@ "-sub_umbrella", smpeg, ); - PRODUCT_NAME = SDL_mixer; + PRODUCT_NAME = SDLmixer; SECTORDER_FLAGS = ""; WARNING_CFLAGS = ( "-Wall", @@ -832,7 +832,7 @@ "-sub_umbrella", smpeg, ); - PRODUCT_NAME = SDL_mixer; + PRODUCT_NAME = SDLmixer; SECTORDER_FLAGS = ""; WARNING_CFLAGS = ( "-Wall", @@ -904,7 +904,7 @@ "-sub_umbrella", smpeg, ); - PRODUCT_NAME = SDL_mixer; + PRODUCT_NAME = SDLmixer; SECTORDER_FLAGS = ""; WARNING_CFLAGS = ( "-Wall", @@ -955,7 +955,7 @@ ); OTHER_LIBTOOL_FLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = SDL_mixer; + PRODUCT_NAME = SDLmixer; REZ_EXECUTABLE = YES; SECTORDER_FLAGS = ""; WARNING_CFLAGS = ( @@ -1011,7 +1011,7 @@ ); OTHER_LIBTOOL_FLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = SDL_mixer; + PRODUCT_NAME = SDLmixer; REZ_EXECUTABLE = YES; SECTORDER_FLAGS = ""; WARNING_CFLAGS = ( @@ -1063,7 +1063,7 @@ ); OTHER_LIBTOOL_FLAGS = ""; OTHER_REZFLAGS = ""; - PRODUCT_NAME = SDL_mixer; + PRODUCT_NAME = SDLmixer; REZ_EXECUTABLE = YES; SECTORDER_FLAGS = ""; WARNING_CFLAGS = (