mikeash / MAObjCRuntime

ObjC wrapper for ObjC runtime API
Other
1.53k stars 189 forks source link

Static analyzer fixes #14

Closed MihaiDamian closed 11 years ago

MihaiDamian commented 11 years ago

I added a few fixes for static analyser warnings about garbage data getting returned from functions and a leak.

I also did the recommended Xcode project upgrades suggested by Xcode 4.6 - that part is probably less important.

Finally I added a few paths in the .gitignore file for common Xcode project user specific configuration files.