slycrel / JSTileMap

TMX Map viewer for SpriteKit
Other
212 stars 34 forks source link

Support for OSX? #5

Closed charlie-s closed 10 years ago

charlie-s commented 10 years ago

I'm fairly new to Xcode. It looks like a lot of the NSCoder method calls in JSTileMap.m are calling explicit iOS methods that are slightly different in OSX. I've changed them over by hand to attempt to get this to work with some OSX SpriteKit stuff I'm playing with. Is there a way to support both in the same repo or do the different APIs prohibit that?

slycrel commented 10 years ago

Short answer is yes. Check out this issue here for some more information. https://github.com/slycrel/JSTileMap/issues/4

I'll make some time in the next few days to integrate that into the main branch for official mac support. I started down that road last week but haven't finished it off yet.

charlie-s commented 10 years ago

Sounds great, thanks.