0.4.0
Built platforms: Windows, Linux/X11, OSX, iOS, Android
Notes: OSX .dylib
is not signed and will need explicit permission from the user or codesigning for running. iOS .dylib
s are not signed and require codesigning before building the application.
Added
- Support for running without JIT enabled
- Support for iOS builds
export
function, an alias forproperty
that always marks the property as
exported
Fixed
- Quote
CODE_SIGN_IDENTITY
argument passed tocodesign
invocations - ABI mismatch for math types in Linux x86_64 + Mono (#4)
Changed
- BREAKING CHANGE: properties are not exported by default. Either pass
a usage with thePropertyUsage.EDITOR
bit set or callexport
instead of
property