Browse Source

Deploy 1.0.24 (added Thunes)

pull/1/head
InKwon James Kim 5 years ago
parent
commit
5c4d6f4624
  1. 2
      GMERemittance/AppDelegate.swift
  2. 4
      GMERemittance/Info.plist

2
GMERemittance/AppDelegate.swift

@ -20,7 +20,7 @@ import IQKeyboardManagerSwift
import LGSideMenuController
import Localize_Swift
let server: Server = .stagging
let server: Server = .live
var overlayView: UIView?
@UIApplicationMain

4
GMERemittance/Info.plist

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.23</string>
<string>1.0.24</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<string>0</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>

Loading…
Cancel
Save