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
|
Debug: Config/Shared.xcconfig
|
||||||
Release: Config/Shared.xcconfig
|
Release: Config/Shared.xcconfig
|
||||||
|
|
||||||
|
packages:
|
||||||
|
AVLiveWire:
|
||||||
|
path: ../shared/AVLiveWire
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
ARBodyTracker:
|
ARBodyTracker:
|
||||||
type: application
|
type: application
|
||||||
@@ -19,6 +23,9 @@ targets:
|
|||||||
- path: ARBodyTracker.swiftpm/Sources/ARBodyTracker
|
- path: ARBodyTracker.swiftpm/Sources/ARBodyTracker
|
||||||
excludes:
|
excludes:
|
||||||
- Info.plist
|
- Info.plist
|
||||||
|
dependencies:
|
||||||
|
- package: AVLiveWire
|
||||||
|
product: AVLiveWire
|
||||||
configFiles:
|
configFiles:
|
||||||
Debug: Config/Shared.xcconfig
|
Debug: Config/Shared.xcconfig
|
||||||
Release: Config/Shared.xcconfig
|
Release: Config/Shared.xcconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user