Skip to content

Commit

Permalink
remove supported arch types entirely (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer authored Nov 13, 2023
1 parent 0acdf65 commit 1afe5bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions XMTP.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "XMTP"
spec.version = "0.6.6-alpha0"
spec.version = "0.6.7-alpha0"
spec.summary = "XMTP SDK Cocoapod"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -45,6 +45,4 @@ Pod::Spec.new do |spec|
spec.dependency "GzipSwift"
spec.dependency "Connect-Swift"
spec.dependency 'XMTPRust', '= 0.3.6-beta0'

spec.xcconfig = {'VALID_ARCHS' => 'armv7 arm64 x86_64' }
end

0 comments on commit 1afe5bd

Please sign in to comment.