Info.plist
53 lignes · 2514 octets
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>fr</string> <key>CFBundleDisplayName</key> <string>PicLead</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifier</key> <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>$(PRODUCT_NAME)</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> <string>1.0.0</string> <key>CFBundleVersion</key> <string>1</string> <key>UILaunchScreen</key> <dict/> <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> </array> <key>NSCameraUsageDescription</key> <string>La caméra sert à scanner les cartes de visite. Le traitement OCR reste 100 % sur l'appareil.</string> <key>NSContactsUsageDescription</key> <string>Permet de créer un contact dans le carnet d'adresses du téléphone depuis une carte scannée.</string> <key>NSCalendarsUsageDescription</key> <string>Sert uniquement au pont Agenda optionnel (RDV et réservations synchronisés avec PicLead).</string> <key>NSCalendarsFullAccessUsageDescription</key> <string>Sert uniquement au pont Agenda optionnel (RDV et réservations synchronisés avec PicLead).</string> <key>NSPhotoLibraryAddUsageDescription</key> <string>Permet d'enregistrer l'image de la carte scannée si vous le demandez.</string> <key>NSMicrophoneUsageDescription</key> <string>Le microphone sert à enregistrer des notes vocales sur vos contacts et projets. L'audio reste sur l'appareil et n'est transmis au serveur que si vous activez la transcription serveur.</string> <key>NSSpeechRecognitionUsageDescription</key> <string>La reconnaissance vocale on-device transcrit vos notes audio en texte. Aucune donnée n'est envoyée à Apple ni à un tiers : la transcription s'effectue entièrement sur l'appareil.</string> <key>NSAppTransportSecurity</key> <dict> <!-- HTTP clair refusé par défaut dans l'app (ServerUrlPolicy) ; l'exception ATS n'est effective que si l'utilisateur coche « Autoriser HTTP » (dev/démo). --> <key>NSAllowsArbitraryLoads</key> <true/> </dict> </dict> </plist>
GitRust