feat: fix detail

This commit is contained in:
2026-02-27 13:50:32 +08:00
parent bcfee96fa9
commit 2e5348cc97
6 changed files with 63 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ options:
deploymentTarget:
iOS: "17.0"
macOS: "14.0"
tvOS: "17.0"
xcodeVersion: "16.0"
groupSortPosition: top
createIntermediateGroups: true
@@ -32,6 +33,26 @@ targets:
INFOPLIST_KEY_CFBundleDisplayName: DDYS
CODE_SIGN_ENTITLEMENTS: DDYSClient/DDYSClient.entitlements
DDYSClient-tvOS:
type: application
platform: tvOS
sources:
- path: DDYSClient
resources:
- path: Resources
optional: true
dependencies:
- package: SwiftSoup
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.fusion.ddys.client
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: 1
SWIFT_VERSION: "5.9"
GENERATE_INFOPLIST_FILE: YES
INFOPLIST_KEY_CFBundleDisplayName: 低端影视
INFOPLIST_KEY_UILaunchScreen_Generation: YES
schemes:
DDYSClient:
build:
@@ -39,3 +60,9 @@ schemes:
DDYSClient: all
run:
config: Debug
DDYSClient-tvOS:
build:
targets:
DDYSClient-tvOS: all
run:
config: Debug