first commit
This commit is contained in:
+83
@@ -0,0 +1,83 @@
|
||||
name: tvbox
|
||||
options:
|
||||
bundleIdPrefix: com.tvbox
|
||||
xcodeVersion: "15.0"
|
||||
groupSortPosition: top
|
||||
minimumXcodeGenVersion: "2.35"
|
||||
|
||||
settings:
|
||||
base:
|
||||
SWIFT_VERSION: "5.9"
|
||||
DEVELOPMENT_TEAM: ""
|
||||
CODE_SIGN_STYLE: Automatic
|
||||
|
||||
packages:
|
||||
VLCKitSPM:
|
||||
url: https://github.com/tylerjonesio/vlckit-spm
|
||||
from: 3.6.0
|
||||
|
||||
targets:
|
||||
tvbox:
|
||||
type: application
|
||||
platform: iOS
|
||||
deploymentTarget: "17.0"
|
||||
dependencies:
|
||||
- package: VLCKitSPM
|
||||
product: VLCKitSPM
|
||||
sources:
|
||||
- path: tvbox
|
||||
excludes:
|
||||
- Info.plist
|
||||
settings:
|
||||
base:
|
||||
PRODUCT_BUNDLE_IDENTIFIER: com.tvbox.app
|
||||
INFOPLIST_FILE: tvbox/Info.plist
|
||||
INFOPLIST_KEY_UIApplicationSceneManifest_Generation: YES
|
||||
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents: YES
|
||||
INFOPLIST_KEY_UILaunchScreen_Generation: YES
|
||||
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad: "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"
|
||||
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone: "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"
|
||||
GENERATE_INFOPLIST_FILE: YES
|
||||
CURRENT_PROJECT_VERSION: "1"
|
||||
MARKETING_VERSION: "1.0.0"
|
||||
PRODUCT_NAME: TVBox
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
|
||||
SWIFT_EMIT_LOC_STRINGS: YES
|
||||
SUPPORTS_MACCATALYST: YES
|
||||
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER: NO
|
||||
configs:
|
||||
Debug:
|
||||
SWIFT_OPTIMIZATION_LEVEL: "-Onone"
|
||||
Release:
|
||||
SWIFT_OPTIMIZATION_LEVEL: "-O"
|
||||
|
||||
tvbox-macOS:
|
||||
type: application
|
||||
platform: macOS
|
||||
deploymentTarget: "14.0"
|
||||
dependencies:
|
||||
- package: VLCKitSPM
|
||||
product: VLCKitSPM
|
||||
sources:
|
||||
- path: tvbox
|
||||
excludes:
|
||||
- Info.plist
|
||||
settings:
|
||||
base:
|
||||
PRODUCT_BUNDLE_IDENTIFIER: com.tvbox.app.macos
|
||||
INFOPLIST_FILE: tvbox/Info.plist
|
||||
GENERATE_INFOPLIST_FILE: YES
|
||||
CURRENT_PROJECT_VERSION: "1"
|
||||
MARKETING_VERSION: "1.0.0"
|
||||
PRODUCT_NAME: TVBox
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
|
||||
SWIFT_EMIT_LOC_STRINGS: YES
|
||||
CODE_SIGN_IDENTITY: "-"
|
||||
CODE_SIGN_ENTITLEMENTS: ""
|
||||
configs:
|
||||
Debug:
|
||||
SWIFT_OPTIMIZATION_LEVEL: "-Onone"
|
||||
Release:
|
||||
SWIFT_OPTIMIZATION_LEVEL: "-O"
|
||||
Reference in New Issue
Block a user