From fc00de9f3731b324749de4b03aef48a36a63a18f Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Wed, 15 Apr 2020 17:06:42 +0500 Subject: [PATCH] fix podfile --- apps/mobile/ios/Podfile | 2 +- apps/mobile/ios/Podfile.lock | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/mobile/ios/Podfile b/apps/mobile/ios/Podfile index 776bc67fe..a22a3fabb 100644 --- a/apps/mobile/ios/Podfile +++ b/apps/mobile/ios/Podfile @@ -87,7 +87,7 @@ target 'Notes' do pod 'ReactCommon/callinvoker', :path => "../node_modules/react-native/ReactCommon" pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon" pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga', :modular_headers => true - + pod 'Base64' pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec' pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec' pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec' diff --git a/apps/mobile/ios/Podfile.lock b/apps/mobile/ios/Podfile.lock index c5c990ba6..e5eee3083 100644 --- a/apps/mobile/ios/Podfile.lock +++ b/apps/mobile/ios/Podfile.lock @@ -1,4 +1,5 @@ PODS: + - Base64 (1.1.2) - boost-for-react-native (1.63.0) - CocoaAsyncSocket (7.6.4) - CocoaLibEvent (1.0.0) @@ -323,6 +324,7 @@ PODS: - Yoga (~> 1.14) DEPENDENCIES: + - Base64 - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`) - FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec`) @@ -385,6 +387,7 @@ DEPENDENCIES: SPEC REPOS: trunk: + - Base64 - boost-for-react-native - CocoaAsyncSocket - CocoaLibEvent @@ -476,6 +479,7 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: + Base64: cecfb41a004124895a7bcee567a89bae5a89d49b boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c CocoaAsyncSocket: 694058e7c0ed05a9e217d1b3c7ded962f4180845 CocoaLibEvent: 2fab71b8bd46dd33ddb959f7928ec5909f838e3f @@ -527,6 +531,6 @@ SPEC CHECKSUMS: Yoga: 3ebccbdd559724312790e7742142d062476b698e YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: 032fcf57f00b3b8244e0ba107ff11a66bcba0c38 +PODFILE CHECKSUM: ca96ecade0cda63d7aca5295946949bb7f418865 COCOAPODS: 1.8.4