Skip to content

Commit

Permalink
bump the pod spec to allow other valid archs (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer authored Oct 27, 2023
1 parent de6191a commit 0fe9b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.4-alpha0"
spec.version = "0.6.5-alpha0"
spec.summary = "XMTP SDK Cocoapod"

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

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

0 comments on commit 0fe9b32

Please sign in to comment.