cocoapods-fix-react-native 2018.04.06.21 → 2018.04.07.13
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 +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2476a85845864b0be9ccfb12966a864b8656255045c160986813d5514c9fc005
|
4
|
+
data.tar.gz: afab028fdb6e3527b4341ac16994ff7536ab9cdeff9ce75492581f8255048cde
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2393d14ff15acfb39564c82171e1763b4b04c7f4099a2488ea1033ccab110717ad5df0ef0068dbb0355d50071e88dd9299974b72a108c8690f356a8311e988a
|
7
|
+
data.tar.gz: a8c4e76491e62c8aa24a390c3097da366a258d090b6765b33fbb7d75c7bb58d212f472c9905d7dd87f21eb4bb1488b46936bb77790fcb3a27de16479bf7c7904
|
@@ -7,7 +7,7 @@
|
|
7
7
|
dev_pods_react = !File.directory?('Pods/React/React')
|
8
8
|
|
9
9
|
# Detect CocoaPods + Frameworks
|
10
|
-
has_frameworks = File.exists?'Pods/Target Support Files/React/React-umbrella.h'
|
10
|
+
$has_frameworks = File.exists?'Pods/Target Support Files/React/React-umbrella.h'
|
11
11
|
|
12
12
|
# Check for whether
|
13
13
|
same_repo_node_modules = File.directory?('node_modules/react-native')
|
@@ -78,7 +78,7 @@ end
|
|
78
78
|
|
79
79
|
|
80
80
|
def fix_method_queue_property_defs
|
81
|
-
return if has_frameworks
|
81
|
+
return if $has_frameworks
|
82
82
|
|
83
83
|
# Newer build of Xcode don't allow you to set a non-obj to be strong,
|
84
84
|
# so this instead changes it to be an assign.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-fix-react-native
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2018.04.
|
4
|
+
version: 2018.04.07.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Orta Therox
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-04-
|
11
|
+
date: 2018-04-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|