Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 8e61bed

Browse files
Merge pull request #4 from RBAtkins0n/master
2020-04-07: v1.0.1
2 parents c4d6cdd + b074094 commit 8e61bed

104 files changed

Lines changed: 2702 additions & 2259 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

PayHost iOS SDK.xcodeproj/project.pbxproj

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 50;
6+
objectVersion = 51;
77
objects = {
88

99
/* Begin PBXBuildFile section */
1010
3B1B929AB6C431C85227832A /* Pods_PayHost_iOS_SDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C108251C28E887519EFE051D /* Pods_PayHost_iOS_SDK.framework */; };
11+
40CE8A4D243333060025D68B /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40CE8A4C243333060025D68B /* WebKit.framework */; };
1112
7937ECA020DB9E5100F2AF11 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7937EC9F20DB9E5100F2AF11 /* AppDelegate.swift */; };
1213
7937ECA520DB9E5100F2AF11 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7937ECA320DB9E5100F2AF11 /* Main.storyboard */; };
1314
7937ECA720DB9E5A00F2AF11 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7937ECA620DB9E5A00F2AF11 /* Assets.xcassets */; };
@@ -54,6 +55,7 @@
5455

5556
/* Begin PBXFileReference section */
5657
388DE73EB5D04022B4E94C99 /* Pods-PayHost iOS SDK.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PayHost iOS SDK.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PayHost iOS SDK/Pods-PayHost iOS SDK.debug.xcconfig"; sourceTree = "<group>"; };
58+
40CE8A4C243333060025D68B /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
5759
7937EC9C20DB9E5100F2AF11 /* PayHost iOS SDK.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PayHost iOS SDK.app"; sourceTree = BUILT_PRODUCTS_DIR; };
5860
7937EC9F20DB9E5100F2AF11 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
5961
7937ECA420DB9E5100F2AF11 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
@@ -99,6 +101,7 @@
99101
isa = PBXFrameworksBuildPhase;
100102
buildActionMask = 2147483647;
101103
files = (
104+
40CE8A4D243333060025D68B /* WebKit.framework in Frameworks */,
102105
3B1B929AB6C431C85227832A /* Pods_PayHost_iOS_SDK.framework in Frameworks */,
103106
);
104107
runOnlyForDeploymentPostprocessing = 0;
@@ -294,6 +297,7 @@
294297
AE0FBD6253DF18522EFF575F /* Frameworks */ = {
295298
isa = PBXGroup;
296299
children = (
300+
40CE8A4C243333060025D68B /* WebKit.framework */,
297301
799E1A3920DCEBFA00CE711B /* SwiftLazy.framework */,
298302
799E1A3720DCEBF500CE711B /* DITranquillity.framework */,
299303
C108251C28E887519EFE051D /* Pods_PayHost_iOS_SDK.framework */,
@@ -371,13 +375,16 @@
371375
TargetAttributes = {
372376
7937EC9B20DB9E5100F2AF11 = {
373377
CreatedOnToolsVersion = 9.4;
378+
LastSwiftMigration = 1130;
374379
};
375380
7937ECAF20DB9E5B00F2AF11 = {
376381
CreatedOnToolsVersion = 9.4;
382+
LastSwiftMigration = 1130;
377383
TestTargetID = 7937EC9B20DB9E5100F2AF11;
378384
};
379385
7937ECBA20DB9E5B00F2AF11 = {
380386
CreatedOnToolsVersion = 9.4;
387+
LastSwiftMigration = 1130;
381388
TestTargetID = 7937EC9B20DB9E5100F2AF11;
382389
};
383390
};
@@ -437,23 +444,16 @@
437444
buildActionMask = 2147483647;
438445
files = (
439446
);
440-
inputPaths = (
441-
"${SRCROOT}/Pods/Target Support Files/Pods-PayHost iOS SDK/Pods-PayHost iOS SDK-frameworks.sh",
442-
"${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework",
443-
"${BUILT_PRODUCTS_DIR}/KRActivityIndicatorView/KRActivityIndicatorView.framework",
444-
"${BUILT_PRODUCTS_DIR}/KRProgressHUD/KRProgressHUD.framework",
445-
"${BUILT_PRODUCTS_DIR}/ObjectMapper/ObjectMapper.framework",
447+
inputFileListPaths = (
448+
"${PODS_ROOT}/Target Support Files/Pods-PayHost iOS SDK/Pods-PayHost iOS SDK-frameworks-${CONFIGURATION}-input-files.xcfilelist",
446449
);
447450
name = "[CP] Embed Pods Frameworks";
448-
outputPaths = (
449-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework",
450-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KRActivityIndicatorView.framework",
451-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KRProgressHUD.framework",
452-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectMapper.framework",
451+
outputFileListPaths = (
452+
"${PODS_ROOT}/Target Support Files/Pods-PayHost iOS SDK/Pods-PayHost iOS SDK-frameworks-${CONFIGURATION}-output-files.xcfilelist",
453453
);
454454
runOnlyForDeploymentPostprocessing = 0;
455455
shellPath = /bin/sh;
456-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PayHost iOS SDK/Pods-PayHost iOS SDK-frameworks.sh\"\n";
456+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-PayHost iOS SDK/Pods-PayHost iOS SDK-frameworks.sh\"\n";
457457
showEnvVarsInLog = 0;
458458
};
459459
E1BCBD99B7C03F3FCEB3F435 /* [CP] Check Pods Manifest.lock */ = {
@@ -604,7 +604,7 @@
604604
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
605605
GCC_WARN_UNUSED_FUNCTION = YES;
606606
GCC_WARN_UNUSED_VARIABLE = YES;
607-
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
607+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
608608
MTL_ENABLE_DEBUG_INFO = YES;
609609
ONLY_ACTIVE_ARCH = YES;
610610
SDKROOT = iphoneos;
@@ -658,7 +658,7 @@
658658
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
659659
GCC_WARN_UNUSED_FUNCTION = YES;
660660
GCC_WARN_UNUSED_VARIABLE = YES;
661-
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
661+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
662662
MTL_ENABLE_DEBUG_INFO = NO;
663663
SDKROOT = iphoneos;
664664
SWIFT_COMPILATION_MODE = wholemodule;
@@ -675,15 +675,15 @@
675675
CODE_SIGN_STYLE = Automatic;
676676
DEVELOPMENT_TEAM = 58CQ68X4QT;
677677
INFOPLIST_FILE = "PayHost iOS SDK/Info.plist";
678-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
678+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
679679
LD_RUNPATH_SEARCH_PATHS = (
680680
"$(inherited)",
681681
"@executable_path/Frameworks",
682682
);
683683
PRODUCT_BUNDLE_IDENTIFIER = com.appinlet.payhost;
684684
PRODUCT_NAME = "$(TARGET_NAME)";
685685
SWIFT_OBJC_BRIDGING_HEADER = "PayHost iOS SDK/Resources/PayHost_iOS_SDK-Bridging-Header.h";
686-
SWIFT_VERSION = 4.0;
686+
SWIFT_VERSION = 5.0;
687687
TARGETED_DEVICE_FAMILY = "1,2";
688688
};
689689
name = Debug;
@@ -696,15 +696,15 @@
696696
CODE_SIGN_STYLE = Automatic;
697697
DEVELOPMENT_TEAM = 58CQ68X4QT;
698698
INFOPLIST_FILE = "PayHost iOS SDK/Info.plist";
699-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
699+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
700700
LD_RUNPATH_SEARCH_PATHS = (
701701
"$(inherited)",
702702
"@executable_path/Frameworks",
703703
);
704704
PRODUCT_BUNDLE_IDENTIFIER = com.appinlet.payhost;
705705
PRODUCT_NAME = "$(TARGET_NAME)";
706706
SWIFT_OBJC_BRIDGING_HEADER = "PayHost iOS SDK/Resources/PayHost_iOS_SDK-Bridging-Header.h";
707-
SWIFT_VERSION = 4.0;
707+
SWIFT_VERSION = 5.0;
708708
TARGETED_DEVICE_FAMILY = "1,2";
709709
};
710710
name = Release;
@@ -723,7 +723,7 @@
723723
);
724724
PRODUCT_BUNDLE_IDENTIFIER = "com.icanstdioz.test.PayHost-iOS-SDKTests";
725725
PRODUCT_NAME = "$(TARGET_NAME)";
726-
SWIFT_VERSION = 4.0;
726+
SWIFT_VERSION = 5.0;
727727
TARGETED_DEVICE_FAMILY = "1,2";
728728
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PayHost iOS SDK.app/PayHost iOS SDK";
729729
};
@@ -743,7 +743,7 @@
743743
);
744744
PRODUCT_BUNDLE_IDENTIFIER = "com.icanstdioz.test.PayHost-iOS-SDKTests";
745745
PRODUCT_NAME = "$(TARGET_NAME)";
746-
SWIFT_VERSION = 4.0;
746+
SWIFT_VERSION = 5.0;
747747
TARGETED_DEVICE_FAMILY = "1,2";
748748
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PayHost iOS SDK.app/PayHost iOS SDK";
749749
};
@@ -762,7 +762,7 @@
762762
);
763763
PRODUCT_BUNDLE_IDENTIFIER = "com.icanstdioz.test.PayHost-iOS-SDKUITests";
764764
PRODUCT_NAME = "$(TARGET_NAME)";
765-
SWIFT_VERSION = 4.0;
765+
SWIFT_VERSION = 5.0;
766766
TARGETED_DEVICE_FAMILY = "1,2";
767767
TEST_TARGET_NAME = "PayHost iOS SDK";
768768
};
@@ -781,7 +781,7 @@
781781
);
782782
PRODUCT_BUNDLE_IDENTIFIER = "com.icanstdioz.test.PayHost-iOS-SDKUITests";
783783
PRODUCT_NAME = "$(TARGET_NAME)";
784-
SWIFT_VERSION = 4.0;
784+
SWIFT_VERSION = 5.0;
785785
TARGETED_DEVICE_FAMILY = "1,2";
786786
TEST_TARGET_NAME = "PayHost iOS SDK";
787787
};

PayHost iOS SDK.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PayHost iOS SDK/Resources/AppDelegate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
1919

2020
var window: UIWindow?
2121

22-
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
22+
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
2323
// Override point for customization after application launch.
2424

2525
IQKeyboardManager.sharedManager().enable = true
@@ -31,7 +31,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
3131
func callNaviagtionUI(){
3232
UINavigationBar.appearance().barTintColor = AppColor.naviagtionBarTintColor // bar color
3333
UINavigationBar.appearance().tintColor = AppColor.navigationtintColor //back button color
34-
UINavigationBar.appearance().titleTextAttributes = [NSAttributedStringKey.foregroundColor: AppColor.NavigattionTitleColor] // view title color
34+
UINavigationBar.appearance().titleTextAttributes = [NSAttributedString.Key.foregroundColor: AppColor.NavigattionTitleColor] // view title color
3535
UINavigationBar.appearance().isTranslucent = false
3636
//for image
3737
UINavigationBar.appearance().setBackgroundImage(UIImage(), for: .any, barMetrics: .default)

PayHost iOS SDK/Resources/PayHost_iOS_SDK-Bridging-Header.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// Developer: App Inlet (Pty) Ltd
88
// Developer URI: https://www.appinlet.com/
99
//
10-
// Copyright: © 2018 PayGate (Pty) Ltd.
10+
// Copyright: © 2020 PayGate (Pty) Ltd.
1111
// License: GNU General Public License v3.0
1212
// License URI: http://www.gnu.org/licenses/gpl-3.0.html
1313
//

0 commit comments

Comments
 (0)