alpaca-core / ac-local

Alpaca Core local inference SDK
MIT License
1 stars 0 forks source link

Swift & Cocoa wrappers #147

Closed pminev closed 2 weeks ago

pminev commented 3 weeks ago

This PR contains:

We're using XCTest for Swift and ObjC++ tests because it seems like it's the only library which is directly supported from CMake. However, we couldn't make it work out-of-the-box without Xcode, to do that we've included 3rd part Cmake Module which adds additional setup to the toolchain, so we can properly test without Xcode (Which will be helpful for non-Mac developers).