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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 73aad4670e0835a37acaa91e16fa612e6a09b65d57577d4ec329ea29352779f0
|
|
4
|
+
data.tar.gz: 299c27370c0e83ea2a974bafc5459ec00063dee1992e38f22740b1ee22d74b84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
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.
|
|
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-
|
|
11
|
+
date: 2021-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|