瀏覽代碼

ios: pin all pod dependencies

j8
Saúl Ibarra Corretgé 6 年之前
父節點
當前提交
6a919916d3
共有 2 個檔案被更改,包括 11 行新增11 行删除
  1. 5
    5
      ios/Podfile
  2. 6
    6
      ios/Podfile.lock

+ 5
- 5
ios/Podfile 查看文件

@@ -5,10 +5,10 @@ workspace 'jitsi-meet'
5 5
 target 'jitsi-meet' do
6 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 12
 end
13 13
 
14 14
 target 'JitsiMeet' do
@@ -36,7 +36,7 @@ target 'JitsiMeet' do
36 36
     :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
37 37
 
38 38
   pod 'Amplitude-iOS', '~> 4.0.4'
39
-  pod 'ObjectiveDropboxOfficial'
39
+  pod 'ObjectiveDropboxOfficial', '~> 3.9.4'
40 40
 
41 41
   pod 'react-native-background-timer',
42 42
     :path => '../node_modules/react-native-background-timer'

+ 6
- 6
ios/Podfile.lock 查看文件

@@ -165,14 +165,14 @@ PODS:
165 165
 DEPENDENCIES:
166 166
   - Amplitude-iOS (~> 4.0.4)
167 167
   - BVLinearGradient (from `../node_modules/react-native-linear-gradient`)
168
-  - Crashlytics
168
+  - Crashlytics (~> 3.12.0)
169 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 173
   - Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
174 174
   - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
175
-  - ObjectiveDropboxOfficial
175
+  - ObjectiveDropboxOfficial (~> 3.9.4)
176 176
   - react-native-background-timer (from `../node_modules/react-native-background-timer`)
177 177
   - react-native-calendar-events (from `../node_modules/react-native-calendar-events`)
178 178
   - react-native-fast-image (from `../node_modules/react-native-fast-image`)
@@ -280,6 +280,6 @@ SPEC CHECKSUMS:
280 280
   SDWebImage: 3f3f0c02f09798048c47a5ed0a13f17b063572d8
281 281
   yoga: 8fb47f180b19b0dadb285a09e4c74c8a41721d3a
282 282
 
283
-PODFILE CHECKSUM: b300161e95d65c24b91368803afb8873f4b873cc
283
+PODFILE CHECKSUM: 4a11c3d66127a9845d4a5b2c7fad49f58a9c7a89
284 284
 
285 285
 COCOAPODS: 1.6.1

Loading…
取消
儲存