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:
Trey t
2026-03-30 21:30:28 -05:00
parent 127125ae1b
commit fda809fd2f
21 changed files with 851 additions and 129 deletions

View File

@@ -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