Skip to content

Commit

Permalink
Merge pull request #31 from Kount/4.1.4
Browse files Browse the repository at this point in the history
fixed sdk version issue
  • Loading branch information
mindle-kount authored Feb 26, 2021
2 parents 6428483 + 9325bb9 commit c3d95eb
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
7E7826841CD902180008C69A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7E7826831CD902180008C69A /* Assets.xcassets */; };
7E7826871CD902180008C69A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7E7826851CD902180008C69A /* LaunchScreen.storyboard */; };
7E7826981CD926830008C69A /* CheckoutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E7826971CD926830008C69A /* CheckoutViewController.m */; };
ACFE764B25CA815400825D2C /* KountDataCollector.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = ACFE763E25CA805400825D2C /* KountDataCollector.xcframework */; };
ACFE764C25CA815400825D2C /* KountDataCollector.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = ACFE763E25CA805400825D2C /* KountDataCollector.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
AC9AD78125E7934A008E7B24 /* KountDataCollector.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = AC9AD77D25E7932B008E7B24 /* KountDataCollector.xcframework */; };
AC9AD78225E7934A008E7B24 /* KountDataCollector.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = AC9AD77D25E7932B008E7B24 /* KountDataCollector.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
ACFE766F25CAB95B00825D2C /* CustomWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = ACFE766925CAB95B00825D2C /* CustomWindow.m */; };
ACFE767025CAB95B00825D2C /* UIViewController+TouchControl.m in Sources */ = {isa = PBXBuildFile; fileRef = ACFE766A25CAB95B00825D2C /* UIViewController+TouchControl.m */; };
ACFE767125CAB95B00825D2C /* UIControl+CustomControl.m in Sources */ = {isa = PBXBuildFile; fileRef = ACFE766E25CAB95B00825D2C /* UIControl+CustomControl.m */; };
Expand All @@ -28,7 +28,7 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
ACFE764C25CA815400825D2C /* KountDataCollector.xcframework in Embed Frameworks */,
AC9AD78225E7934A008E7B24 /* KountDataCollector.xcframework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -48,7 +48,7 @@
7E7826881CD902180008C69A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
7E7826961CD926830008C69A /* CheckoutViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CheckoutViewController.h; sourceTree = "<group>"; };
7E7826971CD926830008C69A /* CheckoutViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CheckoutViewController.m; sourceTree = "<group>"; };
ACFE763E25CA805400825D2C /* KountDataCollector.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = KountDataCollector.xcframework; path = ../KountDataCollector.xcframework; sourceTree = "<group>"; };
AC9AD77D25E7932B008E7B24 /* KountDataCollector.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = KountDataCollector.xcframework; path = ../KountDataCollector.xcframework; sourceTree = "<group>"; };
ACFE766925CAB95B00825D2C /* CustomWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomWindow.m; sourceTree = "<group>"; };
ACFE766A25CAB95B00825D2C /* UIViewController+TouchControl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+TouchControl.m"; sourceTree = "<group>"; };
ACFE766B25CAB95B00825D2C /* UIControl+CustomControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIControl+CustomControl.h"; sourceTree = "<group>"; };
Expand All @@ -62,7 +62,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
ACFE764B25CA815400825D2C /* KountDataCollector.xcframework in Frameworks */,
AC9AD78125E7934A008E7B24 /* KountDataCollector.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -72,7 +72,7 @@
7E78266B1CD902180008C69A = {
isa = PBXGroup;
children = (
ACFE763E25CA805400825D2C /* KountDataCollector.xcframework */,
AC9AD77D25E7932B008E7B24 /* KountDataCollector.xcframework */,
7E7826761CD902180008C69A /* CheckoutExampleObjC */,
7E7826751CD902180008C69A /* Products */,
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
7E7826AD1CDA4D120008C69A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7E7826AC1CDA4D120008C69A /* Assets.xcassets */; };
7E7826B01CDA4D120008C69A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7E7826AE1CDA4D120008C69A /* LaunchScreen.storyboard */; };
7E7826B81CDA4DD30008C69A /* CheckoutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E7826B71CDA4DD30008C69A /* CheckoutViewController.swift */; };
ACFE764E25CA815A00825D2C /* KountDataCollector.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = ACFE763D25CA804300825D2C /* KountDataCollector.xcframework */; };
ACFE764F25CA815A00825D2C /* KountDataCollector.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = ACFE763D25CA804300825D2C /* KountDataCollector.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
AC9AD77F25E79340008E7B24 /* KountDataCollector.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = AC9AD77C25E7931A008E7B24 /* KountDataCollector.xcframework */; };
AC9AD78025E79340008E7B24 /* KountDataCollector.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = AC9AD77C25E7931A008E7B24 /* KountDataCollector.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
ACFE766525CAB93700825D2C /* CustomWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = ACFE765F25CAB93700825D2C /* CustomWindow.m */; };
ACFE766625CAB93700825D2C /* UIViewController+TouchControl.m in Sources */ = {isa = PBXBuildFile; fileRef = ACFE766025CAB93700825D2C /* UIViewController+TouchControl.m */; };
ACFE766725CAB93700825D2C /* UIControl+CustomControl.m in Sources */ = {isa = PBXBuildFile; fileRef = ACFE766425CAB93700825D2C /* UIControl+CustomControl.m */; };
Expand All @@ -27,7 +27,7 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
ACFE764F25CA815A00825D2C /* KountDataCollector.xcframework in Embed Frameworks */,
AC9AD78025E79340008E7B24 /* KountDataCollector.xcframework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -44,7 +44,7 @@
7E7826B11CDA4D120008C69A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
7E7826B71CDA4DD30008C69A /* CheckoutViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CheckoutViewController.swift; sourceTree = "<group>"; };
7E7826BC1CDA50290008C69A /* CheckoutExampleSwift-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "CheckoutExampleSwift-Bridging-Header.h"; path = "CheckoutExampleSwift/CheckoutExampleSwift-Bridging-Header.h"; sourceTree = "<group>"; };
ACFE763D25CA804300825D2C /* KountDataCollector.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = KountDataCollector.xcframework; path = ../KountDataCollector.xcframework; sourceTree = "<group>"; };
AC9AD77C25E7931A008E7B24 /* KountDataCollector.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = KountDataCollector.xcframework; path = ../KountDataCollector.xcframework; sourceTree = "<group>"; };
ACFE765F25CAB93700825D2C /* CustomWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomWindow.m; sourceTree = "<group>"; };
ACFE766025CAB93700825D2C /* UIViewController+TouchControl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+TouchControl.m"; sourceTree = "<group>"; };
ACFE766125CAB93700825D2C /* UIControl+CustomControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIControl+CustomControl.h"; sourceTree = "<group>"; };
Expand All @@ -58,7 +58,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
ACFE764E25CA815A00825D2C /* KountDataCollector.xcframework in Frameworks */,
AC9AD77F25E79340008E7B24 /* KountDataCollector.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -68,7 +68,7 @@
7E7826991CDA4D120008C69A = {
isa = PBXGroup;
children = (
ACFE763D25CA804300825D2C /* KountDataCollector.xcframework */,
AC9AD77C25E7931A008E7B24 /* KountDataCollector.xcframework */,
7E7826BC1CDA50290008C69A /* CheckoutExampleSwift-Bridging-Header.h */,
7E7826A41CDA4D120008C69A /* CheckoutExampleSwift */,
7E7826A31CDA4D120008C69A /* Products */,
Expand Down
Binary file not shown.
Binary file not shown.
15 changes: 11 additions & 4 deletions KountDataCollectorUnivesalLibrary/KountAnalyticsViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@

NS_ASSUME_NONNULL_BEGIN

@interface KountAnalyticsViewController : UIViewController <UITextFieldDelegate, UITableViewDataSource, UITableViewDelegate, UICollectionViewDelegate, UICollectionViewDataSource> {
@interface KountAnalyticsViewController : UIViewController <UITextFieldDelegate, UITableViewDataSource, UITableViewDelegate, UICollectionViewDelegate, UICollectionViewDataSource, UITextViewDelegate, UISearchBarDelegate> {

}

+ (id)sharedInstance;
+ (void)setColorWellButtonType;
- (NSString *)getColorWellButtonType;
+ (NSString *)getAppSessionID;
- (BOOL)checkIsDeviceJailbroken;
- (void)appear;
Expand All @@ -27,6 +30,7 @@ NS_ASSUME_NONNULL_BEGIN
- (void)msDifferenceBetweenCharacter;
- (void)allMsDifferenceBetweenKeys;
- (void)assignInputData;
- (void)deviceDidRotate:(NSNotification *)notification;
- (void)collectBatteryData;
- (void)getBatteryState;
- (void)getBatteryLevel;
Expand All @@ -35,16 +39,19 @@ NS_ASSUME_NONNULL_BEGIN
- (void)didChangeBatteryLevel:(NSNotification *)notification;
- (void)didChangePowerMode:(NSNotification *)notification;
- (void)assignBatteryData;
- (void)update;
- (void)collect:(NSString *)sessionID analyticsSwitch:(BOOL)analyticsData completion:(nullable void (^)(NSString *_Nonnull sessionID, NSError *_Nullable error))completionBlock;
- (void)getDeviceOrientationData;
- (void)collectDeviceOrientationData;
- (void)assignDeviceOrientationData;
- (void)checkForDeviceMotion;
- (void)collect:(NSString *)sessionID analyticsSwitch:(BOOL)analyticsData completion:(nullable void (^)(NSString *_Nonnull sessionID, BOOL success, NSError *_Nullable error))completionBlock;
- (NSString *)getSessionID;
- (void)createJsonObjectFormat;
- (void)storeLogInEvents:(BOOL)logInStatus;
- (void)assignFormData;
- (void)storeButtonEvents:(UIView *)myView touchesOnButton:(UITouch *)touches;
- (void)setEnvironmentForAnalytics:(KEnvironment)env;
- (void)registerBackgroundTask;
- (void)appInBackground;

@end

NS_ASSUME_NONNULL_END
Expand Down
Binary file modified KountDataCollectorUnivesalLibrary/libKountDataCollector.a
Binary file not shown.

0 comments on commit c3d95eb

Please sign in to comment.