spb/vrai-prix-ios Public
App iOS native de Vrai-Prix — estimation immobilière transparente pour le Québec (SwiftUI, MapKit, Swift Charts)
Swift 100%
1# Auteur : Simon-Pierre Boucher — contact@spboucher.ai2# Projet iOS Vrai-Prix — généré avec XcodeGen (xcodegen generate)3name: VraiPrix4options:5 bundleIdPrefix: ai.spboucher6 deploymentTarget:7 iOS: "17.0"8 createIntermediateGroups: true9targets:10 VraiPrix:11 type: application12 platform: iOS13 sources:14 - VraiPrix15 settings:16 base:17 PRODUCT_BUNDLE_IDENTIFIER: ai.spboucher.vraiprix18 MARKETING_VERSION: 1.1.019 CURRENT_PROJECT_VERSION: 120 TARGETED_DEVICE_FAMILY: "1,2"21 SWIFT_VERSION: "5.9"22 CODE_SIGN_STYLE: Automatic23 DEVELOPMENT_TEAM: 3YM54G49SN24 ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon25 INFOPLIST_KEY_CFBundleDisplayName: Vrai-Prix26 scheme:27 testTargets:28 - VraiPrixUITests29 info:30 path: VraiPrix/Info.plist31 properties:32 CFBundleDisplayName: Vrai-Prix33 CFBundleName: VraiPrix34 CFBundleShortVersionString: 1.1.035 CFBundleVersion: "1"36 UILaunchScreen:37 UIColorName: PaperBackground38 UISupportedInterfaceOrientations:39 - UIInterfaceOrientationPortrait40 UISupportedInterfaceOrientations~ipad:41 - UIInterfaceOrientationPortrait42 - UIInterfaceOrientationPortraitUpsideDown43 - UIInterfaceOrientationLandscapeLeft44 - UIInterfaceOrientationLandscapeRight45 UIAppFonts:46 - SpaceGrotesk-Bold.ttf47 - SpaceGrotesk-Medium.ttf48 - Inter-Regular.ttf49 - JetBrainsMono-Regular.ttf50 - JetBrainsMono-Bold.ttf51 ITSAppUsesNonExemptEncryption: false52 NSLocationWhenInUseUsageDescription: >-53 Votre position sert uniquement à centrer la carte sur votre quartier54 pour afficher les propriétés avoisinantes. Elle n'est jamais transmise.55 VraiPrixUITests:56 type: bundle.ui-testing57 platform: iOS58 sources:59 - VraiPrixUITests60 dependencies:61 - target: VraiPrix62 settings:63 base:64 PRODUCT_BUNDLE_IDENTIFIER: ai.spboucher.vraiprix.uitests65 SWIFT_VERSION: "5.9"66 CODE_SIGN_STYLE: Automatic67