All checks were successful
PR → Build → WiFi/USB Deploy → LGTM / Wait for LGTM comment (pull_request) Successful in 33s
CI / Detect Changes (pull_request) Successful in 3s
CI / Admin Web CI (pull_request) Has been skipped
CI / YouTube Worker (pull_request) Has been skipped
CI / Deploy (pull_request) Has been skipped
PR → Build → WiFi/USB Deploy → LGTM / Build & Deploy to iPhone (WiFi/USB) (pull_request) Successful in 2m26s
- Restaure UIBackgroundModes[audio] dans Info.plist (supprimé par erreur au commit précédent) → empêche iOS de suspendre l'app en arrière-plan - Ajoute UIBackgroundModes dans project.yml pour robustesse
223 lines
6.7 KiB
YAML
223 lines
6.7 KiB
YAML
name: TabataGo
|
|
|
|
options:
|
|
bundleIdPrefix: fr.millianlmx.tabatago
|
|
deploymentTarget:
|
|
iOS: "26.0"
|
|
watchOS: "11.0"
|
|
xcodeVersion: "26"
|
|
generateEmptyDirectories: true
|
|
createIntermediateGroups: true
|
|
groupSortPosition: top
|
|
|
|
settings:
|
|
base:
|
|
SWIFT_VERSION: "6.0"
|
|
IPHONEOS_DEPLOYMENT_TARGET: "26.0"
|
|
SWIFT_STRICT_CONCURRENCY: complete
|
|
SWIFT_EMIT_MODULE_FOR_EXPLICIT_BUILD: NO
|
|
GCC_TREAT_WARNINGS_AS_ERRORS: NO
|
|
SWIFT_TREAT_WARNINGS_AS_ERRORS: NO
|
|
DEBUG_INFORMATION_FORMAT: dwarf-with-dsym
|
|
DEVELOPMENT_TEAM: "2MJF39L8VY"
|
|
|
|
packages:
|
|
Supabase:
|
|
url: https://github.com/supabase/supabase-swift
|
|
from: "2.5.0"
|
|
RevenueCat:
|
|
url: https://github.com/RevenueCat/purchases-ios
|
|
from: "5.0.0"
|
|
|
|
targets:
|
|
TabataGo:
|
|
type: application
|
|
platform: iOS
|
|
deploymentTarget: "26.0"
|
|
sources:
|
|
- path: TabataGo
|
|
excludes:
|
|
- "**/.DS_Store"
|
|
resources:
|
|
- path: TabataGo/Resources
|
|
excludes:
|
|
- Info.plist
|
|
info:
|
|
path: TabataGo/Resources/Info.plist
|
|
properties:
|
|
CFBundleDisplayName: TabataGo
|
|
CFBundleShortVersionString: "1.0"
|
|
CFBundleVersion: "2"
|
|
UILaunchScreen:
|
|
UIColorName: ""
|
|
UIImageName: ""
|
|
UISupportedInterfaceOrientations:
|
|
- UIInterfaceOrientationPortrait
|
|
NSHealthShareUsageDescription: "TabataGo reads your health data to show fitness stats and personalize your workouts."
|
|
NSHealthUpdateUsageDescription: "TabataGo saves your Tabata workouts to Apple Health to track calories, heart rate, and contribute to your Activity Rings."
|
|
NSMotionUsageDescription: "TabataGo uses motion data to improve calorie estimates during workouts."
|
|
SUPABASE_URL: $(SUPABASE_URL)
|
|
SUPABASE_ANON_KEY: $(SUPABASE_ANON_KEY)
|
|
REVENUECAT_API_KEY: $(REVENUECAT_API_KEY)
|
|
POSTHOG_API_KEY: $(POSTHOG_API_KEY)
|
|
NSSupportsLiveActivities: true
|
|
NSSupportsLiveActivitiesFrequentUpdates: true
|
|
UIBackgroundModes:
|
|
- audio
|
|
entitlements:
|
|
path: TabataGo/Resources/TabataGo.entitlements
|
|
properties:
|
|
com.apple.developer.healthkit: true
|
|
com.apple.developer.healthkit.access:
|
|
- health-records
|
|
com.apple.security.application-groups:
|
|
- group.fr.millianlmx.tabatago
|
|
dependencies:
|
|
- package: Supabase
|
|
product: Supabase
|
|
- package: RevenueCat
|
|
product: RevenueCat
|
|
|
|
- target: TabataGoWatch
|
|
embed: true
|
|
- target: TabataGoWidget
|
|
embed: true
|
|
settings:
|
|
base:
|
|
PRODUCT_BUNDLE_IDENTIFIER: fr.millianlmx.tabatago
|
|
INFOPLIST_FILE: TabataGo/Resources/Info.plist
|
|
CODE_SIGN_ENTITLEMENTS: TabataGo/Resources/TabataGo.entitlements
|
|
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
|
|
ENABLE_PREVIEWS: YES
|
|
configFiles:
|
|
Debug: Config/Secrets.xcconfig
|
|
Release: Config/Secrets.xcconfig
|
|
|
|
TabataGoWatch:
|
|
type: application
|
|
platform: watchOS
|
|
deploymentTarget: "11.0"
|
|
sources:
|
|
- path: TabataGoWatch
|
|
excludes:
|
|
- "**/.DS_Store"
|
|
- "Resources/Info.plist"
|
|
- "Complications/**"
|
|
# Shared protocol types — referenced by both targets
|
|
- path: TabataGo/Services/WatchConnectivityTypes.swift
|
|
group: TabataGoWatch/Services
|
|
resources:
|
|
- path: TabataGoWatch/Resources
|
|
excludes:
|
|
- Info.plist
|
|
info:
|
|
path: TabataGoWatch/Resources/Info.plist
|
|
properties:
|
|
CFBundleDisplayName: TabataGo
|
|
CFBundleShortVersionString: "1.0"
|
|
CFBundleVersion: "2"
|
|
WKApplication: true
|
|
WKCompanionAppBundleIdentifier: fr.millianlmx.tabatago
|
|
NSHealthShareUsageDescription: "TabataGo reads your heart rate and calories during workouts."
|
|
NSHealthUpdateUsageDescription: "TabataGo saves workout data to Apple Health directly from your Watch."
|
|
entitlements:
|
|
path: TabataGoWatch/Resources/TabataGoWatch.entitlements
|
|
properties:
|
|
com.apple.developer.healthkit: true
|
|
com.apple.security.application-groups:
|
|
- group.fr.millianlmx.tabatago
|
|
dependencies:
|
|
- target: TabataGoWatchWidget
|
|
embed: true
|
|
settings:
|
|
base:
|
|
PRODUCT_BUNDLE_IDENTIFIER: fr.millianlmx.tabatago.watchkitapp
|
|
INFOPLIST_FILE: TabataGoWatch/Resources/Info.plist
|
|
CODE_SIGN_ENTITLEMENTS: TabataGoWatch/Resources/TabataGoWatch.entitlements
|
|
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|
|
WATCHOS_DEPLOYMENT_TARGET: "11.0"
|
|
TARGETED_DEVICE_FAMILY: "4"
|
|
ENABLE_PREVIEWS: YES
|
|
|
|
TabataGoWatchWidget:
|
|
type: app-extension
|
|
platform: watchOS
|
|
deploymentTarget: "11.0"
|
|
sources:
|
|
- path: TabataGoWatch/Complications
|
|
excludes:
|
|
- "**/.DS_Store"
|
|
info:
|
|
path: TabataGoWatch/Complications/Info.plist
|
|
properties:
|
|
CFBundleDisplayName: TabataGoWidget
|
|
CFBundleShortVersionString: "1.0"
|
|
CFBundleVersion: "2"
|
|
NSExtension:
|
|
NSExtensionPointIdentifier: com.apple.widgetkit-extension
|
|
settings:
|
|
base:
|
|
PRODUCT_BUNDLE_IDENTIFIER: fr.millianlmx.tabatago.watchkitapp.widget
|
|
TARGETED_DEVICE_FAMILY: "4"
|
|
WATCHOS_DEPLOYMENT_TARGET: "11.0"
|
|
|
|
TabataGoWidget:
|
|
type: app-extension
|
|
platform: iOS
|
|
deploymentTarget: "26.0"
|
|
sources:
|
|
- path: TabataGoWidget
|
|
excludes:
|
|
- "**/.DS_Store"
|
|
- path: TabataGo/Models/WorkoutActivityAttributes.swift
|
|
- path: TabataGo/Models/MusicActivityAttributes.swift
|
|
info:
|
|
path: TabataGoWidget/Info.plist
|
|
properties:
|
|
NSExtension:
|
|
NSExtensionPointIdentifier: com.apple.widgetkit-extension
|
|
NSSupportsLiveActivities: true
|
|
NSSupportsLiveActivitiesFrequentUpdates: true
|
|
settings:
|
|
base:
|
|
PRODUCT_BUNDLE_IDENTIFIER: fr.millianlmx.tabatago.widget
|
|
IPHONEOS_DEPLOYMENT_TARGET: "26.0"
|
|
TARGETED_DEVICE_FAMILY: "1"
|
|
ENABLE_PREVIEWS: YES
|
|
|
|
TabataGoTests:
|
|
type: bundle.unit-test
|
|
platform: iOS
|
|
deploymentTarget: "26.0"
|
|
sources:
|
|
- TabataGoTests
|
|
dependencies:
|
|
- target: TabataGo
|
|
settings:
|
|
base:
|
|
PRODUCT_BUNDLE_IDENTIFIER: fr.millianlmx.tabatago.tests
|
|
|
|
TabataGoUITests:
|
|
type: bundle.ui-testing
|
|
platform: iOS
|
|
deploymentTarget: "26.0"
|
|
sources:
|
|
- TabataGoUITests
|
|
dependencies:
|
|
- target: TabataGo
|
|
settings:
|
|
base:
|
|
PRODUCT_BUNDLE_IDENTIFIER: fr.millianlmx.tabatago.uitests
|
|
|
|
schemes:
|
|
TabataGo:
|
|
build:
|
|
targets:
|
|
TabataGo: all
|
|
TabataGoWidget: all
|
|
run:
|
|
config: Debug
|
|
archive:
|
|
config: Release
|