diff --git a/Apps/LekaApp/Sources/MainApp.swift b/Apps/LekaApp/Sources/MainApp.swift index 51b7842471..44ca807edc 100644 --- a/Apps/LekaApp/Sources/MainApp.swift +++ b/Apps/LekaApp/Sources/MainApp.swift @@ -18,7 +18,9 @@ struct LekaApp: App { init() { #if PRODUCTION_BUILD - let googleServiceInfoPlistName = "GoogleServiceInfo+PROD" + // TODO: (@ladislas) Use PROD db when app is stable + // let googleServiceInfoPlistName = "GoogleServiceInfo+PROD" + let googleServiceInfoPlistName = "GoogleServiceInfo+TESTFLIGHT" #elseif TESTFLIGHT_BUILD let googleServiceInfoPlistName = "GoogleServiceInfo+TESTFLIGHT" #elseif DEVELOPER_MODE