Browse Source

[RN] Reproducible (CocoaPods) builds

Now that we have package-log.json for the sake of reproducible builds,
we should lock CocoaPods as well.
factor2
Lyubo Marinov 7 years ago
parent
commit
fc3bc21eea
2 changed files with 91 additions and 1 deletions
  1. 0
    1
      .gitignore
  2. 91
    0
      ios/Podfile.lock

+ 0
- 1
.gitignore View File

68
 
68
 
69
 # CocoaPods
69
 # CocoaPods
70
 Pods/
70
 Pods/
71
-Podfile.lock

+ 91
- 0
ios/Podfile.lock View File

1
+PODS:
2
+  - React (0.49.5):
3
+    - React/Core (= 0.49.5)
4
+  - react-native-background-timer (1.3.0):
5
+    - React
6
+  - react-native-fetch-blob (0.10.6):
7
+    - React/Core
8
+  - react-native-keep-awake (2.0.5):
9
+    - React
10
+  - react-native-webrtc (1.58.2)
11
+  - React/BatchedBridge (0.49.5):
12
+    - React/Core
13
+    - React/cxxreact_legacy
14
+  - React/Core (0.49.5):
15
+    - yoga (= 0.49.5.React)
16
+  - React/cxxreact_legacy (0.49.5):
17
+    - React/jschelpers_legacy
18
+  - React/DevSupport (0.49.5):
19
+    - React/Core
20
+    - React/RCTWebSocket
21
+  - React/fishhook (0.49.5)
22
+  - React/jschelpers_legacy (0.49.5)
23
+  - React/RCTActionSheet (0.49.5):
24
+    - React/Core
25
+  - React/RCTAnimation (0.49.5):
26
+    - React/Core
27
+  - React/RCTBlob (0.49.5):
28
+    - React/Core
29
+  - React/RCTImage (0.49.5):
30
+    - React/Core
31
+    - React/RCTNetwork
32
+  - React/RCTLinkingIOS (0.49.5):
33
+    - React/Core
34
+  - React/RCTNetwork (0.49.5):
35
+    - React/Core
36
+  - React/RCTText (0.49.5):
37
+    - React/Core
38
+  - React/RCTWebSocket (0.49.5):
39
+    - React/Core
40
+    - React/fishhook
41
+    - React/RCTBlob
42
+  - RNVectorIcons (4.4.0):
43
+    - React
44
+  - yoga (0.49.5.React)
45
+
46
+DEPENDENCIES:
47
+  - react-native-background-timer (from `../node_modules/react-native-background-timer`)
48
+  - react-native-fetch-blob (from `../node_modules/react-native-fetch-blob`)
49
+  - react-native-keep-awake (from `../node_modules/react-native-keep-awake`)
50
+  - react-native-webrtc (from `../node_modules/react-native-webrtc`)
51
+  - React/BatchedBridge (from `../node_modules/react-native`)
52
+  - React/Core (from `../node_modules/react-native`)
53
+  - React/DevSupport (from `../node_modules/react-native`)
54
+  - React/RCTActionSheet (from `../node_modules/react-native`)
55
+  - React/RCTAnimation (from `../node_modules/react-native`)
56
+  - React/RCTImage (from `../node_modules/react-native`)
57
+  - React/RCTLinkingIOS (from `../node_modules/react-native`)
58
+  - React/RCTNetwork (from `../node_modules/react-native`)
59
+  - React/RCTText (from `../node_modules/react-native`)
60
+  - React/RCTWebSocket (from `../node_modules/react-native`)
61
+  - RNVectorIcons (from `../node_modules/react-native-vector-icons`)
62
+  - yoga (from `../node_modules/react-native/ReactCommon/yoga`)
63
+
64
+EXTERNAL SOURCES:
65
+  React:
66
+    :path: ../node_modules/react-native
67
+  react-native-background-timer:
68
+    :path: ../node_modules/react-native-background-timer
69
+  react-native-fetch-blob:
70
+    :path: ../node_modules/react-native-fetch-blob
71
+  react-native-keep-awake:
72
+    :path: ../node_modules/react-native-keep-awake
73
+  react-native-webrtc:
74
+    :path: ../node_modules/react-native-webrtc
75
+  RNVectorIcons:
76
+    :path: ../node_modules/react-native-vector-icons
77
+  yoga:
78
+    :path: ../node_modules/react-native/ReactCommon/yoga
79
+
80
+SPEC CHECKSUMS:
81
+  React: 9d5a23842dcc75ffef540ee2d2ef0eee1904ee58
82
+  react-native-background-timer: ca2afbbdda52ed2caa0c51762938a1e4296d097c
83
+  react-native-fetch-blob: 2bef9be702de8726f4d7bf58d2345579aaaee60d
84
+  react-native-keep-awake: 8fda9ff5acfdde27bc9b3a5cfde381b415297f71
85
+  react-native-webrtc: 6fd0b3aa890d7a9b9b4d01d30f958d17ae88a785
86
+  RNVectorIcons: 208e7e1507e3bc800619caf1c2748ad6b6b68188
87
+  yoga: 596e987aa8aac0165abb235d2977982f090476a0
88
+
89
+PODFILE CHECKSUM: a7cb8c7365f8cf9a01ee4eb78325139933776faf
90
+
91
+COCOAPODS: 1.3.1

Loading…
Cancel
Save