spb/focale Public
Swift 100%
1# project.yml — Focale2# Author: Simon-Pierre Boucher3# Contact: contact@spboucher.ai4#5# Generate the Xcode project with: xcodegen generate67name: Focale8options:9 bundleIdPrefix: ai.spboucher10 deploymentTarget:11 iOS: "26.0"12 createIntermediateGroups: true1314settings:15 base:16 SWIFT_VERSION: "6.0"17 SWIFT_STRICT_CONCURRENCY: complete18 ENABLE_USER_SCRIPT_SANDBOXING: true19 DEVELOPMENT_TEAM: 3YM54G49SN2021schemes:22 Focale:23 build:24 targets:25 Focale: all26 FocaleUITests: [test]27 run:28 config: Debug29 test:30 config: Debug31 targets:32 - FocaleUITests33 archive:34 config: Release3536targets:37 FocaleUITests:38 type: bundle.ui-testing39 platform: iOS40 sources:41 - FocaleUITests42 dependencies:43 - target: Focale44 settings:45 base:46 PRODUCT_BUNDLE_IDENTIFIER: ai.spboucher.focale.uitests47 TEST_TARGET_NAME: Focale4849 Focale:50 type: application51 platform: iOS52 sources:53 - Focale54 settings:55 base:56 PRODUCT_BUNDLE_IDENTIFIER: ai.spboucher.focale57 INFOPLIST_FILE: Focale/Resources/Info.plist58 ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon59 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor60 TARGETED_DEVICE_FAMILY: "1"61 CODE_SIGN_STYLE: Automatic62 CURRENT_PROJECT_VERSION: 463 MARKETING_VERSION: 0.1.064