diff --git a/IdentityVerification.podspec b/IdentityVerification.podspec index 1ef534e..a8bd7c7 100644 --- a/IdentityVerification.podspec +++ b/IdentityVerification.podspec @@ -136,10 +136,5 @@ Pod::Spec.new do |spec| # spec.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" } spec.dependency "TSCoreSDK", "~> 1.0.35" spec.dependency "AccountProtection", "~> 2.1.16" - - spec.pod_target_xcconfig = { - 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' - } - spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } end diff --git a/Package.swift b/Package.swift index 527e89a..4a2ac65 100644 --- a/Package.swift +++ b/Package.swift @@ -25,7 +25,9 @@ let package = Package( .target(name: "IdentityVerification-Dependencies", dependencies: [ .product(name: "AccountProtection", - package: "accountprotection-ios-sdk") + package: "accountprotection-ios-sdk"), + .product(name: "TSCoreSDK", + package: "core-ios-sdk") ]), ] )