Skip to content

Commit

Permalink
chore: added MKMV to podfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabadesso committed Apr 15, 2024
1 parent fcbc5f0 commit 98b3ac1
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ PODS:
- GoogleUtilities/MethodSwizzler
- GoogleUtilities/UserDefaults (7.12.0):
- GoogleUtilities/Logger
- MMKV (1.3.4):
- MMKVCore (~> 1.3.4)
- MMKVCore (1.3.4)
- nanopb (2.30909.1):
- nanopb/decode (= 2.30909.1)
- nanopb/encode (= 2.30909.1)
Expand Down Expand Up @@ -356,6 +359,10 @@ PODS:
- React-jsinspector (0.72.5)
- React-logger (0.72.5):
- glog
- react-native-mmkv (2.12.2):
- MMKV (>= 1.3.3)
- RCT-Folly (= 2021.07.22.00)
- React-Core
- react-native-pager-view (5.4.25):
- React-Core
- react-native-randombytes (3.6.1):
Expand Down Expand Up @@ -572,6 +579,7 @@ DEPENDENCIES:
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
- react-native-mmkv (from `../node_modules/react-native-mmkv`)
- react-native-pager-view (from `../node_modules/react-native-pager-view`)
- react-native-randombytes (from `../node_modules/react-native-randombytes`)
- react-native-restart (from `../node_modules/react-native-restart`)
Expand Down Expand Up @@ -623,6 +631,8 @@ SPEC REPOS:
- fmt
- GoogleDataTransport
- GoogleUtilities
- MMKV
- MMKVCore
- nanopb
- PromisesObjC
- Sentry
Expand Down Expand Up @@ -674,6 +684,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/jsinspector"
React-logger:
:path: "../node_modules/react-native/ReactCommon/logger"
react-native-mmkv:
:path: "../node_modules/react-native-mmkv"
react-native-pager-view:
:path: "../node_modules/react-native-pager-view"
react-native-randombytes:
Expand Down Expand Up @@ -754,8 +766,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
boost: a7c83b31436843459a1961bfd74b96033dc77234
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
boost: 57d2868c099736d80fcd648bf211b4431e51a558
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: 71803c074f6325f10b5ec891c443b6bbabef0ca7
FBReactNativeSpec: 448e08a759d29a96e15725ae532445bf4343567c
Firebase: f92fc551ead69c94168d36c2b26188263860acd9
Expand All @@ -765,9 +777,11 @@ SPEC CHECKSUMS:
FirebaseInstallations: e842042ec6ac1fd2e37d7706363ebe7f662afea4
FirebaseMessaging: e345b219fd15d325f0cf2fef28cb8ce00d851b3f
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 85ecdd10ee8d8ec362ef519a6a45ff9aa27b2e85
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
GoogleDataTransport: 57c22343ab29bc686febbf7cbb13bad167c2d8fe
GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34
MMKV: ed58ad794b3f88c24d604a5b74f3fba17fcbaf74
MMKVCore: a67a1cede26175c413176f404a7cedec43f96a0b
nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5
Permission-Camera: 9c8b1a826770a6feea747cc8a4a89d2b39df4273
Permission-Notifications: 05a9c72e2ae989d28eb1eecf3d6a12daba73d375
Expand All @@ -787,6 +801,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: f32f98d8ddbdfd97dea286af90381a731d68c505
React-jsinspector: aef73cbd43b70675f572214d10fa438c89bf11ba
React-logger: 2e4aee3e11b3ec4fa6cfd8004610bbb3b8d6cca4
react-native-mmkv: b738e135cc27fc8ed25b39ec451b2e3e0ae9ce1b
react-native-pager-view: da490aa1f902c9a5aeecf0909cc975ad0e92e53e
react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846
react-native-restart: 7595693413fe3ca15893702f2c8306c62a708162
Expand Down Expand Up @@ -830,6 +845,6 @@ SPEC CHECKSUMS:
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 86fed2e4d425ee4c6eab3813ba1791101ee153c6

PODFILE CHECKSUM: 2332b5f23b4af59724282b2fb1d104e41fe0d7a7
PODFILE CHECKSUM: c379b49373eebf615f8a8be068f2e216952ce46c

COCOAPODS: 1.14.3

0 comments on commit 98b3ac1

Please sign in to comment.