cocoapods-binaryhqp 0.5.3 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 565caa20391d4ee0ad9cd3620069122545da6ad40faaf74907d1d2d3284cf2bf
4
- data.tar.gz: bea179595b39bca57caee759a3de746fdfc4da037881f9cca9f8e08eb776a8f0
3
+ metadata.gz: 6b2590d684da0288a98be729d7b148fff1f7691bbcfa5143dc7b1c8c5d2e6349
4
+ data.tar.gz: 28c3ec9dfbc3fb050528817913e9fefbf7edd03fb5346840654d0971a5362c96
5
5
  SHA512:
6
- metadata.gz: d5313617b1242d2e669e8cc11f8dc8dce6706f2736a01b676fbefec2d54b0ff2f41304819c3e33ef0941c4c7f600b37c424ce723fe16071eeebd9c657c97c826
7
- data.tar.gz: a4b55835877d6b415b68ce5178c449846093ee40384351cb68f139bd6a7ffadba0e7e2175340ece7c9b00c7569287de4f5386cd5b79f904c75872fb37ec7a567
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
- binary_installer.delete_all_standard_sandbox_pod(standard_sandbox)
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
@@ -1,3 +1,3 @@
1
1
  module CocoapodsBinaryHqp
2
- VERSION = "0.5.3"
2
+ VERSION = "0.5.4"
3
3
  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.3
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-08 00:00:00.000000000 Z
11
+ date: 2021-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods