Skip to content

Commit

Permalink
updated merge from v3.11.1
Browse files Browse the repository at this point in the history
Signed-off-by: kcw-grunt <[email protected]>
  • Loading branch information
kcw-grunt committed Jan 30, 2024
1 parent 5d5bc70 commit f01258f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 80 deletions.
4 changes: 2 additions & 2 deletions litewallet/src/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
/// Sets the correct Google Services plist file
private func setFirebaseConfiguration() {
// Load a Firebase debug config file.
// let filePath = Bundle.main.path(forResource: "Debug-GoogleService-Info", ofType: "plist")
let filePath = Bundle.main.path(forResource: "Debug-GoogleService-Info", ofType: "plist")

let filePath = Bundle.main.path(forResource: "GoogleService-Info", ofType: "plist")
// let filePath = Bundle.main.path(forResource: "GoogleService-Info", ofType: "plist")

if let fboptions = FirebaseOptions(contentsOfFile: filePath!) {
FirebaseApp.configure(options: fboptions)
Expand Down
78 changes: 0 additions & 78 deletions loafwallet/PartnerData.swift

This file was deleted.

0 comments on commit f01258f

Please sign in to comment.