PrimaryFeather / Sparrow-Framework

The Open Source Game Engine for iOS
http://www.sparrow-framework.org
Other
538 stars 173 forks source link

Quick fix for issue 1010 #1011

Closed Odie closed 13 years ago

Odie commented 13 years ago

It's a pretty simple patch. Fixes problems with unit tests that loads resources. [I must be getting old because I'm saying the same thing so many times!] =)

PrimaryFeather commented 13 years ago

Thanks for creating the pull request! I will check it out and most probably merge this into the core.

PrimaryFeather commented 13 years ago

Closed with #1007.

I moved the changes you proposed into a new extension method of NSBundle ([NSBundle appBundle]), and call this method instead of [NSBundle mainBundle].

Thanks again for your help!!