cocoapods-tdfire-binary 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d8328e8ae8eaa871044cbb0532223f282d1f882f
4
- data.tar.gz: d6378235a93ebb956a8ed486fd0f089aac2d1297
3
+ metadata.gz: 0c4835ea5959c01552b73b24b060a87ef2242f22
4
+ data.tar.gz: 1efa3df66f44870238af8499f0a843c305609db8
5
5
  SHA512:
6
- metadata.gz: cb56e5c7c6176d9c4754c10318459a17ab27ea688c6c22a63fe03ce48838f4f849f1efab2bf35ec12f60c34a40ddd037066f2e77016466eae16110f6974ce108
7
- data.tar.gz: df1a74d5402762726901609e32b1e8c5cbe0d4ad962a363e3f37ebad79cc2fc354d0f05ffaa19848cfac30ff66d588780c5c6402919633fcf441f06e4dcde6f1
6
+ metadata.gz: 15cf78d145948bbfd8a8915baae1f98741df5731f5793d36297b3cc0aedba14ae95ff27200421c48fb4ef156b957155b1692655918d16e4c17ac17a6d7a8b5a5
7
+ data.tar.gz: a6cf5a51d2eef307f97d665b7d6a7dfc7bd7d542c4de080d20a99e9765f616b097fc476ce9607fe6b1b5bec05fc22a2d0e221800c6f1d046a95e2cc5e7fd66e0
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-tdfire-binary (1.0.3)
5
- cocoapods (~> 1.4)
4
+ cocoapods-tdfire-binary (1.0.4)
5
+ cocoapods (= 1.4)
6
6
  cocoapods-packager (~> 1.5.0)
7
7
 
8
8
  GEM
@@ -21,6 +21,6 @@ Gem::Specification.new do |spec|
21
21
  spec.add_development_dependency 'bundler', '~> 1.3'
22
22
  spec.add_development_dependency 'rake', '~> 12.0'
23
23
 
24
- spec.add_dependency 'cocoapods', '~> 1.4'
24
+ spec.add_dependency 'cocoapods', '1.4'
25
25
  spec.add_dependency 'cocoapods-packager', '~> 1.5.0'
26
26
  end
@@ -1,3 +1,3 @@
1
1
  module CocoapodsTdfireBinary
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
@@ -47,25 +47,25 @@ module CocoapodsTdfireBinary
47
47
  # CocoaPods 1.5.0 修复了此问题
48
48
  #
49
49
  # fix `Shell Script` Build Phase Fails When Input / Output Files List is Too Large
50
- # Pod::UI.section('Tdfire: auto clean input and output files') do
51
- # context.umbrella_targets.map(&:user_targets).flatten.uniq.each do |t|
52
- # phase = t.shell_script_build_phases.find { |p| p.name.include?(Pod::Installer::UserProjectIntegrator::TargetIntegrator::COPY_PODS_RESOURCES_PHASE_NAME) }
50
+ Pod::UI.section('Tdfire: auto clean input and output files') do
51
+ context.umbrella_targets.map(&:user_targets).flatten.uniq.each do |t|
52
+ phase = t.shell_script_build_phases.find { |p| p.name.include?(Pod::Installer::UserProjectIntegrator::TargetIntegrator::COPY_PODS_RESOURCES_PHASE_NAME) }
53
53
 
54
- # max_input_output_paths = 1000
55
- # input_output_paths = phase.input_paths.count + phase.output_paths.count
56
- # Pod::UI.message "Tdfire: input paths and output paths count for #{t.name} : #{input_output_paths}"
54
+ max_input_output_paths = 1000
55
+ input_output_paths = phase.input_paths.count + phase.output_paths.count
56
+ Pod::UI.message "Tdfire: input paths and output paths count for #{t.name} : #{input_output_paths}"
57
57
 
58
- # if input_output_paths > max_input_output_paths
59
- # phase.input_paths.clear
60
- # phase.output_paths.clear
61
- # end
58
+ if input_output_paths > max_input_output_paths
59
+ phase.input_paths.clear
60
+ phase.output_paths.clear
61
+ end
62
62
 
63
- # end
63
+ end
64
64
 
65
- # context.umbrella_targets.map(&:user_project).each do |project|
66
- # project.save
67
- # end
68
- # end
65
+ context.umbrella_targets.map(&:user_project).each do |project|
66
+ project.save
67
+ end
68
+ end
69
69
 
70
70
  Pod::UI.puts "Tdfire: all source dependency pods: #{BinaryStateStore.real_use_source_pods.join(', ')}" if BinaryStateStore.use_binary?
71
71
  Pod::UI.puts "Tdfire: all unpublished pods: #{BinaryStateStore.unpublished_pods.join(', ')}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-tdfire-binary
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - tripleCC
@@ -42,14 +42,14 @@ dependencies:
42
42
  name: cocoapods
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - '='
46
46
  - !ruby/object:Gem::Version
47
47
  version: '1.4'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - '='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '1.4'
55
55
  - !ruby/object:Gem::Dependency