# project.yml — Focale # Author: Simon-Pierre Boucher # Contact: contact@spboucher.ai # # Generate the Xcode project with: xcodegen generate name: Focale options: bundleIdPrefix: ai.spboucher deploymentTarget: iOS: "26.0" createIntermediateGroups: true settings: base: SWIFT_VERSION: "6.0" SWIFT_STRICT_CONCURRENCY: complete ENABLE_USER_SCRIPT_SANDBOXING: true DEVELOPMENT_TEAM: 3YM54G49SN schemes: Focale: build: targets: Focale: all FocaleUITests: [test] run: config: Debug test: config: Debug targets: - FocaleUITests archive: config: Release targets: FocaleUITests: type: bundle.ui-testing platform: iOS sources: - FocaleUITests dependencies: - target: Focale settings: base: PRODUCT_BUNDLE_IDENTIFIER: ai.spboucher.focale.uitests TEST_TARGET_NAME: Focale Focale: type: application platform: iOS sources: - Focale settings: base: PRODUCT_BUNDLE_IDENTIFIER: ai.spboucher.focale INFOPLIST_FILE: Focale/Resources/Info.plist ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor TARGETED_DEVICE_FAMILY: "1" CODE_SIGN_STYLE: Automatic CURRENT_PROJECT_VERSION: 4 MARKETING_VERSION: 0.1.0