Initial commit

This commit is contained in:
Trey t
2026-03-26 15:37:31 -05:00
commit bae265b132
41 changed files with 8596 additions and 0 deletions

24
project.yml Normal file
View File

@@ -0,0 +1,24 @@
name: mlbTVOS
options:
bundleIdPrefix: com.treyt
deploymentTarget:
tvOS: "18.0"
xcodeVersion: "26.3"
generateEmptyDirectories: true
settings:
base:
SWIFT_VERSION: "6.0"
DEVELOPMENT_TEAM: ""
targets:
mlbTVOS:
type: application
platform: tvOS
sources: [mlbTVOS]
settings:
base:
INFOPLIST_FILE: mlbTVOS/Info.plist
CODE_SIGN_ENTITLEMENTS: mlbTVOS/mlbTVOS.entitlements
PRODUCT_BUNDLE_IDENTIFIER: com.treyt.mlbTVOS
SWIFT_STRICT_CONCURRENCY: complete