Browse Source

release 2.8.0(4)

pull/1/head
InKwon James Kim 5 years ago
parent
commit
b05f0065cd
  1. 4
      GME Remit.xcodeproj/project.pbxproj
  2. 4
      GME Remit/MultiLanguages/ru-RU.lproj/Localizable.strings
  3. 6
      GME Remit/Supported Files/Base.lproj/LaunchScreen.storyboard
  4. 2
      GME Remit/Supported Files/Info.plist
  5. 33
      GME Remit/Utilities/HotLine/Application Logic/Service/HotLineService.swift

4
GME Remit.xcodeproj/project.pbxproj

@ -16548,7 +16548,7 @@
CODE_SIGN_ENTITLEMENTS = "GME Remit.entitlements"; CODE_SIGN_ENTITLEMENTS = "GME Remit.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 5QB497ZAGT; DEVELOPMENT_TEAM = 5QB497ZAGT;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
@ -16583,7 +16583,7 @@
CODE_SIGN_ENTITLEMENTS = "GME Remit.entitlements"; CODE_SIGN_ENTITLEMENTS = "GME Remit.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 5QB497ZAGT; DEVELOPMENT_TEAM = 5QB497ZAGT;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;

4
GME Remit/MultiLanguages/ru-RU.lproj/Localizable.strings

@ -172,7 +172,7 @@
"ex_rate_text" = "Валютный курс"; "ex_rate_text" = "Валютный курс";
"total_amount_text" = "Общая сумма "; "total_amount_text" = "Общая сумма ";
"total_sent_amount_text" = "Общая отправленная сумма"; "total_sent_amount_text" = "Общая отправленная сумма";
"request_to_cancel_text" = "Отмена трансакции";
"request_to_cancel_text" = "Отмена транзакции";
"request_to_change_text" = "Запрос для изменение транзакции"; "request_to_change_text" = "Запрос для изменение транзакции";
"transaction_report_title_text" = "Отчет о транзакции"; "transaction_report_title_text" = "Отчет о транзакции";
@ -354,7 +354,7 @@
"you_refund_text" = "Ваш возврат"; "you_refund_text" = "Ваш возврат";
"per_refund_bank_charge" = "Банковская комиссия за возврат средств"; "per_refund_bank_charge" = "Банковская комиссия за возврат средств";
"penny_test_promt_description_text" = "Требуется верефикация вашего банковского счета, для завершения регистрации";
"penny_test_promt_description_text" = "Требуется верификация вашего банковского счета, для завершения регистрации";
"not_now_text" = "Не сейчас"; "not_now_text" = "Не сейчас";
"deposit_reference_text" = "Запрос на отправку денег"; "deposit_reference_text" = "Запрос на отправку денег";
"resend_request_text" = "Повторить запрос"; "resend_request_text" = "Повторить запрос";

6
GME Remit/Supported Files/Base.lproj/LaunchScreen.storyboard

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14868" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="retina4_7" orientation="portrait" appearance="light"/> <device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies> <dependencies>
<deployment identifier="iOS"/> <deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14824"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
<capability name="Named colors" minToolsVersion="9.0"/> <capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/> <capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
@ -41,7 +41,7 @@
<resources> <resources>
<image name="ic_gme_logo" width="40" height="40"/> <image name="ic_gme_logo" width="40" height="40"/>
<namedColor name="ThemeRedDark"> <namedColor name="ThemeRedDark">
<color red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color red="0.92941176470588238" green="0.10588235294117647" blue="0.14117647058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor> </namedColor>
</resources> </resources>
</document> </document>

2
GME Remit/Supported Files/Info.plist

@ -88,6 +88,8 @@
<string>This permission allows the app to access biometric authentication</string> <string>This permission allows the app to access biometric authentication</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key> <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>This permissaion allows the app to access your location</string> <string>This permissaion allows the app to access your location</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>This permissaion allows the app to access your location</string>
<key>NSLocationWhenInUseUsageDescription</key> <key>NSLocationWhenInUseUsageDescription</key>
<string>This permissaion allows the app to access your location</string> <string>This permissaion allows the app to access your location</string>
<key>NSMicrophoneUsageDescription</key> <key>NSMicrophoneUsageDescription</key>

33
GME Remit/Utilities/HotLine/Application Logic/Service/HotLineService.swift

@ -120,6 +120,39 @@ class HotLineService: HotLineServiceType {
"remitFacebookURL": "https://www.facebook.com/GME-Remittance-Myanmar-295378281070768/", "remitFacebookURL": "https://www.facebook.com/GME-Remittance-Myanmar-295378281070768/",
"loanPhoneNumber": "1811-2938", "loanPhoneNumber": "1811-2938",
"loanFacebookURL": "https://www.facebook.com/GME-Loan-Myanmar-1065401266975499/" "loanFacebookURL": "https://www.facebook.com/GME-Loan-Myanmar-1065401266975499/"
},
{
"countryName": "Kazakhstan",
"countryCode": "kz",
"remitPhoneNumber": "010-2960-6864",
"remitFacebookURL": "https://www.facebook.com/gmerussia/",
"loanPhoneNumber": "010-2960-6864",
"loanFacebookURL": "https://www.facebook.com/GME-Loan-Uzbekistan-307204249997604/"
},
{
"countryName": "Russian Federation",
"countryCode": "ru",
"remitPhoneNumber": "010-2960-6864",
"remitFacebookURL": "https://www.facebook.com/gmerussia/",
"loanPhoneNumber": "010-2960-6864",
"loanFacebookURL": "https://www.facebook.com/GME-Loan-Uzbekistan-307204249997604/"
},
{
"countryName": "Tajikistan",
"countryCode": "tj",
"remitPhoneNumber": "010-2960-6864",
"remitFacebookURL": "https://www.facebook.com/gmerussia/",
"loanPhoneNumber": "010-2960-6864",
"loanFacebookURL": "https://www.facebook.com/GME-Loan-Uzbekistan-307204249997604/"
},
{
"countryName": "Kyrgyzstan",
"countryCode": "kg",
"remitPhoneNumber": "010-2968-6864",
"remitFacebookURL": "https://www.facebook.com/gmerussia/",
"loanPhoneNumber": "010-2968-6864",
"loanFacebookURL": "https://www.facebook.com/GME-Loan-Uzbekistan-307204249997604/"
} }
] ]
} }

Loading…
Cancel
Save