Files
L'électron rare 7d0711b3f6 feat(av-live-body): wire ArkitOSCListener :57129
Receives /body3d/kp from iPhone ARBodyTracker on the diagnostic
port (57129, distinct from Python's 57128 fuse input). Plumbed
through ContentView -> BodyView -> Skeleton3DRenderer so the
ARKit joints can be overlayed alongside Multi-HMR mesh.
2026-05-14 12:32:53 +02:00

13 lines
411 B
Plaintext

// Shared build settings (committed). Local overrides such as the
// Apple Developer Team ID live in Config/Local.xcconfig (gitignored).
// The `#include?` directive silently skips the local file if absent,
// which is what we want on a fresh clone.
#include? "Local.xcconfig"
IPHONEOS_DEPLOYMENT_TARGET = 17.0
SWIFT_VERSION = 5.10
TARGETED_DEVICE_FAMILY = 1
ENABLE_PREVIEWS = YES
CODE_SIGN_STYLE = Automatic