cocoapods-binaryhqp 0.5.3 → 0.5.4
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: 6b2590d684da0288a98be729d7b148fff1f7691bbcfa5143dc7b1c8c5d2e6349
|
|
4
|
+
data.tar.gz: 28c3ec9dfbc3fb050528817913e9fefbf7edd03fb5346840654d0971a5362c96
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: afe7d2c2c22fe9103efe1ea68bda2957ec65db9de37f9bb741971243357266dabfd1a09feefe4cb816a5090e8049283283773a74551d66382ec1a54965b61c3b
|
|
7
|
+
data.tar.gz: 050e1562ea4f15f780a2b6ddae72633a0870dc12413fbc0c9f5561bc38914655e5592c05c4e54b183871078d36cc3fa36618a445fec1a062e1b7b17a3c192a88
|
|
@@ -145,7 +145,7 @@ Pod::HooksManager.register('cocoapods-binaryhqp', :pre_install) do |installer_co
|
|
|
145
145
|
lockfile = installer_context.lockfile
|
|
146
146
|
binary_installer = Pod::Installer.new(prebuild_sandbox, prebuild_podfile, lockfile)
|
|
147
147
|
|
|
148
|
-
|
|
148
|
+
|
|
149
149
|
|
|
150
150
|
if binary_installer.have_exact_prebuild_cache? && !update
|
|
151
151
|
binary_installer.install_when_cache_hit!
|
|
@@ -154,6 +154,8 @@ Pod::HooksManager.register('cocoapods-binaryhqp', :pre_install) do |installer_co
|
|
|
154
154
|
binary_installer.repo_update = repo_update
|
|
155
155
|
binary_installer.install!
|
|
156
156
|
end
|
|
157
|
+
|
|
158
|
+
binary_installer.delete_all_standard_sandbox_pod(standard_sandbox)
|
|
157
159
|
|
|
158
160
|
|
|
159
161
|
# reset the environment
|
|
@@ -147,8 +147,11 @@ module Pod
|
|
|
147
147
|
UI.puts "Using #{name}" if config.verbose
|
|
148
148
|
end
|
|
149
149
|
|
|
150
|
+
self.sandbox
|
|
151
|
+
#处理静态库resources 资源文件
|
|
150
152
|
self.resolve_dependencies
|
|
151
|
-
|
|
153
|
+
self.download_dependencies
|
|
154
|
+
|
|
152
155
|
self.handle_static_framework_resouces
|
|
153
156
|
|
|
154
157
|
end
|
|
@@ -340,6 +343,7 @@ module Pod
|
|
|
340
343
|
filename = File.basename(file)
|
|
341
344
|
not to_remain_files.include?(filename)
|
|
342
345
|
end
|
|
346
|
+
|
|
343
347
|
to_delete_files.each do |path|
|
|
344
348
|
path.rmtree if path.exist?
|
|
345
349
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-binaryhqp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- leavez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-12-
|
|
11
|
+
date: 2021-12-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cocoapods
|