Explorar el Código

ios: pin all pod dependencies

master
Saúl Ibarra Corretgé hace 6 años
padre
commit
6a919916d3
Se han modificado 2 ficheros con 11 adiciones y 11 borrados
  1. 5
    5
      ios/Podfile
  2. 6
    6
      ios/Podfile.lock

+ 5
- 5
ios/Podfile Ver fichero

5
 target 'jitsi-meet' do
5
 target 'jitsi-meet' do
6
   project 'app/app.xcodeproj'
6
   project 'app/app.xcodeproj'
7
 
7
 
8
-  pod 'Crashlytics'
9
-  pod 'Fabric'
10
-  pod 'Firebase/Core'
11
-  pod 'Firebase/DynamicLinks'
8
+  pod 'Crashlytics', '~> 3.12.0'
9
+  pod 'Fabric', '~> 1.9.0'
10
+  pod 'Firebase/Core', '~> 5.18.0'
11
+  pod 'Firebase/DynamicLinks', '~> 5.18.0'
12
 end
12
 end
13
 
13
 
14
 target 'JitsiMeet' do
14
 target 'JitsiMeet' do
36
     :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
36
     :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
37
 
37
 
38
   pod 'Amplitude-iOS', '~> 4.0.4'
38
   pod 'Amplitude-iOS', '~> 4.0.4'
39
-  pod 'ObjectiveDropboxOfficial'
39
+  pod 'ObjectiveDropboxOfficial', '~> 3.9.4'
40
 
40
 
41
   pod 'react-native-background-timer',
41
   pod 'react-native-background-timer',
42
     :path => '../node_modules/react-native-background-timer'
42
     :path => '../node_modules/react-native-background-timer'

+ 6
- 6
ios/Podfile.lock Ver fichero

165
 DEPENDENCIES:
165
 DEPENDENCIES:
166
   - Amplitude-iOS (~> 4.0.4)
166
   - Amplitude-iOS (~> 4.0.4)
167
   - BVLinearGradient (from `../node_modules/react-native-linear-gradient`)
167
   - BVLinearGradient (from `../node_modules/react-native-linear-gradient`)
168
-  - Crashlytics
168
+  - Crashlytics (~> 3.12.0)
169
   - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
169
   - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
170
-  - Fabric
171
-  - Firebase/Core
172
-  - Firebase/DynamicLinks
170
+  - Fabric (~> 1.9.0)
171
+  - Firebase/Core (~> 5.18.0)
172
+  - Firebase/DynamicLinks (~> 5.18.0)
173
   - Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
173
   - Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
174
   - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
174
   - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
175
-  - ObjectiveDropboxOfficial
175
+  - ObjectiveDropboxOfficial (~> 3.9.4)
176
   - react-native-background-timer (from `../node_modules/react-native-background-timer`)
176
   - react-native-background-timer (from `../node_modules/react-native-background-timer`)
177
   - react-native-calendar-events (from `../node_modules/react-native-calendar-events`)
177
   - react-native-calendar-events (from `../node_modules/react-native-calendar-events`)
178
   - react-native-fast-image (from `../node_modules/react-native-fast-image`)
178
   - react-native-fast-image (from `../node_modules/react-native-fast-image`)
280
   SDWebImage: 3f3f0c02f09798048c47a5ed0a13f17b063572d8
280
   SDWebImage: 3f3f0c02f09798048c47a5ed0a13f17b063572d8
281
   yoga: 8fb47f180b19b0dadb285a09e4c74c8a41721d3a
281
   yoga: 8fb47f180b19b0dadb285a09e4c74c8a41721d3a
282
 
282
 
283
-PODFILE CHECKSUM: b300161e95d65c24b91368803afb8873f4b873cc
283
+PODFILE CHECKSUM: 4a11c3d66127a9845d4a5b2c7fad49f58a9c7a89
284
 
284
 
285
 COCOAPODS: 1.6.1
285
 COCOAPODS: 1.6.1

Loading…
Cancelar
Guardar