From 933e910ed224980c13fcfa7b886d2af82eb267a2 Mon Sep 17 00:00:00 2001 From: Dibya Malla Date: Sun, 5 Dec 2021 14:43:13 +0545 Subject: [PATCH] some commit --- GME Remit.xcodeproj/project.pbxproj | 4 ++-- GME Remit/AppDelegate.swift | 1 + .../User Interface/View/SplashScreenViewController.swift | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/GME Remit.xcodeproj/project.pbxproj b/GME Remit.xcodeproj/project.pbxproj index 55d26420..a683b917 100644 --- a/GME Remit.xcodeproj/project.pbxproj +++ b/GME Remit.xcodeproj/project.pbxproj @@ -7559,7 +7559,7 @@ CODE_SIGN_ENTITLEMENTS = "GME Remit.entitlements"; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 5; + CURRENT_PROJECT_VERSION = 6; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = 68KRG7GPAV; ENABLE_BITCODE = NO; @@ -7599,7 +7599,7 @@ CODE_SIGN_ENTITLEMENTS = "GME Remit.entitlements"; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 5; + CURRENT_PROJECT_VERSION = 6; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = 68KRG7GPAV; ENABLE_BITCODE = NO; diff --git a/GME Remit/AppDelegate.swift b/GME Remit/AppDelegate.swift index 7daf5789..9e0bfdc0 100644 --- a/GME Remit/AppDelegate.swift +++ b/GME Remit/AppDelegate.swift @@ -17,6 +17,7 @@ import AlamofireNetworkActivityLogger import IQKeyboardManagerSwift import Localize_Swift import LGSideMenuController +import FirebaseCore #if DEBUG var server: Server = .testLive diff --git a/GME Remit/Modules/SplashScreen/User Interface/View/SplashScreenViewController.swift b/GME Remit/Modules/SplashScreen/User Interface/View/SplashScreenViewController.swift index 145af51f..7c02a083 100644 --- a/GME Remit/Modules/SplashScreen/User Interface/View/SplashScreenViewController.swift +++ b/GME Remit/Modules/SplashScreen/User Interface/View/SplashScreenViewController.swift @@ -246,8 +246,8 @@ class SplashScreenViewController: UIViewController { hideNavBar() setUpButtons() -// appVersionLabel.text = Utility.getAppVersion() - appVersionLabel.text = "0.0.1(jme)" + appVersionLabel.text = Utility.getAppVersion() +// appVersionLabel.text = "0.0.1(jme)" setExchangeRateUI() setSegmentedControl()