cocoapods-packager-ext 0.0.31 → 0.0.32

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: beb3e7e72eda56ea2602d0eb868c7bc1cff2ed8e3b21d60b13589e71ab99dc23
4
- data.tar.gz: 3d0cd3ffc7d579884e3e01a1908d165d95ba652ab8eacee2a70f83aeec112a84
3
+ metadata.gz: 73aad4670e0835a37acaa91e16fa612e6a09b65d57577d4ec329ea29352779f0
4
+ data.tar.gz: 299c27370c0e83ea2a974bafc5459ec00063dee1992e38f22740b1ee22d74b84
5
5
  SHA512:
6
- metadata.gz: a52643a4e10f5aac404ddb5da76153a5b5492555ec2a25557158bf0bb02f56dc204c72a8e56ed04976857acaf97054ccb5a451489d30a2ec308f9530a7e75417
7
- data.tar.gz: c3c417ffa2b5ac7095dde2cc26d345e1f6f15faa455f321e3f0f28641f60ca2c1b6cdabc44934a0e512533541a8e481dd18e747096e42883ffc2a679eda6ad26
6
+ metadata.gz: 9c0fcffa49b641db14d7170723e0fb94181562330e3dedd44d02614b3e3b4873aa9da7963ac1b9aea7e598754139001d50cc718513d08d634b2d404468b1d632
7
+ data.tar.gz: 9f54ff7fe7b714663f1c59c19774df52725fd7eaaeaedf1f0d1c2ea6bc696c56f163dc6be6b2e04c91d9c59912eb11f15ba8396fd082e96aa23c08c923b6216a
@@ -39,6 +39,11 @@ module Pod
39
39
  if @exclude_dep_items.length > 0
40
40
  static_libs = static_libs_in_sandbox('build') + static_libs_in_sandbox('build-sim') + vendored_libraries
41
41
  static_libs.reject! {|lib| @exclude_dep_items.any? {|item| lib.to_s.include? item}}
42
+ UI.section 'Fetch output libs' do
43
+ static_libs.each do |lib|
44
+ UI.message lib
45
+ end
46
+ end
42
47
  libs = ios_architectures.map do |arch|
43
48
  library = "#{@static_sandbox_root}/build/package-#{arch}.a"
44
49
  `libtool -arch_only #{arch} -static -o #{library} #{static_libs.join(' ')}`
@@ -46,7 +51,7 @@ module Pod
46
51
  end
47
52
 
48
53
  `lipo -create -output #{output} #{libs.join(' ')}`
49
-
54
+
50
55
  # static_libs = static_libs_in_sandbox('build')
51
56
  # sim_libs = static_libs_in_sandbox('build-sim')
52
57
  # for item in @black_deps
@@ -1,3 +1,3 @@
1
1
  module CocoapodsPackagerExt
2
- VERSION = "0.0.31"
2
+ VERSION = "0.0.32"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-packager-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.31
4
+ version: 0.0.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - kyle.zhou
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler