This commit is contained in:
Lizandro Guarnizo
2024-05-21 10:26:19 -05:00
parent 8b34e7d12d
commit e27955d671
23 changed files with 1103 additions and 396 deletions
+14 -1
View File
@@ -78,6 +78,19 @@
<key>aps-environment</key>
<string>development</string>
<key>FirebaseAppDelegateProxyEnabled</key>
<string>NO</string>
<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>