Browse Source

APP Update Link and slip color changes

v0.17
Aashish karn 2 years ago
parent
commit
be6ccb35aa
  1. 2
      GME Remit.entitlements
  2. 16
      GME Remit.xcodeproj/project.pbxproj
  3. 1
      GME Remit/GME RemitRelease.entitlements
  4. 2
      GME Remit/Modules/AppUpdate/User Interface/View/AppUpdateViewController.swift
  5. 10
      GME Remit/Modules/Home/User Interface/View/Cell/HomeCollectionCollectionViewCell.swift

2
GME Remit.entitlements

@ -6,7 +6,7 @@
<string>development</string>
<key>com.apple.developer.nfc.readersession.formats</key>
<array>
<string>NDEF</string>
<string>TAG</string>
</array>
</dict>

16
GME Remit.xcodeproj/project.pbxproj

@ -8109,7 +8109,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CODE_SIGN_STYLE = Automatic;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 68KRG7GPAV;
DEVELOPMENT_TEAM = 675X968TGP;
INFOPLIST_FILE = SnapshotUITest/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
@ -8134,7 +8134,7 @@
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 68KRG7GPAV;
DEVELOPMENT_TEAM = 675X968TGP;
INFOPLIST_FILE = SnapshotUITest/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
@ -8283,7 +8283,7 @@
CODE_SIGN_ENTITLEMENTS = "GME Remit.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 0;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 68KRG7GPAV;
ENABLE_BITCODE = NO;
@ -8303,7 +8303,7 @@
"$(inherited)",
"$(PROJECT_DIR)/GME\\ Remit/ThirdParty/virtualKeyboard/mtk_module",
);
MARKETING_VERSION = 1.4.3;
MARKETING_VERSION = 1.4.4;
"OTHER_CODE_SIGN_FLAGS[sdk=*]" = "--generate-entitlement-der";
OTHER_LDFLAGS = (
"$(OTHER_LDFLAGS)",
@ -8328,7 +8328,7 @@
CODE_SIGN_ENTITLEMENTS = "GME Remit/GME RemitRelease.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 0;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 68KRG7GPAV;
ENABLE_BITCODE = NO;
@ -8348,7 +8348,7 @@
"$(inherited)",
"$(PROJECT_DIR)/GME\\ Remit/ThirdParty/virtualKeyboard/mtk_module",
);
MARKETING_VERSION = 1.4.3;
MARKETING_VERSION = 1.4.4;
OTHER_LDFLAGS = (
"$(OTHER_LDFLAGS)",
"-ObjC",
@ -8425,7 +8425,7 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 68KRG7GPAV;
DEVELOPMENT_TEAM = 675X968TGP;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
@ -8451,7 +8451,7 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 68KRG7GPAV;
DEVELOPMENT_TEAM = 675X968TGP;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",

1
GME Remit/GME RemitRelease.entitlements

@ -10,7 +10,6 @@
</array>
<key>com.apple.developer.nfc.readersession.formats</key>
<array>
<string>NDEF</string>
<string>TAG</string>
</array>
</dict>

2
GME Remit/Modules/AppUpdate/User Interface/View/AppUpdateViewController.swift

@ -75,7 +75,7 @@ class AppUpdateViewController: UIViewController {
}
func update() {
let urlStr = "itms-apps://itunes.apple.com/gh/app/gme-remit/id1439161261?mt=8"
let urlStr = "itms-apps://itunes.apple.com/gh/app/jme-remittance/id1561903311"
UIApplication.tryURL(url: urlStr)
}
}

10
GME Remit/Modules/Home/User Interface/View/Cell/HomeCollectionCollectionViewCell.swift

@ -18,11 +18,11 @@ class HomeCollectionCollectionViewCell: UICollectionViewCell {
let image = model?.icon?.withRenderingMode(.alwaysOriginal)
self.imageview.image = image
if model?.title == "Slip Upload" {
let image = model?.icon?.withRenderingMode(.alwaysTemplate)
self.imageview.tintColor = UIColor.init(hex: "9AA2B4")
self.imageview.image = image
}
// if model?.title == "Slip Upload" {
// let image = model?.icon?.withRenderingMode(.alwaysTemplate)
// self.imageview.tintColor = UIColor.init(hex: "9AA2B4")
// self.imageview.image = image
// }
self.titleLabel.text = model?.title

Loading…
Cancel
Save