Hey all,
My implementation is pretty cludgey right now - you have to to compile the enet .dylib that the haxe code will talk to, then manually copy the dylib into the .app file that Lime builds when running 'lime test mac'
I'm wondering if there's some way to automate the latter half of this process, but I'm a bit unfamiliar with the the lime compile process. Basically, I just want the dylib to automatically be copied into the .app - is it just a matter of dumping the dylib somewhere? or adding a line to project.xml or something?
Thanks!