Skip to content

Commit 64406ce

Browse files
committed
(chore): Remove ci_env code from AppDelegate
1 parent 1c0e0ad commit 64406ce

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

ScribbleLab/App/AppDelegate.swift

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -43,36 +43,7 @@ class AppDelegate: NSObject, UIApplicationDelegate {
4343
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil
4444
) -> Bool {
4545

46-
// // MARK: - GoogleService-Info.plist Selection
47-
// let gPlistFilePath: String
48-
//
49-
// #if CI_ENV
50-
// guard let mockPlistPath = Bundle.main.path(
51-
// forResource: "GoogleService-Info-Mock",
52-
// ofType: "plist"
53-
// ) else {
54-
// fatalError("CI Mock GoogleService-Info plist not found")
55-
// }
56-
//
57-
// gPlistFilePath = mockPlistPath
58-
// #else
59-
// guard let localPlistPath = Bundle.main.path(
60-
// forResource: "GoogleService-Info",
61-
// ofType: "plist"
62-
// ) else {
63-
// fatalError("Local GoogleService-Info plist not found")
64-
// }
65-
//
66-
// gPlistFilePath = localPlistPath
67-
// #endif
68-
//
69-
// // swiftlint:disable:next identifier_name
70-
// guard let opts_file = FirebaseOptions(contentsOfFile: gPlistFilePath) else {
71-
// fatalError("Couldn't load options from file: \(gPlistFilePath)")
72-
// }
73-
7446
// MARK: - Firebase Configuration
75-
// FirebaseApp.configure(options: opts_file)
7647
FirebaseApp.configure()
7748

7849
// MARK: - User Notification Configuration

0 commit comments

Comments
 (0)