lib/joybox/joybox-ios.rb in joybox-0.0.6 vs lib/joybox/joybox-ios.rb in joybox-1.0.0

- old
+ new

@@ -19,22 +19,20 @@ app.libs << "/usr/lib/libz.dylib" cocos2d_vendor = File.expand_path(File.join(platform_vendor, "cocos_2d")) - box2d_vendor = File.expand_path(File.join(platform_vendor, "Box2D.framework")) + box2d_vendor = File.expand_path(File.join(platform_vendor, "box_2d")) app.vendor_project(cocos2d_vendor, :static, :products => ["libcocos2d.a"], - :headers_dir => "include", :bridgesupport_cflags => "-D__CC_PLATFORM_IOS -ISupport -IPlatforms -IPlatforms/iOS", :bridgesupport_exceptions => ["cocos_2d_exceptions.bridgesupport"]) app.vendor_project(box2d_vendor, :static, - :products => ['Box2D'], - :headers_dir => "Headers") + :products => ['libBox2D.a']) # Scans app.files until it finds app/ (the default) # if found, it inserts just before those files, otherwise it will insert to # the end of the list \ No newline at end of file