SPB Git

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.7 KB · 53 lines xml
Raw Blame History
1<?xml version="1.0" encoding="UTF-8"?>2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">3<plist version="1.0">4<dict>5	<key>CFBundleDevelopmentRegion</key>6	<string>$(DEVELOPMENT_LANGUAGE)</string>7	<key>CFBundleDisplayName</key>8	<string>Vrai-Prix</string>9	<key>CFBundleExecutable</key>10	<string>$(EXECUTABLE_NAME)</string>11	<key>CFBundleIdentifier</key>12	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>13	<key>CFBundleInfoDictionaryVersion</key>14	<string>6.0</string>15	<key>CFBundleName</key>16	<string>VraiPrix</string>17	<key>CFBundlePackageType</key>18	<string>APPL</string>19	<key>CFBundleShortVersionString</key>20	<string>1.1.0</string>21	<key>CFBundleVersion</key>22	<string>1</string>23	<key>ITSAppUsesNonExemptEncryption</key>24	<false/>25	<key>NSLocationWhenInUseUsageDescription</key>26	<string>Votre position sert uniquement à centrer la carte sur votre quartier pour afficher les propriétés avoisinantes. Elle n'est jamais transmise.</string>27	<key>UIAppFonts</key>28	<array>29		<string>SpaceGrotesk-Bold.ttf</string>30		<string>SpaceGrotesk-Medium.ttf</string>31		<string>Inter-Regular.ttf</string>32		<string>JetBrainsMono-Regular.ttf</string>33		<string>JetBrainsMono-Bold.ttf</string>34	</array>35	<key>UILaunchScreen</key>36	<dict>37		<key>UIColorName</key>38		<string>PaperBackground</string>39	</dict>40	<key>UISupportedInterfaceOrientations</key>41	<array>42		<string>UIInterfaceOrientationPortrait</string>43	</array>44	<key>UISupportedInterfaceOrientations~ipad</key>45	<array>46		<string>UIInterfaceOrientationPortrait</string>47		<string>UIInterfaceOrientationPortraitUpsideDown</string>48		<string>UIInterfaceOrientationLandscapeLeft</string>49		<string>UIInterfaceOrientationLandscapeRight</string>50	</array>51</dict>52</plist>53