Add NSURLSession http client engine

This commit is contained in:
世界
2026-04-14 00:14:05 +08:00
parent ccfdbf2d57
commit 334dd6e5c0
42 changed files with 3331 additions and 1057 deletions

View File

@@ -204,6 +204,9 @@ func buildApple() {
"-target", bindTarget,
"-libname=box",
"-tags-not-macos=with_low_memory",
"-iosversion=15.0",
"-macosversion=13.0",
"-tvosversion=17.0",
}
//if !withTailscale {
// args = append(args, "-tags-macos="+strings.Join(memcTags, ","))