Skip to content

Commit

Permalink
Merge pull request #21 from xmtp/set_ios_target_platform_16
Browse files Browse the repository at this point in the history
fix: for now set ios target to 16 to match XMTPRust
  • Loading branch information
michaelx11 authored Apr 27, 2023
2 parents d6d2d96 + 02cd966 commit 7be0ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/XMTPReactNative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.license = package['license']
s.author = package['author']
s.homepage = package['homepage']
s.platform = :ios, '13.0'
s.platform = :ios, '16.0'
s.swift_version = '5.4'
s.source = { git: 'https://github.com/xmtp/xmtp-react-native-sdk' }
s.static_framework = true
Expand Down

0 comments on commit 7be0ee4

Please sign in to comment.