build(ios): add AVLiveWire package to xcodegen

The xcodegen project did not declare the shared AVLiveWire
package, so USBServer.swift would fail to import it in the
generated Xcode project. Add it as a local package dep.
This commit is contained in:
L'électron rare
2026-05-18 17:04:59 +02:00
parent 4b6386ab5a
commit 20d91c037f
+7
View File
@@ -10,6 +10,10 @@ configFiles:
Debug: Config/Shared.xcconfig
Release: Config/Shared.xcconfig
packages:
AVLiveWire:
path: ../shared/AVLiveWire
targets:
ARBodyTracker:
type: application
@@ -19,6 +23,9 @@ targets:
- path: ARBodyTracker.swiftpm/Sources/ARBodyTracker
excludes:
- Info.plist
dependencies:
- package: AVLiveWire
product: AVLiveWire
configFiles:
Debug: Config/Shared.xcconfig
Release: Config/Shared.xcconfig