# Auteur : Simon-Pierre Boucher — contact@spboucher.ai # Projet iOS Vrai-Prix — généré avec XcodeGen (xcodegen generate) name: VraiPrix options: bundleIdPrefix: ai.spboucher deploymentTarget: iOS: "17.0" createIntermediateGroups: true targets: VraiPrix: type: application platform: iOS sources: - VraiPrix settings: base: PRODUCT_BUNDLE_IDENTIFIER: ai.spboucher.vraiprix MARKETING_VERSION: 1.1.0 CURRENT_PROJECT_VERSION: 1 TARGETED_DEVICE_FAMILY: "1,2" SWIFT_VERSION: "5.9" CODE_SIGN_STYLE: Automatic DEVELOPMENT_TEAM: 3YM54G49SN ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon INFOPLIST_KEY_CFBundleDisplayName: Vrai-Prix scheme: testTargets: - VraiPrixUITests info: path: VraiPrix/Info.plist properties: CFBundleDisplayName: Vrai-Prix CFBundleName: VraiPrix CFBundleShortVersionString: 1.1.0 CFBundleVersion: "1" UILaunchScreen: UIColorName: PaperBackground UISupportedInterfaceOrientations: - UIInterfaceOrientationPortrait UISupportedInterfaceOrientations~ipad: - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight UIAppFonts: - SpaceGrotesk-Bold.ttf - SpaceGrotesk-Medium.ttf - Inter-Regular.ttf - JetBrainsMono-Regular.ttf - JetBrainsMono-Bold.ttf ITSAppUsesNonExemptEncryption: false NSLocationWhenInUseUsageDescription: >- Votre position sert uniquement à centrer la carte sur votre quartier pour afficher les propriétés avoisinantes. Elle n'est jamais transmise. VraiPrixUITests: type: bundle.ui-testing platform: iOS sources: - VraiPrixUITests dependencies: - target: VraiPrix settings: base: PRODUCT_BUNDLE_IDENTIFIER: ai.spboucher.vraiprix.uitests SWIFT_VERSION: "5.9" CODE_SIGN_STYLE: Automatic