build(macos): link local SileroCoreML package

This commit is contained in:
Edison Jwa
2026-06-02 01:54:05 +09:00
parent cac178f4af
commit 112a563de5
4 changed files with 163 additions and 20 deletions
@@ -4,9 +4,8 @@
# This value is the macOS SDK floor against which `libchanora_bridge.dylib` is
# compiled — it is NOT the Flutter Runner app's deployment target (which lives
# in Runner.xcodeproj/project.pbxproj at the PBXNativeTarget level and is
# currently `11.0`). The bridge floor is intentionally broader (`10.15`) so the
# cdylib symbols remain link-compatible with any consumer >= 10.15; the Runner
# app's own minimum is independently set at the Xcode-target layer.
# currently `13.0`). The bridge floor matches the Runner app and Apple/CoreML
# package requirement so the bundled SwiftPM dependency can link consistently.
#
# Consumers:
# - apps/chanora_flutter/macos/Podfile (`platform :osx, ...`)
@@ -18,4 +17,4 @@
# To bump the floor, edit ONLY this file. Do not introduce any other literal
# occurrence of the floor string in this directory.
MACOS_BRIDGE_DEPLOYMENT_TARGET = '10.15'.freeze
MACOS_BRIDGE_DEPLOYMENT_TARGET = '13.0'.freeze