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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user