Skip to content

Commit

Permalink
fix: for now we set ios target to 16 to match XMTPRust
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Xu committed Apr 27, 2023
1 parent d6d2d96 commit 02cd966
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 02cd966

Please sign in to comment.