From 7a2554432b0b5e58383eebb4bc66ed818e4e7536 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 5 Apr 2011 17:57:08 -0700 Subject: [PATCH] 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. --- Xcode-iPhoneOS/SDL/testsdl-Info.plist | 2 -- 1 file changed, 2 deletions(-) diff --git a/Xcode-iPhoneOS/SDL/testsdl-Info.plist b/Xcode-iPhoneOS/SDL/testsdl-Info.plist index 789bf7877..af9a1cadb 100644 --- a/Xcode-iPhoneOS/SDL/testsdl-Info.plist +++ b/Xcode-iPhoneOS/SDL/testsdl-Info.plist @@ -16,7 +16,5 @@ ???? CFBundleVersion 1.0 - NSMainNibFile - MainWindow