05nelsonm / kmp-tor-binary

Apache License 2.0
5 stars 2 forks source link

Update `build-env` to `0.1.3` #171

Closed 05nelsonm closed 8 months ago

05nelsonm commented 8 months ago

This PR adds a new build target by splitting up the macos builds into 2 categories, LTS and native. LTS utilizes MacOSX12.3.sdk providing a minimum osx version of 10.9, and is what the Jvm and Js source sets consume. macosArm64 and macosX64 consume a version of tor built against MacOSX14.0.sdk (from Xcode 15.0.1), which will be updated to the suggested Xcode version for kotlin.

It also sets up some initial support for iOS (it's still a WIP, several issues that will be split out into separate ticket).

Inching closer to completing #120