spb/prisme Public MIT
Navigateur iOS intelligent — chaque page comprise localement avant d'être affichée. SwiftUI · WebKit · Foundation Models, 100% on-device.
Swift 96.7%
JavaScript 3.3%
1# project.yml — Prisme2# Author: Simon-Pierre Boucher <contact@spboucher.ai>3#4# XcodeGen spec. Regenerate the project with: xcodegen generate56name: Prisme7options:8 bundleIdPrefix: ai.spboucher9 createIntermediateGroups: true10 deploymentTarget:11 iOS: "26.4"12settings:13 base:14 SWIFT_VERSION: "6.0"15 SWIFT_STRICT_CONCURRENCY: complete16 GENERATE_INFOPLIST_FILE: YES17 INFOPLIST_KEY_CFBundleDisplayName: Prisme18 INFOPLIST_KEY_UILaunchScreen_Generation: YES19 INFOPLIST_KEY_UISupportedInterfaceOrientations: UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight20 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad: UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight21 CURRENT_PROJECT_VERSION: 222 MARKETING_VERSION: "0.1.0"23 CODE_SIGN_STYLE: Automatic24 DEVELOPMENT_TEAM: 3YM54G49SN25 # TestFlight: standard encryption only — skips the compliance prompt.26 INFOPLIST_KEY_ITSAppUsesNonExemptEncryption: NO27targets:28 Prisme:29 type: application30 platform: iOS31 sources:32 - Prisme33 settings:34 base:35 PRODUCT_BUNDLE_IDENTIFIER: ai.spboucher.prisme36 TARGETED_DEVICE_FAMILY: "1,2"37 ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon38 scheme:39 testTargets:40 - PrismeUITests41 PrismeUITests:42 type: bundle.ui-testing43 platform: iOS44 sources:45 - PrismeUITests46 dependencies:47 - target: Prisme48 settings:49 base:50 # The iOS 26.5 sim runtime lacks lib_TestingInterop.dylib; embedding51 # Swift Testing crashes the XCTest runner at launch. XCTest only.52 ENABLE_SWIFT_TESTING: NO53