Skip to content

Commit

Permalink
Fixed bug 1177 (testsdl ios crash)
Browse files Browse the repository at this point in the history
 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.
  • Loading branch information
slouken committed Apr 6, 2011
1 parent 2f81afa commit 6f85f53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Xcode-iPhoneOS/SDL/testsdl-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>NSMainNibFile</key>
<string>MainWindow</string>
</dict>
</plist>

0 comments on commit 6f85f53

Please sign in to comment.