Skip to content

Commit

Permalink
Update iOS version to 7.0.1 (#185)
Browse files Browse the repository at this point in the history
* update ios to 7.0.1

* updated podspec
  • Loading branch information
uddish authored Apr 12, 2024
1 parent 78a9adf commit d383474
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ PODS:
- FlipperKit/FlipperKitNetworkPlugin
- fmt (6.2.1)
- glog (0.3.5)
- Intercom (17.0.0)
- intercom-react-native (7.0.0):
- Intercom (~> 17.0.0)
- Intercom (17.0.1)
- intercom-react-native (7.0.1):
- Intercom (~> 17.0.1)
- React-Core
- libevent (2.1.12)
- OpenSSL-Universal (1.1.1100)
Expand Down Expand Up @@ -533,8 +533,8 @@ SPEC CHECKSUMS:
FlipperKit: cbdee19bdd4e7f05472a66ce290f1b729ba3cb86
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
Intercom: 558a47a197e619a9f16411e133bc2c57a27e6fbb
intercom-react-native: d599994cb9309a146af32910cc3ff1abf968a837
Intercom: 5831c20294923498621a52064ab11d1ebb39f0a3
intercom-react-native: 9cf6e7039c1025ac29af506286b7388f3244cc40
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 0080d0a6ebf2577475bda044aa59e2ca1f909cda
Expand Down Expand Up @@ -569,6 +569,6 @@ SPEC CHECKSUMS:
Yoga: dc109b79db907f0f589fc423e991b09ec42d2295
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 5b73a3a6016c3b2a7e9c6110204bbbc9a99a9f81
PODFILE CHECKSUM: 02dddd4ff6ebb5deb0a57503aca62dbf76926aa1

COCOAPODS: 1.15.2
COCOAPODS: 1.12.1
2 changes: 1 addition & 1 deletion intercom-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.resource_bundles = { 'IntercomFramework' => ['ios/assets/*'] }

s.dependency "React-Core"
s.dependency "Intercom", '~> 17.0.0'
s.dependency "Intercom", '~> 17.0.1'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intercom/intercom-react-native",
"version": "7.0.0",
"version": "7.0.1",
"description": "React Native wrapper to bridge our iOS and Android SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit d383474

Please sign in to comment.