replace: swap prosappweb content for prosapp_web_app (more complete version)

prosapp_web_app has chat, dashboard, calendar, support, 13 providers and
Fluro URL routing. Keep Dockerfile + nginx.conf from previous prosappweb.
Upgrade google_fonts 6.2.1 → 8.1.0 (Dart 3.12 compat fix).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-06-18 15:26:32 -05:00
co-authored by Claude Sonnet 4.6
parent 74a4f41902
commit 15175c1b91
334 changed files with 12914 additions and 25727 deletions
+6 -40
View File
@@ -2,22 +2,10 @@
<!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>
<string>Prosapp Web App</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
@@ -25,37 +13,17 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>prosappco</string>
<string>prosapp_web_app</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>
@@ -73,11 +41,9 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>aps-environment</key>
<string>development</string>
<key>FirebaseAppDelegateProxyEnabled</key>
<string>NO</string>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
</dict>
</plist>