Browse Source

some commit

pull/1/head
Dibya Malla 3 years ago
parent
commit
933e910ed2
  1. 4
      GME Remit.xcodeproj/project.pbxproj
  2. 1
      GME Remit/AppDelegate.swift
  3. 4
      GME Remit/Modules/SplashScreen/User Interface/View/SplashScreenViewController.swift

4
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;

1
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

4
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()

Loading…
Cancel
Save