name: mlbTVOS options: bundleIdPrefix: com.treyt deploymentTarget: iOS: "18.0" 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 mlbTVOSTests: type: bundle.unit-test platform: tvOS sources: [mlbTVOSTests] dependencies: - target: mlbTVOS settings: base: PRODUCT_BUNDLE_IDENTIFIER: com.treyt.mlbTVOSTests GENERATE_INFOPLIST_FILE: YES 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