Skip to content

nef version 0.1.7

Compare
Choose a tag to compare
@miguelangel-dev miguelangel-dev released this 26 Apr 13:29
· 640 commits to master since this release
0b9a455

Bug Fixes

  • Fixed a bug in nefc linker: added supports to use/compile Apple frameworks like XCTest.

Misc. Updates

  • Added supports to XCTest: now you can import XCTest and use NefTest helper to run your test cases. ex. use: Nef.run(testCase: ExampleTests.self)
  • Support for caching nefc. Build project and dependencies using previously cached ouputs - if it is possible. ex. use: nef compile . --use-cache