Files
AV-Live/iphone-arbody/project.yml
T
L'électron rare 20d91c037f 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.
2026-05-18 17:04:59 +02:00

42 lines
1.0 KiB
YAML

name: ARBodyTracker
options:
bundleIdPrefix: cc.saillant
deploymentTarget:
iOS: "17.0"
createIntermediateGroups: true
generateEmptyDirectories: true
configFiles:
Debug: Config/Shared.xcconfig
Release: Config/Shared.xcconfig
packages:
AVLiveWire:
path: ../shared/AVLiveWire
targets:
ARBodyTracker:
type: application
platform: iOS
deploymentTarget: "17.0"
sources:
- path: ARBodyTracker.swiftpm/Sources/ARBodyTracker
excludes:
- Info.plist
dependencies:
- package: AVLiveWire
product: AVLiveWire
configFiles:
Debug: Config/Shared.xcconfig
Release: Config/Shared.xcconfig
settings:
base:
PRODUCT_NAME: ARBodyTracker
PRODUCT_BUNDLE_IDENTIFIER: cc.saillant.ARBodyTracker
INFOPLIST_FILE: ARBodyTracker.swiftpm/Sources/ARBodyTracker/Info.plist
GENERATE_INFOPLIST_FILE: NO
CODE_SIGN_STYLE: Automatic
SWIFT_VERSION: "5.10"
TARGETED_DEVICE_FAMILY: "1"
ENABLE_PREVIEWS: YES