cocottetech/@platform/codebase/@features/ai-copilot/ios-fe/project.yml
autocommit e8e0195603 feat(ai-copilot): iOS/macOS Cockpit SwiftUI app (cockpit-kit + ios-fe + macos-fe)
Shared CocotteCockpitKit (views/model/LiveCockpitAPI) + iOS TabView shell
(Drops/Assets/Fleet/Activity/Insights) + macOS shell. XcodeGen project.yml.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-07 00:03:19 -07:00

48 lines
1.2 KiB
YAML

name: CocotteCockpitiOS
options:
bundleIdPrefix: tech.cocotte
deploymentTarget:
iOS: "17.0"
createIntermediateGroups: true
packages:
CocotteCockpitKit:
path: ../cockpit-kit
targets:
CocotteCockpitiOS:
type: application
platform: iOS
sources:
- path: Sources
dependencies:
- package: CocotteCockpitKit
product: CocotteCockpitKit
info:
path: Sources/Info.plist
properties:
CFBundleDisplayName: CocotteAI
UILaunchScreen: {}
UISupportedInterfaceOrientations:
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: tech.cocotte.cockpit.ios
GENERATE_INFOPLIST_FILE: "YES"
INFOPLIST_FILE: Sources/Info.plist
DEVELOPMENT_TEAM: ""
CODE_SIGN_STYLE: Manual
CODE_SIGN_IDENTITY: "-"
PROVISIONING_PROFILE_SPECIFIER: ""
TARGETED_DEVICE_FAMILY: "1,2"
SWIFT_VERSION: "5.9"
schemes:
CocotteCockpitiOS:
build:
targets:
CocotteCockpitiOS: all
run:
config: Debug