Skip to content

Commit

Permalink
fix: remove pod config that breaks simulator on m1 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellee8 authored Oct 26, 2021
1 parent 8a27551 commit 4ad891b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Torus-utils.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ Pod::Spec.new do |spec|
spec.dependency 'CryptoSwift', '~> 1.4.1'
spec.dependency 'secp256k1.swift', '~> 0.1.4'
spec.dependency 'PromiseKit/Foundation', '~> 6.0'
spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end

0 comments on commit 4ad891b

Please sign in to comment.