Skip to content

Commit

Permalink
* Updated Direct Tap Framework from v4.4.0 to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
torresejay102 committed Apr 25, 2024
1 parent 934e9ad commit 297520f
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 34 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ SWIFT_CLASS("_TtC18DirectTapFramework27DirectWebViewViewController")
@property (nonatomic, weak) IBOutlet UILabel * _Null_unspecified dateText;
- (void)loadView;
- (void)viewDidLoad;
- (void)viewWillAppear:(BOOL)animated;
- (void)viewWillDisappear:(BOOL)animated;
- (void)showOfflineDeviceUIWithNotification:(NSNotification * _Nonnull)notification;
- (void)popScreen;
- (void)webView:(WKWebView * _Nonnull)webView navigationAction:(WKNavigationAction * _Nonnull)navigationAction didBecomeDownload:(WKDownload * _Nonnull)download;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -60945,28 +60945,28 @@
{
"filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/direct\/DirectTapSF.swift",
"kind": "BooleanLiteral",
"offset": 9137,
"offset": 9544,
"length": 4,
"value": "true"
},
{
"filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/direct\/DirectTapSF.swift",
"kind": "BooleanLiteral",
"offset": 9167,
"offset": 9574,
"length": 4,
"value": "true"
},
{
"filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/direct\/DirectTapSF.swift",
"kind": "StringLiteral",
"offset": 31816,
"offset": 32223,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/direct\/DirectTapSF.swift",
"kind": "BooleanLiteral",
"offset": 31836,
"offset": 32243,
"length": 5,
"value": "false"
},
Expand Down Expand Up @@ -65957,7 +65957,7 @@
{
"filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/direct\/DirectWebViewViewController.swift",
"kind": "BooleanLiteral",
"offset": 9711,
"offset": 10637,
"length": 5,
"value": "false"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
</data>
<key>Headers/DirectTapFramework-Swift.h</key>
<data>
8Rb+QLZlCxPBKzOAlguov0CH2qs=
kB9do0+MSiXfakGxQzZ/T//dO74=
</data>
<key>Info.plist</key>
<data>
ZGV5uUkhxNqS2XuJechU4Z7OxdQ=
4T/9BDZ0Tq11p9ai8rB27/TahV8=
</data>
<key>Lato-Bold.ttf</key>
<data>
Expand All @@ -34,7 +34,7 @@
</data>
<key>Modules/DirectTapFramework.swiftmodule/arm64-apple-ios.abi.json</key>
<data>
4vlaiQD+eji4ZzbLU6FkL/3zFrQ=
uk99fN7XHSpn2QMwbv7Z8FfGdFw=
</data>
<key>Modules/DirectTapFramework.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
<data>
Expand All @@ -50,7 +50,7 @@
</data>
<key>Modules/DirectTapFramework.swiftmodule/arm64-apple-ios.swiftmodule</key>
<data>
yjBvfDN9D/nue+NECAotpQEgnpk=
ZcDPskVNfdubimG43hhXaHsi9yE=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dict>
<key>hash2</key>
<data>
lWaGoce2CkbHlwa9pgdj6FOkq/RrDuw3xRr0nLNgyus=
zng7w98RioTkNir4oNRRsNeVA344KjWIlqd9JFb7ODg=
</data>
</dict>
<key>Lato-Bold.ttf</key>
Expand All @@ -109,7 +109,7 @@
<dict>
<key>hash2</key>
<data>
9NNr1xrcXZ3ta7wFfKKU1gs4fWtPW626DoTN+Qs6JN8=
BVDA3sEPwcYx6t4T7rd7biDEAQtQQxuwStOhVroqcZw=
</data>
</dict>
<key>Modules/DirectTapFramework.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
Expand Down Expand Up @@ -137,7 +137,7 @@
<dict>
<key>hash2</key>
<data>
SaS2yqxmW1FQA9de51lA9WkeSVEWAqR3pXxzpebHbyg=
luSN1GlIOTkH6IUhXZWGZ6IR+u48XnWySc46tWbcL+8=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ SWIFT_CLASS("_TtC18DirectTapFramework27DirectWebViewViewController")
@property (nonatomic, weak) IBOutlet UILabel * _Null_unspecified dateText;
- (void)loadView;
- (void)viewDidLoad;
- (void)viewWillAppear:(BOOL)animated;
- (void)viewWillDisappear:(BOOL)animated;
- (void)showOfflineDeviceUIWithNotification:(NSNotification * _Nonnull)notification;
- (void)popScreen;
- (void)webView:(WKWebView * _Nonnull)webView navigationAction:(WKNavigationAction * _Nonnull)navigationAction didBecomeDownload:(WKDownload * _Nonnull)download;
Expand Down Expand Up @@ -683,6 +685,8 @@ SWIFT_CLASS("_TtC18DirectTapFramework27DirectWebViewViewController")
@property (nonatomic, weak) IBOutlet UILabel * _Null_unspecified dateText;
- (void)loadView;
- (void)viewDidLoad;
- (void)viewWillAppear:(BOOL)animated;
- (void)viewWillDisappear:(BOOL)animated;
- (void)showOfflineDeviceUIWithNotification:(NSNotification * _Nonnull)notification;
- (void)popScreen;
- (void)webView:(WKWebView * _Nonnull)webView navigationAction:(WKNavigationAction * _Nonnull)navigationAction didBecomeDownload:(WKDownload * _Nonnull)download;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -60945,28 +60945,28 @@
{
"filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/direct\/DirectTapSF.swift",
"kind": "BooleanLiteral",
"offset": 9137,
"offset": 9544,
"length": 4,
"value": "true"
},
{
"filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/direct\/DirectTapSF.swift",
"kind": "BooleanLiteral",
"offset": 9167,
"offset": 9574,
"length": 4,
"value": "true"
},
{
"filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/direct\/DirectTapSF.swift",
"kind": "StringLiteral",
"offset": 31816,
"offset": 32223,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/direct\/DirectTapSF.swift",
"kind": "BooleanLiteral",
"offset": 31836,
"offset": 32243,
"length": 5,
"value": "false"
},
Expand Down Expand Up @@ -65957,7 +65957,7 @@
{
"filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/direct\/DirectWebViewViewController.swift",
"kind": "BooleanLiteral",
"offset": 9711,
"offset": 10637,
"length": 5,
"value": "false"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60945,28 +60945,28 @@
{
"filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/direct\/DirectTapSF.swift",
"kind": "BooleanLiteral",
"offset": 9137,
"offset": 9544,
"length": 4,
"value": "true"
},
{
"filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/direct\/DirectTapSF.swift",
"kind": "BooleanLiteral",
"offset": 9167,
"offset": 9574,
"length": 4,
"value": "true"
},
{
"filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/direct\/DirectTapSF.swift",
"kind": "StringLiteral",
"offset": 31816,
"offset": 32223,
"length": 2,
"value": "\"\""
},
{
"filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/direct\/DirectTapSF.swift",
"kind": "BooleanLiteral",
"offset": 31836,
"offset": 32243,
"length": 5,
"value": "false"
},
Expand Down Expand Up @@ -65957,7 +65957,7 @@
{
"filePath": "\/Users\/ejaytorres\/core-sdk-ios\/CoreFramework\/tap\/direct\/DirectWebViewViewController.swift",
"kind": "BooleanLiteral",
"offset": 9711,
"offset": 10637,
"length": 5,
"value": "false"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
</data>
<key>Headers/DirectTapFramework-Swift.h</key>
<data>
z0DnpCJ5U6v5N1QFNAG6BE4tIWA=
4GXcDG6lo1KGtGr0QnXg5B3+KoA=
</data>
<key>Info.plist</key>
<data>
zfdxdDn79ZTwPNPpGqCG3jcGPxU=
kiJjl0qWDi9Wgpk91O2yI1BPctQ=
</data>
<key>Lato-Bold.ttf</key>
<data>
Expand All @@ -34,7 +34,7 @@
</data>
<key>Modules/DirectTapFramework.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
<data>
JiN5ky3MZozq/pPw6HCC2GgY3pQ=
Y7PBfi8msLh7vCIBUGKN9HO4IPY=
</data>
<key>Modules/DirectTapFramework.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
<data>
Expand All @@ -50,11 +50,11 @@
</data>
<key>Modules/DirectTapFramework.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<data>
EK7XJgKxvabf3a9g7v4Q5XVIoME=
VLticOZ1Vl+d4sHE+H4P0hMsoEE=
</data>
<key>Modules/DirectTapFramework.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<data>
JiN5ky3MZozq/pPw6HCC2GgY3pQ=
Y7PBfi8msLh7vCIBUGKN9HO4IPY=
</data>
<key>Modules/DirectTapFramework.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
<data>
Expand All @@ -70,7 +70,7 @@
</data>
<key>Modules/DirectTapFramework.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data>
nPXXfSRbBgxvaBmOJ4NQLENOgJU=
TcxpeRu5wOObkpZ7ThwuMgkpUI8=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -108,7 +108,7 @@
<dict>
<key>hash2</key>
<data>
0IrAhwhRO5CzkMS+VcL9n5EKFrTonWYx34vVgcS68LU=
oNqI5s8yzjLbjbYXzEi+fx1LyFmw+HNPqTs+jbNCmQM=
</data>
</dict>
<key>Lato-Bold.ttf</key>
Expand All @@ -129,7 +129,7 @@
<dict>
<key>hash2</key>
<data>
ZLSVup7gsvjgbo5LPfO1YfrQykyHoeSs9BHIv4eaBvM=
8f3y7lbdgcv92aoGRJrxNfsf4nuxM9T56MbOYVgrKm0=
</data>
</dict>
<key>Modules/DirectTapFramework.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
Expand Down Expand Up @@ -157,14 +157,14 @@
<dict>
<key>hash2</key>
<data>
kjLjP6TbO8wES7COMEm3eW3sb0Y8QRDzEyaIKLVT9fw=
L/dY4GKae0Y/c4GTCoh2foj6KrnfLEtC/nh5/5WNeqs=
</data>
</dict>
<key>Modules/DirectTapFramework.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<dict>
<key>hash2</key>
<data>
ZLSVup7gsvjgbo5LPfO1YfrQykyHoeSs9BHIv4eaBvM=
8f3y7lbdgcv92aoGRJrxNfsf4nuxM9T56MbOYVgrKm0=
</data>
</dict>
<key>Modules/DirectTapFramework.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
Expand Down Expand Up @@ -192,7 +192,7 @@
<dict>
<key>hash2</key>
<data>
1UT4LCNKdUOS7qVs8D3C3qdVGPymYJwnCfRQo5mlK5w=
9xGiq61AAg9NAHxpzLLVXyXYpyXBtDDaNkZL8wD/xyk=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
10 changes: 10 additions & 0 deletions sdk docs/direct tap/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

## 4.5.0 - 2024-04-23

### Fixed

- Error Code having extra text (e.g. INTERNAL: DIRXXX1234) in some cases

### Added

- Framework logs pertaining to WKWebView activity and Network Connection

## 4.4.0 - 2024-03-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion sdk docs/direct tap/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Direct Tap Framework for iOS
***
*Version:* 4.4.0
*Version:* 4.5.0
***

## Table of Contents
Expand Down

0 comments on commit 297520f

Please sign in to comment.