Skip to content

Commit

Permalink
new SDK version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbabitski committed Jan 9, 2024
1 parent 8700b4d commit 4fade83
Show file tree
Hide file tree
Showing 25 changed files with 410 additions and 347 deletions.
6 changes: 3 additions & 3 deletions IdentityVerification.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "IdentityVerification"
spec.version = "1.0.8"
spec.version = "1.0.9"
spec.summary = "Identity Verification is a cloud service embedded into web and mobile apps to help enterprises confidently welcome trusted customers and keep the bad people out."
spec.homepage = "https://www.transmitsecurity.co.il"

Expand Down Expand Up @@ -134,8 +134,8 @@ Pod::Spec.new do |spec|
# spec.requires_arc = true

# spec.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
spec.dependency "TSCoreSDK", "~> 1.0.15"
spec.dependency "AccountProtection", "~> 2.0.3"
spec.dependency "TSCoreSDK", "~> 1.0.18"
spec.dependency "AccountProtection", "~> 2.0.7"

spec.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ let package = Package(
targets: ["IdentityVerification", "IdentityVerification-Dependencies"])
],
dependencies: [
.package(url: "https://github.com/TransmitSecurity/core-ios-sdk.git", from: "1.0.15"),
.package(url: "https://github.com/TransmitSecurity/accountprotection-ios-sdk.git", from: "2.0.3")
.package(url: "https://github.com/TransmitSecurity/core-ios-sdk.git", from: "1.0.18"),
.package(url: "https://github.com/TransmitSecurity/accountprotection-ios-sdk.git", from: "2.0.7")
],
targets: [
.binaryTarget(
Expand Down
10 changes: 5 additions & 5 deletions Sources/IdentityVerification.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>IdentityVerification.framework/IdentityVerification</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>IdentityVerification.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>IdentityVerification.framework/IdentityVerification</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>IdentityVerification.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.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
#ifndef IDENTITYVERIFICATION_SWIFT_H
#define IDENTITYVERIFICATION_SWIFT_H
#pragma clang diagnostic push
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 4fade83

Please sign in to comment.