cocoapods-bb-PodAssistant 0.3.13.2 → 0.3.13.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97061bcf86dc71b2af6ed0de608f3c85e4e33e3bbc05996eaa1ace8ffdf4714e
|
4
|
+
data.tar.gz: 36acccf12c663629f64c6c7d39976146400300749a8463bbef811dd5a5062fca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60f8fb47acbdc72e396a891ea13e76da21ef2b0560bce6d2f9f23c58cdb88b0059a0a33023ab4bf31693bb3f80807d7154aea51d04102bb0b6d11efa6a02cbe1
|
7
|
+
data.tar.gz: 1d33ca649ec367cf1c2c9aa175634a53670c16538edc3ae2482d80d4d50d5803823b031bbe2b20d8c26d97c38ef3e6cefd6a7d003ef3c97a8fb717844009a9a2
|
@@ -446,7 +446,7 @@ module BB
|
|
446
446
|
sub_pods.push(dependencies_pod_name)
|
447
447
|
end
|
448
448
|
tmp_whitelist_pod_names = whitelist_pods[podCoreName]
|
449
|
-
if (podCoreName != name) && !tmp_whitelist_pod_names.include?(dependencies_pod_name)
|
449
|
+
if (podCoreName != name) && tmp_whitelist_pod_names != nil && !tmp_whitelist_pod_names.include?(dependencies_pod_name)
|
450
450
|
dependencies_core_pod_name = subspec_podname(dependencies_pod_name)
|
451
451
|
if (podCoreName != dependencies_core_pod_name) && !whitelist.include?(dependencies_core_pod_name) && !filter_pod_names.include?(dependencies_core_pod_name)
|
452
452
|
filter_pod_names.push(dependencies_core_pod_name)
|