# HG changeset patch # User Sam Lantinga # Date 1302051428 25200 # Node ID 7cf203db63f64dfabd7e9548506ab03e5b1f8c90 # Parent 8a04b596b472de9d5e505425a29dacd41d0d95c6 Fixed bug 1177 (testsdl ios crash) Vittorio Giovara 2011-04-05 13:18:07 PDT The test application called "testsdl" inside the iOS project file crashes at launch time. The fix is trivial, removing the reference to MainWindow (as there are no Nibs included) from the Info.plist file. diff -r 8a04b596b472 -r 7cf203db63f6 Xcode-iPhoneOS/SDL/testsdl-Info.plist --- a/Xcode-iPhoneOS/SDL/testsdl-Info.plist Tue Apr 05 09:50:25 2011 -0700 +++ b/Xcode-iPhoneOS/SDL/testsdl-Info.plist Tue Apr 05 17:57:08 2011 -0700 @@ -16,7 +16,5 @@ ???? CFBundleVersion 1.0 - NSMainNibFile - MainWindow