Add iOS/iPad target with platform-adaptive UI
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
20
project.yml
20
project.yml
@@ -2,6 +2,7 @@ name: mlbTVOS
|
||||
options:
|
||||
bundleIdPrefix: com.treyt
|
||||
deploymentTarget:
|
||||
iOS: "18.0"
|
||||
tvOS: "18.0"
|
||||
xcodeVersion: "26.3"
|
||||
generateEmptyDirectories: true
|
||||
@@ -22,3 +23,22 @@ targets:
|
||||
CODE_SIGN_ENTITLEMENTS: mlbTVOS/mlbTVOS.entitlements
|
||||
PRODUCT_BUNDLE_IDENTIFIER: com.treyt.mlbTVOS
|
||||
SWIFT_STRICT_CONCURRENCY: complete
|
||||
mlbIOS:
|
||||
type: application
|
||||
platform: iOS
|
||||
sources:
|
||||
- path: mlbTVOS
|
||||
excludes:
|
||||
- mlbTVOSApp.swift
|
||||
- Info.plist
|
||||
- mlbTVOS.entitlements
|
||||
- Assets.xcassets
|
||||
- path: mlbIOS
|
||||
settings:
|
||||
base:
|
||||
INFOPLIST_FILE: mlbIOS/Info.plist
|
||||
CODE_SIGN_ENTITLEMENTS: mlbIOS/mlbIOS.entitlements
|
||||
PRODUCT_BUNDLE_IDENTIFIER: com.treyt.mlbIOS
|
||||
TARGETED_DEVICE_FAMILY: "1,2"
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|
||||
SWIFT_STRICT_CONCURRENCY: complete
|
||||
|
||||
Reference in New Issue
Block a user