0.3.1
Built platforms: Windows, Linux/X11, OSX, Android
Note: OSX .dylib is not signed and will need explicit permission from the user or codesigning for running.
Added
- Support for
codesigning OSX builds directly from make invocation.
The optional parameters areCODE_SIGN_IDENTITYandOTHER_CODE_SIGN_FLAGS. LUA_BINoption for specifying a Lua command other thanluawhen buildingnative-luajitmake target, used by CIunzip-to-buildmake target, for unzipping artifacts from CI to build folder
Fixed
stripinvocation on OSX builds- Update build GitHub Actions workflow with newer build pipeline
Changed
- Added
build/.gdignoreto distribution, to stop Godot from trying to import
build/jit/*.luafiles - Added default values for
MACOSX_DEPLOYMENT_TARGET, making it an optional
parameter for OSX builds