2025-11-03 09:23:17 +01:00
|
|
|
<?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">
|
2026-01-15 09:20:45 +01:00
|
|
|
<dict>
|
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
|
|
|
<key>CFBundleDisplayName</key>
|
2026-01-18 14:01:25 +01:00
|
|
|
<string>SaveFamily</string>
|
2026-01-15 09:20:45 +01:00
|
|
|
<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>save_family</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>LSRequiresIPhoneOS</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>UIApplicationSupportsIndirectInputEvents</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<key>UIStatusBarHidden</key>
|
|
|
|
|
<true/>
|
2026-03-16 08:37:52 +01:00
|
|
|
<key>NSContactsUsageDescription</key>
|
|
|
|
|
<string>Necesitamos acceso a tus contactos para seleccionar números de teléfono.</string>
|
2026-01-20 07:37:29 +01:00
|
|
|
<key>NSCameraUsageDescription</key>
|
|
|
|
|
<string>Necesitamos la cámara para escanear códigos QR</string>
|
2026-03-01 22:50:33 +01:00
|
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
|
|
|
|
<string>Usamos tu ubicación para verificar la seguridad de las transacciones.</string>
|
|
|
|
|
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
|
|
|
|
<string>Usamos tu ubicación para verificar la seguridad de las transacciones.</string>
|
2026-01-15 09:20:45 +01:00
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
|
|
<false/>
|
2026-01-21 12:19:56 +01:00
|
|
|
<key>NSFaceIDUsageDescription</key>
|
|
|
|
|
<string>Usamos Face ID para verificar tu identidad y autorizar de forma segura operaciones sensibles dentro de la app.</string>
|
2026-02-19 17:19:14 +01:00
|
|
|
<key>UIBackgroundModes</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>fetch</string>
|
|
|
|
|
<string>remote-notification</string>
|
|
|
|
|
</array>
|
2026-01-15 09:20:45 +01:00
|
|
|
</dict>
|
2025-11-03 09:23:17 +01:00
|
|
|
</plist>
|