89 lines
2.7 KiB
YAML
89 lines
2.7 KiB
YAML
name: NavidromePlayer
|
|
options:
|
|
bundleIdPrefix: ca.dallasgroot.navidromeplayer
|
|
deploymentTarget:
|
|
iOS: "26.0"
|
|
watchOS: "26.0"
|
|
xcodeVersion: "26.0"
|
|
groupSortPosition: top
|
|
createIntermediateGroups: true
|
|
|
|
packages:
|
|
ZIPFoundation:
|
|
url: https://github.com/weichsel/ZIPFoundation
|
|
from: "0.9.19"
|
|
|
|
settings:
|
|
base:
|
|
SWIFT_VERSION: "5.9"
|
|
MARKETING_VERSION: "1.0.0"
|
|
CURRENT_PROJECT_VERSION: "1"
|
|
DEAD_CODE_STRIPPING: true
|
|
ENABLE_USER_SCRIPT_SANDBOXING: true
|
|
DEVELOPMENT_TEAM: E9C9AGS9K6
|
|
|
|
targets:
|
|
# ─────────────────────────────────────
|
|
# iOS App
|
|
# ─────────────────────────────────────
|
|
NavidromePlayer:
|
|
type: application
|
|
platform: iOS
|
|
deploymentTarget: "26.0"
|
|
sources:
|
|
- path: iOS
|
|
- path: Shared
|
|
resources:
|
|
- path: iOS/Resources
|
|
settings:
|
|
base:
|
|
# This matches your watchOS WKCompanionAppBundleIdentifier
|
|
PRODUCT_BUNDLE_IDENTIFIER: ca.dallasgroot.navidromeplayer.app
|
|
INFOPLIST_FILE: iOS/Resources/Info.plist
|
|
CODE_SIGN_ENTITLEMENTS: iOS/Resources/NavidromePlayer.entitlements
|
|
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|
|
TARGETED_DEVICE_FAMILY: "1,2"
|
|
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: true
|
|
dependencies:
|
|
- target: NavidromeWatch
|
|
embed: true # Embeds the Watch app so it doesn't create a generic archive
|
|
- package: ZIPFoundation
|
|
|
|
# ─────────────────────────────────────
|
|
# watchOS App
|
|
# ─────────────────────────────────────
|
|
NavidromeWatch:
|
|
type: application
|
|
platform: watchOS
|
|
deploymentTarget: "26.0"
|
|
sources:
|
|
- path: watchOS
|
|
- path: Shared
|
|
resources:
|
|
- path: watchOS/Resources
|
|
settings:
|
|
base:
|
|
# This is strictly prefixed by the iOS bundle ID above
|
|
PRODUCT_BUNDLE_IDENTIFIER: ca.dallasgroot.navidromeplayer.app.watchkitapp
|
|
INFOPLIST_FILE: watchOS/Resources/Info.plist
|
|
CODE_SIGN_ENTITLEMENTS: watchOS/Resources/NavidromeWatch.entitlements
|
|
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|
|
WATCHOS_DEPLOYMENT_TARGET: "26.0"
|
|
SKIP_INSTALL: true # Ensures only the iOS app installs to root, fixing the generic archive
|
|
|
|
schemes:
|
|
NavidromePlayer:
|
|
build:
|
|
targets:
|
|
NavidromePlayer: all
|
|
NavidromeWatch: all
|
|
run:
|
|
config: Debug
|
|
test:
|
|
config: Debug
|
|
profile:
|
|
config: Release
|
|
analyze:
|
|
config: Debug
|
|
archive:
|
|
config: Release
|