Skip to content

Commit

Permalink
* Updated Direct Tap Framework from v3.3.2 to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
torresejay102 committed Jan 17, 2023
1 parent a1df0ad commit cdb3d5c
Show file tree
Hide file tree
Showing 83 changed files with 31,943 additions and 14,115 deletions.
10 changes: 5 additions & 5 deletions Sources/Direct/DirectTapFramework.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>DirectTapFramework.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>DirectTapFramework.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// Generated by Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
#ifndef DIRECTTAPFRAMEWORK_SWIFT_H
#define DIRECTTAPFRAMEWORK_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -264,7 +264,7 @@ SWIFT_CLASS("_TtC18DirectTapFramework11DirectTapSF")

@class WKWebView;
@class WKNavigation;
@class WKNavigationAction;
@class WKNavigationResponse;
@class NSString;
@class NSBundle;
@class NSCoder;
Expand All @@ -274,8 +274,8 @@ SWIFT_CLASS("_TtC18DirectTapFramework27DirectWebViewViewController")
- (void)loadView;
- (void)viewDidLoad;
- (void)popScreen;
- (void)webView:(WKWebView * _Nonnull)webView didFinishNavigation:(WKNavigation * _Null_unspecified)Navigation;
- (void)webView:(WKWebView * _Nonnull)webView decidePolicyForNavigationAction:(WKNavigationAction * _Nonnull)navigationAction decisionHandler:(void (^ _Nonnull)(WKNavigationActionPolicy))decisionHandler;
- (void)webView:(WKWebView * _Nonnull)webView didCommitNavigation:(WKNavigation * _Null_unspecified)Navigation;
- (void)webView:(WKWebView * _Nonnull)webView decidePolicyForNavigationResponse:(WKNavigationResponse * _Nonnull)navigationResponse decisionHandler:(void (^ _Nonnull)(WKNavigationResponsePolicy))decisionHandler;
- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
@end
Expand Down
Binary file not shown.
Loading

0 comments on commit cdb3d5c

Please sign in to comment.