Skip to content

Commit

Permalink
🚧 (TO REMOVE): Use tesflight database while we still work on the app
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Apr 12, 2024
1 parent 0ab7760 commit 58715fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Apps/LekaApp/Sources/MainApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ struct LekaApp: App {

init() {
#if PRODUCTION_BUILD
let googleServiceInfoPlistName = "GoogleServiceInfo+PROD"
// TODO: (@ladislas) Use PROD db when app is stable

Check warning on line 21 in Apps/LekaApp/Sources/MainApp.swift

View workflow job for this annotation

GitHub Actions / swiftlint

TODOs should be resolved ((@ladislas) Use PROD db when a...) (todo)
// let googleServiceInfoPlistName = "GoogleServiceInfo+PROD"
let googleServiceInfoPlistName = "GoogleServiceInfo+TESTFLIGHT"
#elseif TESTFLIGHT_BUILD
let googleServiceInfoPlistName = "GoogleServiceInfo+TESTFLIGHT"
#elseif DEVELOPER_MODE
Expand Down

0 comments on commit 58715fc

Please sign in to comment.