Removing arm64 requirement

This commit is contained in:
Jon Jones 2021-08-05 16:37:16 -05:00
parent 2afdf6ff31
commit 8ccf067ae8
1 changed files with 0 additions and 3 deletions

View File

@ -9,9 +9,6 @@ Pod::Spec.new do |spec|
spec.source = { :http => "https://github.com/paypal/paypalcheckout-ios/releases/download/#{spec.version}/PayPalCheckout.xcframework.zip" }
spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
spec.ios.vendored_frameworks = "PayPalCheckout.xcframework"
spec.license = { :type => 'PAYPAL', :text => <<-LICENSE