Mercurial > sdl-ios-xcode
view Xcode/SDL/pkg-support/devel-resources/Welcome.txt @ 5271:e107518710f6
Removed private API use that was causing AppStore rejection
Pavel Kanzelsberger to SDL
I tried to submit a SDL application to the Mac AppStore and it got rejected because SDL cocoa is using a Private (non-public) API. Problematic part is here:
SDL_cocoaevents.m
@implementation NSApplication(SDL)
- (void)setRunning
{
_running = 1;
}
@end
Symbol _running in NSApplication is private and shouldn't be used. Any ideas what could I do about this?
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 12 Feb 2011 07:57:35 -0800 |
parents | d63e9f5944ae |
children |
line wrap: on
line source
This package installs documentation and Project Builder stationary for the SDL framework. The SDL documentation is installed into /Developer/Documentation/SDL. The SDL Mac OS X Readme is installed into your home directory.