Skip to content

Commit

Permalink
fix(ad-hoc): fix Checkout3DS podspec (#184)
Browse files Browse the repository at this point in the history
Checkout3DS only supports arm64 so x86_64 was excluded
from ProcessOutCheckout3DS
  • Loading branch information
andrii-vysotskyi-cko authored Oct 24, 2023
1 parent a708748 commit 61a7f00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ProcessOutCheckout3DS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.ios.deployment_target = '12.0'
s.source_files = 'Sources/ProcessOutCheckout3DS/**/*.swift'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS' => 'x86_64' }
s.dependency 'ProcessOut', s.version.to_s
s.dependency 'Checkout3DS', '3.2.1'
end

0 comments on commit 61a7f00

Please sign in to comment.