Skip to content

Commit

Permalink
update ios pod for libxmtp log fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Aug 15, 2024
1 parent 79f62a9 commit 06c0495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/src/LaunchScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default function LaunchScreen(
const networkOptions = [
{ key: 0, label: 'dev' },
{ key: 1, label: 'local' },
// { key: 2, label: 'production' },
{ key: 2, label: 'production' },
]

const groupOptions = [
Expand Down
2 changes: 1 addition & 1 deletion ios/XMTPReactNative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Pod::Spec.new do |s|
s.source_files = "**/*.{h,m,swift}"
s.dependency 'secp256k1.swift'
s.dependency "MessagePacker"
s.dependency "XMTP", "= 0.14.1"
s.dependency "XMTP", "= 0.14.3"
end

0 comments on commit 06c0495

Please sign in to comment.