An open API service indexing awesome lists of open source software.

https://github.com/boozook/hx.nativemodule

Example project using library builded via hxcpp.
https://github.com/boozook/hx.nativemodule

c-plus-plus haxe hxcpp ios ios-lib macos module objc osx-lib static-library

Last synced: about 2 months ago
JSON representation

Example project using library builded via hxcpp.

Awesome Lists containing this project

README

        

## Build Haxe-part static libraries

```shell
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
```

* See [hx/readme.md](hx/README.md).

## Build Xcode project

```shell
cd ios; xcodebuild
cd macos; xcodebuild
```

* How to create Xcode-project - see [ios/readme.md](ios/README.md).
* How to create Xcode-project - see [macos/readme.md](macos/README.md).