# project.yml — Prisme # Author: Simon-Pierre Boucher # # XcodeGen spec. Regenerate the project with: xcodegen generate name: Prisme options: bundleIdPrefix: ai.spboucher createIntermediateGroups: true deploymentTarget: iOS: "26.4" settings: base: SWIFT_VERSION: "6.0" SWIFT_STRICT_CONCURRENCY: complete GENERATE_INFOPLIST_FILE: YES INFOPLIST_KEY_CFBundleDisplayName: Prisme INFOPLIST_KEY_UILaunchScreen_Generation: YES INFOPLIST_KEY_UISupportedInterfaceOrientations: UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad: UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight CURRENT_PROJECT_VERSION: 2 MARKETING_VERSION: "0.1.0" CODE_SIGN_STYLE: Automatic DEVELOPMENT_TEAM: 3YM54G49SN # TestFlight: standard encryption only — skips the compliance prompt. INFOPLIST_KEY_ITSAppUsesNonExemptEncryption: NO targets: Prisme: type: application platform: iOS sources: - Prisme settings: base: PRODUCT_BUNDLE_IDENTIFIER: ai.spboucher.prisme TARGETED_DEVICE_FAMILY: "1,2" ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon scheme: testTargets: - PrismeUITests PrismeUITests: type: bundle.ui-testing platform: iOS sources: - PrismeUITests dependencies: - target: Prisme settings: base: # The iOS 26.5 sim runtime lacks lib_TestingInterop.dylib; embedding # Swift Testing crashes the XCTest runner at launch. XCTest only. ENABLE_SWIFT_TESTING: NO