Auto-sync: 20260308_190000

This commit is contained in:
Paolo 2026-03-08 19:00:01 +01:00
parent fcd16597ec
commit d00bb4d3b1
5 changed files with 96 additions and 64 deletions

View file

@ -46,6 +46,12 @@
android:requestLegacyExternalStorage="true"
android:usesCleartextTraffic="true">
<meta-data
android:name="com.facebook.sdk.ApplicationId"
android:value="@string/facebook_app_id"/>
<meta-data
android:name="com.facebook.sdk.ClientToken"
android:value="@string/facebook_client_token"/>
<activity
android:name=".MainActivity"
android:exported="true"

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="facebook_app_id">123456789012345</string>
<string name="facebook_client_token">abcdef1234567890abcdef1234567890</string>
</resources>

View file

@ -2,68 +2,80 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>CAI App</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>cid_app</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(FLUTTER_BUILD_NAME)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>mailto</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>La fotocamera è necessaria per scansionare il QR Code e importare i dati del sinistro.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>La tua posizione serve per compilare automaticamente il luogo dell'incidente nel modulo.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>La tua posizione serve per compilare il luogo dell'incidente anche se l'app è in background.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Serve per salvare il modulo PDF o i disegni dei danni nel rullino.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Serve per allegare le foto dei danni al veicolo.</string>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>UIFileSharingEnabled</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>CAI App</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>cid_app</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(FLUTTER_BUILD_NAME)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>mailto</string>
<string>fbapi</string>
<string>fb-messenger-share-api</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>La fotocamera è necessaria per scansionare il QR Code e importare i dati del sinistro.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>La tua posizione serve per compilare automaticamente il luogo dell'incidente nel modulo.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>La tua posizione serve per compilare il luogo dell'incidente anche se l'app è in background.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Serve per salvare il modulo PDF o i disegni dei danni nel rullino.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Serve per allegare le foto dei danni al veicolo.</string>
<key>FacebookAppID</key>
<string>INSERISCI_QUI_IL_TUO_APP_ID</string>
<key>FacebookClientToken</key>
<string>INSERISCI_QUI_IL_TUO_CLIENT_TOKEN</string>
<key>FacebookDisplayName</key>
<string>CAI Facile</string>
<key>NSUserTrackingUsageDescription</key>
<string>Utilizziamo questi dati per fornirti annunci personalizzati e migliorare l'app.</string>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>UIFileSharingEnabled</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>
</plist>

View file

@ -241,6 +241,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "5.0.3"
facebook_app_events:
dependency: "direct main"
description:
name: facebook_app_events
sha256: "3658a3e6983c23c1c1a52eb553b1be84816abd57c186aabe9bc538a4bfac2ed6"
url: "https://pub.dev"
source: hosted
version: "0.24.0"
fake_async:
dependency: transitive
description:

View file

@ -67,6 +67,7 @@ dependencies:
device_info_plus: ^12.3.0
flutter_localizations:
sdk: flutter
facebook_app_events: ^0.24.0
dev_dependencies:
flutter_test: