SPM executableTarget is treated as a CLI tool by xcodebuild, producing
Products/usr/local/bin instead of a .app bundle. xcodegen generates a
proper application target with PRODUCT_TYPE=com.apple.product-type.application.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds project.yml (XcodeGen spec), Info.plist, entitlements, and
placeholder asset catalog so the project can be built in Xcode
and deployed to iPhone 14 via USB or wireless pairing.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>