cocoapods-fix-react-native 2018.04.01.15 → 2018.04.01.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cocoapods-fix-react-native/versions/0_54_4.rb +3 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1f43a7f65ef774c954ccd90a5b7ab1d3449e4684003df50b4b59daddeb88241
|
4
|
+
data.tar.gz: 539c82b1163f6f822031585b4c54a1fe97c566466ef3210ef35d1d291fff5dfd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e754efc68132ba0123c2fdb82541c9a6d3be05f82b70bc4b007b96016bd790ee66f404e7163d168bf27e7001f14d716c0555d61d9557e242928997d373bb9046
|
7
|
+
data.tar.gz: 39a36d5382250facb29740cf8d631d26b29910375f343f7da9f3cb4b9d74e5537352169cbde954a4782f69f90652debba5f58203e66e9f68b8481e3fde7878a6
|
@@ -45,10 +45,11 @@ def fix_cplusplus_header_compiler_error
|
|
45
45
|
end
|
46
46
|
|
47
47
|
def fix_unused_yoga_headers
|
48
|
-
filepath = '
|
48
|
+
filepath = 'Pods/Target Support Files/yoga/yoga-umbrella.h'
|
49
|
+
# This only exists when using CocoaPods + Frameworks
|
50
|
+
return unless File.exists?(filepath)
|
49
51
|
|
50
52
|
contents = []
|
51
|
-
|
52
53
|
file = File.open(filepath, 'r')
|
53
54
|
file.each_line do |line|
|
54
55
|
contents << line
|