build(macos): link local SileroCoreML package
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user