cocoapods-packager-ext 0.0.30 → 0.0.31
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: beb3e7e72eda56ea2602d0eb868c7bc1cff2ed8e3b21d60b13589e71ab99dc23
|
|
4
|
+
data.tar.gz: 3d0cd3ffc7d579884e3e01a1908d165d95ba652ab8eacee2a70f83aeec112a84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a52643a4e10f5aac404ddb5da76153a5b5492555ec2a25557158bf0bb02f56dc204c72a8e56ed04976857acaf97054ccb5a451489d30a2ec308f9530a7e75417
|
|
7
|
+
data.tar.gz: c3c417ffa2b5ac7095dde2cc26d345e1f6f15faa455f321e3f0f28641f60ca2c1b6cdabc44934a0e512533541a8e481dd18e747096e42883ffc2a679eda6ad26
|
|
@@ -257,7 +257,8 @@ MAP
|
|
|
257
257
|
|
|
258
258
|
alias initialize_t initialize
|
|
259
259
|
def initialize(platform, static_installer, source_dir, static_sandbox_root, dynamic_sandbox_root, public_headers_root, spec, embedded, mangle, dynamic, config, bundle_identifier, exclude_deps,exclude_dep_items=[],select_archs=[])
|
|
260
|
-
@exclude_dep_items =
|
|
260
|
+
@exclude_dep_items = ['libPods-packager.a']
|
|
261
|
+
@exclude_dep_items.concat(exclude_dep_items) if exclude_dep_items
|
|
261
262
|
@select_archs = select_archs
|
|
262
263
|
initialize_t(platform, static_installer,source_dir, static_sandbox_root, dynamic_sandbox_root, public_headers_root, spec, embedded, mangle, dynamic, config, bundle_identifier, exclude_deps)
|
|
263
264
|
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.
|
|
4
|
+
version: 0.0.31
|
|
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-
|
|
11
|
+
date: 2021-07-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|