97 lines
3.7 KiB
Plaintext
97 lines
3.7 KiB
Plaintext
<?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>NSLocationWhenInUseUsageDescription</key>
|
|
<string>Nuestra aplicación necesita acceso a tu ubicación cuando la estás utilizando para proporcionarte recomendaciones de medicos cercanos.</string>
|
|
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
|
<string>Nuestra aplicación necesita acceso a tu ubicación en todo momento y cuando está en uso para proporcionarte servicios de ubicación en tiempo real.</string>
|
|
<key>NSLocationUsageDescription</key>
|
|
<string>Esta aplicación necesita acceder a tu ubicación en todo momento para proporcionarte servicios de ubicación de los profesionales mas cercanos.</string>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>Esta aplicación necesita acceder a tu camara para modificar tu foto de perfil.</string>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
<string>Esta aplicación necesita acceder a tu biblioteca de fotos para modificar tu foto de perfil.</string>
|
|
<key>CADisableMinimumFrameDurationOnPhone</key>
|
|
<true/>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>Prosapp</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>prosappco</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>$(FLUTTER_BUILD_NAME)</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>app-1-245204384533-ios-1d58f5624d0df4859f871c</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>app-1-245204384533-ios-1d58f5624d0df4859f871c</string>
|
|
</array>
|
|
</dict>
|
|
<dict/>
|
|
</array>
|
|
<key>CFBundleVersion</key>
|
|
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
|
<key>LSRequiresIPhoneOS</key>
|
|
<true/>
|
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
|
<true/>
|
|
<key>UIBackgroundModes</key>
|
|
<array>
|
|
<string>remote-notification</string>
|
|
</array>
|
|
<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>UIViewControllerBasedStatusBarAppearance</key>
|
|
<false/>
|
|
<key>aps-environment</key>
|
|
<string>development</string>
|
|
<key>FirebaseAppDelegateProxyEnabled</key>
|
|
<false/>
|
|
<key>NSLocalNotificationsUsageDescription</key>
|
|
<string>¡La aplicación te enviará notificaciones locales para mantenerte informado!</string>
|
|
<key>NSRemoteNotificationsUsageDescription</key>
|
|
<string>¡La aplicación te enviará notificaciones remotas para mantenerte informado!</string>
|
|
<key>UIUserNotificationTypes</key>
|
|
<string>(UIUserNotificationTypeAlert | UIUserNotificationTypeBadge | UIUserNotificationTypeSound)</string>
|
|
<key>UIApplicationSceneManifest</key>
|
|
<dict>
|
|
<key>UIApplicationSupportsMultipleScenes</key>
|
|
<false/>
|
|
<key>UISceneConfigurations</key>
|
|
<dict/>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|