Initial commit
This commit is contained in:
24
project.yml
Normal file
24
project.yml
Normal 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
|
||||
Reference in New Issue
Block a user