CartBlanche / MonoGame-Samples

All the Samples that work with MonoGame
https://github.com/MonoGame/MonoGame
712 stars 354 forks source link

Makes most Mac/iOS samples run again after GamePlatform change #5

Closed ghost closed 12 years ago

ghost commented 12 years ago

Removed unnecessary using statements around games created in ApplicationDidFinishLaunching. Game.Run on Mac and iOS is non-blocking by default, so Disposing these objects immediately after Run was incorrect.

Added missing(?) Info.plist files to many of the iOS sample projects

I apologize–I meant to do a pull request for this a month ago and forgot. I hope this hasn't caused too much trouble in the mean time.

CartBlanche commented 12 years ago

Strangely enough, I was just about to send a pull request for exactly this very change. I'll pull this in.