Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.1"
spec.version = "1.2.3"
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.25"
spec.dependency "AccountProtection", "~> 2.1.4"
spec.dependency "TSCoreSDK", "~> 1.0.27"
spec.dependency "AccountProtection", "~> 2.1.12"

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.25"),
.package(url: "https://github.com/TransmitSecurity/accountprotection-ios-sdk.git", from: "2.1.4")
.package(url: "https://github.com/TransmitSecurity/core-ios-sdk.git", from: "2.1.12"),
.package(url: "https://github.com/TransmitSecurity/accountprotection-ios-sdk.git", from: "2.1.12")
],
targets: [
.binaryTarget(
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.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
#ifndef IDENTITYVERIFICATION_SWIFT_H
#define IDENTITYVERIFICATION_SWIFT_H
#pragma clang diagnostic push
Expand Down Expand Up @@ -42,6 +42,8 @@
#include <string.h>
#endif
#if defined(__cplusplus)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
# include <ptrauth.h>
#else
Expand All @@ -55,6 +57,7 @@
# endif
#pragma clang diagnostic pop
#endif
#pragma clang diagnostic pop
#endif

#if !defined(SWIFT_TYPEDEFS)
Expand Down Expand Up @@ -289,6 +292,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#pragma clang diagnostic ignored "-Wunknown-pragmas"
#pragma clang diagnostic ignored "-Wnullability"
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"

#if __has_attribute(external_source_symbol)
# pragma push_macro("any")
Expand All @@ -308,12 +312,14 @@ SWIFT_CLASS("_TtC20IdentityVerification11BasicStyles")




SWIFT_CLASS("_TtC20IdentityVerification10LineStyles")
@interface LineStyles : NSObject
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end



SWIFT_CLASS("_TtC20IdentityVerification22TSIdentityVerification")
@interface TSIdentityVerification : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#import <Foundation/Foundation.h>


//! Project version number for IdentityVerification.
FOUNDATION_EXPORT double IdentityVerificationVersionNumber;

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading