cocoapods-fix-react-native 2018.04.06.21 → 2018.04.07.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f8f33278f4727ffed5abb19f16bcc8e10a7fd64a9fa723f3384f344eda900f6
4
- data.tar.gz: 019965d6221a6d6f8e21f2ecb6c940d34fa4243e4f22088576772f9bffdf559e
3
+ metadata.gz: 2476a85845864b0be9ccfb12966a864b8656255045c160986813d5514c9fc005
4
+ data.tar.gz: afab028fdb6e3527b4341ac16994ff7536ab9cdeff9ce75492581f8255048cde
5
5
  SHA512:
6
- metadata.gz: 31e46e8e104f937a2ce414a83fd63ce28ac7b245cca3ef0a1002e0fc39e7f782cd8dec84d1c8fcea3d292b5b1c10b4a112c75efe734c35aa1b2afddc0516008e
7
- data.tar.gz: 16b011a898302dd8d81627fab693317eef1b66dbc625ca88e9f7118712a97e306977c59fdb8f052e089f50b1b0c9a1ed53320512ec5aaf1fdb3a001ba6377d31
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.06.21
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-06 00:00:00.000000000 Z
11
+ date: 2018-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler