boozook / hx.NativeModule

Example project using library builded via hxcpp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Haxe-part static libraries

haxe build.macos.hxml
haxe build.ios-sim.hxml
haxe build.ios.hxml
lipo -create out/lib/cpp-ios-a*/liboutput.*.a -output out/lib/hx.fat-ios.a

Build Xcode project

cd ios; xcodebuild
cd macos; xcodebuild

About

Example project using library builded via hxcpp.


Languages

Language:Objective-C 48.9%Language:Haxe 29.6%Language:Objective-C++ 21.5%