Skip to content

Commit

Permalink
* Updated Direct Tap Framework from v4.5.0 to v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
torresejay102 committed May 3, 2024
1 parent 297520f commit b52de99
Show file tree
Hide file tree
Showing 20 changed files with 10,294 additions and 8,270 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 @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>DirectTapFramework.framework/DirectTapFramework</string>
<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>BinaryPath</key>
<string>DirectTapFramework.framework/DirectTapFramework</string>
<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.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ SWIFT_CLASS("_TtC18DirectTapFramework27DirectWebViewViewController")
@property (nonatomic, weak) IBOutlet WKWebView * _Null_unspecified webView;
@property (nonatomic, weak) IBOutlet UIView * _Null_unspecified failedPage;
@property (nonatomic, weak) IBOutlet UILabel * _Null_unspecified dateText;
@property (nonatomic, weak) IBOutlet UIView * _Null_unspecified loadingPage;
@property (nonatomic, weak) IBOutlet UIView * _Null_unspecified loadingContainerView;
- (void)loadView;
- (void)viewDidLoad;
- (void)viewWillAppear:(BOOL)animated;
Expand Down
Binary file not shown.
Loading

0 comments on commit b52de99

Please sign in to comment.