cocoapods-tdf-bin 0.0.41 → 0.0.43

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: 5188dd1bf984b34944ee119c388d026a31439d8689a7a4f12617a35c0ecf4acb
4
- data.tar.gz: 8532b340ac55b5dc7ffebab2d3a1e7f2c45655c567e6e30660d2e9f201ce9cae
3
+ metadata.gz: d200a265bc43ccaf431ff0b40a1673dcfbdc2db144aa1325fe5c6d9ec50752e6
4
+ data.tar.gz: fe3aef4f46674aee2c5e8ab294de43caa354cda714850fc8e5e635ecb264895b
5
5
  SHA512:
6
- metadata.gz: 6ebace05c1bcfe99061d752f393e1744d96b44c764aae8c399aaee8f10ab6e50e24c0a2c13600f290fdead89f96c9c733417fb303f6fdb86f7604e78e9603f07
7
- data.tar.gz: bd3a50f2fe54e90c68306c16a17af7f93101c6e2348267ade045931263819765fe3424866e17736acfa61c3459f5810872e169f2e2a5bfeeaa2ba5c75b019e8b
6
+ metadata.gz: 9ed66a1cea6b71fa981e90d4aef746f1a0ea030e2655b0feee963d8a5b4174a3e684112a2b506a238d2b8fef9a5223c7de342f83c7f4a2bedcdb1978b6f89532
7
+ data.tar.gz: a6b9e53ac048e168d074db2b1a0fcf7466389b969d9ef39a83a1d59e0e19711a7b7eed90889e0e774d60918dcf2911a1f7b56d26d5be81c351b8d137b982e90f
@@ -104,7 +104,6 @@ module Pod
104
104
  end
105
105
 
106
106
  #制作二进制包
107
-
108
107
  def run_archive
109
108
  argvs = [
110
109
  "--sources=#{sources_option(@code_dependencies, @sources)}",
@@ -2,6 +2,7 @@ require 'yaml'
2
2
  require 'cocoapods-tdf-bin/native/podfile'
3
3
  require 'cocoapods-tdf-bin/native/podfile_env'
4
4
  require 'cocoapods/generate'
5
+ require 'ostruct'
5
6
 
6
7
  module CBin
7
8
  class Config
@@ -1,6 +1,6 @@
1
1
 
2
2
  module CBin
3
- VERSION = "0.0.41"
3
+ VERSION = "0.0.43"
4
4
  end
5
5
 
6
6
  module Pod
@@ -10,7 +10,7 @@ module CBin
10
10
  end
11
11
 
12
12
  def binary_spec_files
13
- @binary_spec_files ||= Pathname.glob('*.podspec{,.json}')
13
+ @binary_spec_files ||= Pathname.glob('*.binary.podspec{,.json}')
14
14
  end
15
15
 
16
16
  def binary_template_spec_files
@@ -69,7 +69,7 @@ EOF
69
69
  def push_binary_repo(binary_podsepc_json)
70
70
  argvs = [
71
71
  "#{binary_podsepc_json}",
72
- # "--binary",
72
+ "--binary",
73
73
  "--sources=#{sources_option(@code_dependencies, @sources)}",
74
74
  "--skip-import-validation",
75
75
  "--use-libraries",
@@ -80,7 +80,7 @@ EOF
80
80
  argvs += ['--verbose']
81
81
  end
82
82
 
83
- UI.info "开始上传【#{binary_podsepc_json}】组件:#{argvs}"
83
+ puts "开始上传【#{binary_podsepc_json}】组件:#{argvs}"
84
84
  push = Pod::Command::Bin::Repo::Push.new(CLAide::ARGV.new(argvs))
85
85
  push.validate!
86
86
  push.run
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-tdf-bin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.41
4
+ version: 0.0.43
5
5
  platform: ruby
6
6
  authors:
7
7
  - gaijiaofan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-23 00:00:00.000000000 Z
11
+ date: 2024-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel
@@ -52,6 +52,20 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: 2.0.1
55
+ - !ruby/object:Gem::Dependency
56
+ name: ostruct
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: 0.6.0
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: 0.6.0
55
69
  - !ruby/object:Gem::Dependency
56
70
  name: bundler
57
71
  requirement: !ruby/object:Gem::Requirement