Skip to content

Commit

Permalink
Update podspec ios deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
elefantel committed Dec 11, 2023
1 parent 4597006 commit 6665678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metamask-ios-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The iOS MetaMask SDK enables native iOS apps to interact with the Ethereum block
s.author = { 'MetaMask' => '[email protected]' }
s.source = { :git => 'https://github.com/MetaMask/metamask-ios-sdk.git', :tag => s.version.to_s }

s.ios.deployment_target = '14.0'
s.ios.deployment_target = '15.0'
s.source_files = 'Sources/metamask-ios-sdk/Classes/**/*'
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
Expand Down

0 comments on commit 6665678

Please sign in to comment.