cocoapods-ppbuild 1.0.9 → 1.1.1
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: c59c7b5e4eefc21a4e85de95e4f82718513f13d05ef1d5a8876ce34ca1faf739
|
|
4
|
+
data.tar.gz: a5ea62f74704f5255c0aeb4433ca3123ea563abdbdb2ce809f7fbbeed9b86982
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b492e99ca75955b879372faa13021f89fa9c52157b41a2c18dbf1ab02a66ec832414c0342378faf9fbe8fa2cafbc89c3211466bf1e05410fe84313b24b73985e
|
|
7
|
+
data.tar.gz: 96e5bd0e42488750bb84c7550e3e43d87d7994a87f167e3904c4921e91380f3b0554c17ee3e1271a5f5b7c6facf17f554e3efe8dfb895311f8e2e35a20477890
|
|
@@ -12,7 +12,7 @@ module Pod
|
|
|
12
12
|
tn = "Pods-#{target.name}"
|
|
13
13
|
dir = Pathname.new(File.join(installer_context.sandbox.root,"Target Support Files", tn))
|
|
14
14
|
sh_path = File.join(dir, "#{tn}-resources.sh")
|
|
15
|
-
if File.
|
|
15
|
+
if File.exist?(sh_path)
|
|
16
16
|
list.each do |tarname|
|
|
17
17
|
replace_content_file sh_path, tarname
|
|
18
18
|
end
|
metadata
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-ppbuild
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 彭懂
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '0'
|
|
20
20
|
type: :development
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rake
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -49,6 +49,7 @@ files:
|
|
|
49
49
|
- lib/cocoapods-ppbuild/Integration.rb
|
|
50
50
|
- lib/cocoapods-ppbuild/Main.rb
|
|
51
51
|
- lib/cocoapods-ppbuild/Prebuild.rb
|
|
52
|
+
- lib/cocoapods-ppbuild/Reference/reference_source_code.rb
|
|
52
53
|
- lib/cocoapods-ppbuild/command.rb
|
|
53
54
|
- lib/cocoapods-ppbuild/command/ppbuild.rb
|
|
54
55
|
- lib/cocoapods-ppbuild/gem_version.rb
|
|
@@ -58,15 +59,15 @@ files:
|
|
|
58
59
|
- lib/cocoapods-ppbuild/helper/podfile_options.rb
|
|
59
60
|
- lib/cocoapods-ppbuild/helper/prebuild_sandbox.rb
|
|
60
61
|
- lib/cocoapods-ppbuild/helper/target_checker.rb
|
|
61
|
-
- lib/cocoapods-ppbuild/reference/reference_source_code.rb
|
|
62
62
|
- lib/cocoapods-ppbuild/rome/build_framework.rb
|
|
63
63
|
- lib/cocoapods-ppbuild/tool/tool.rb
|
|
64
64
|
- lib/cocoapods_plugin.rb
|
|
65
65
|
homepage: https://github.com/pdcodeunder/cocoapods-ppbuild.git
|
|
66
66
|
licenses:
|
|
67
67
|
- MIT
|
|
68
|
-
metadata:
|
|
69
|
-
|
|
68
|
+
metadata:
|
|
69
|
+
cocoapods_plugin: 'true'
|
|
70
|
+
post_install_message:
|
|
70
71
|
rdoc_options: []
|
|
71
72
|
require_paths:
|
|
72
73
|
- lib
|
|
@@ -81,8 +82,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
81
82
|
- !ruby/object:Gem::Version
|
|
82
83
|
version: '0'
|
|
83
84
|
requirements: []
|
|
84
|
-
rubygems_version: 3.
|
|
85
|
-
signing_key:
|
|
85
|
+
rubygems_version: 3.4.10
|
|
86
|
+
signing_key:
|
|
86
87
|
specification_version: 4
|
|
87
88
|
summary: 工程静态库编译,提高编译速度.
|
|
88
89
|
test_files: []
|
|
File without changes
|