cocoapods-fix-module 0.0.2 → 0.0.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 +4 -4
- data/lib/cocoapods-fix-module/gem_version.rb +1 -1
- data/lib/cocoapods-fix-module/patch.rb +0 -24
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f45e445f35ec065947fd79717584617d26c7029d
|
|
4
|
+
data.tar.gz: 51ef2924cd1566916ba1861bde88e273bcad1eb8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6091fc4354253b62aa94be690657589d15499401a94870fd5264c3b97001ff91b9036d752aef2e53385b9b0f3351e28a62fc3ced80d44d4c001d7becc543813
|
|
7
|
+
data.tar.gz: d1c4695a22411b149c9c28fe0e146646094fdd1c30658337db96ca79d82f5d2da75e8025d2f9c6052a0a40770554a159e5379dc62875cdc848006f8663839e31
|
|
@@ -130,27 +130,3 @@ module Pod
|
|
|
130
130
|
end
|
|
131
131
|
end
|
|
132
132
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
# Depress the checking
|
|
137
|
-
# Because the target have no source to build even when should_build? == true,
|
|
138
|
-
# which break the validation.
|
|
139
|
-
module Pod
|
|
140
|
-
class Installer
|
|
141
|
-
class Xcode
|
|
142
|
-
class PodsProjectGenerator
|
|
143
|
-
class PodTargetInstaller
|
|
144
|
-
|
|
145
|
-
def validate_targets_contain_sources(args)
|
|
146
|
-
# do nothing
|
|
147
|
-
end
|
|
148
|
-
|
|
149
|
-
end
|
|
150
|
-
end
|
|
151
|
-
end
|
|
152
|
-
end
|
|
153
|
-
end
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|