aboutsummaryrefslogtreecommitdiff
path: root/iosApp/iosApp/iOSApp.swift
diff options
context:
space:
mode:
authorIsidro Henoch <imhenoch@protonmail.com>2022-02-12 18:33:50 -0600
committerIsidro Henoch <imhenoch@protonmail.com>2022-02-12 18:33:50 -0600
commit754ffab4829ec20e71c0f753bb9c6fc5b42ca196 (patch)
treeaa03e1a72b93ca67786a8160f770e9946db18c85 /iosApp/iosApp/iOSApp.swift
parente58ceb3d9f7d4a0d497d5957d3fc21cef9ca554b (diff)
downloadetbsa-trackermap-mobile-754ffab4829ec20e71c0f753bb9c6fc5b42ca196.tar.gz
etbsa-trackermap-mobile-754ffab4829ec20e71c0f753bb9c6fc5b42ca196.tar.bz2
etbsa-trackermap-mobile-754ffab4829ec20e71c0f753bb9c6fc5b42ca196.zip
Fixes the issue with Firebase not initializing
Diffstat (limited to 'iosApp/iosApp/iOSApp.swift')
-rw-r--r--iosApp/iosApp/iOSApp.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/iosApp/iosApp/iOSApp.swift b/iosApp/iosApp/iOSApp.swift
index 291f2cd..763e0e2 100644
--- a/iosApp/iosApp/iOSApp.swift
+++ b/iosApp/iosApp/iOSApp.swift
@@ -21,7 +21,7 @@ import shared
@main
struct iOSApp: App {
- @UIApplicationDelegateAdaptor var delegate: AppDelegate
+ @UIApplicationDelegateAdaptor(AppDelegate.self) var appDelegate
init() {
/* Dependency injections */