Skip to content

Commit

Permalink
* Updated Direct Tap Framework from v4.3.0 to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
torresejay102 committed Mar 11, 2024
1 parent 62d3a86 commit 934e9ad
Show file tree
Hide file tree
Showing 91 changed files with 69,020 additions and 203,177 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_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>
<dict>
<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>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
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.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
#ifndef DIRECTTAPFRAMEWORK_SWIFT_H
#define DIRECTTAPFRAMEWORK_SWIFT_H
#pragma clang diagnostic push
Expand Down
Binary file not shown.
Loading

0 comments on commit 934e9ad

Please sign in to comment.