cocoapods-lzclear 0.0.6 → 0.0.8

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
  SHA256:
3
- metadata.gz: c840c717f63074244166c69d4460ba02a42f10dd491c1b7b7d810eff01b02337
4
- data.tar.gz: af5130b0d5b7b9319043750b7909dde34851e3e63edc1d9538a3a7dcba7a649d
3
+ metadata.gz: 63fcdfd31153b90302c4bf1a38f420bb480f7a3bc2ab940801ba6ec18c6e49d7
4
+ data.tar.gz: fb807c657dde51d52ed3ccabeebd42b471f48824b46241dea61050eb683ffc40
5
5
  SHA512:
6
- metadata.gz: 43975ad2a0774cdf929cae9ee13e5d02d762ec4c5300d34974f233ed1822b39ab69992a1bffa1bed34661a3f95261feba7911fa411311dea99f0941f1a3adac5
7
- data.tar.gz: 15b0d2ebd0bed1bf914c280d2dfb046da5008039dc35bec5dee071dc23c2f880d23836de775cafeefcc6d27d229c77ce1be2896e10adc7da055dcfdb9a547741
6
+ metadata.gz: 493e793cbe666ad4bab8b308104d28b34664059818903ad13a756a4969708e8a120b922419a61cae87dbb79fb19af0e7ae245e39398e6e0cbda9614634583ef8
7
+ data.tar.gz: 3b09a275e451df7c7d53d354ecfaaaa56afe57d74efe389ffee5d41a45e756e265559b6ef3a60e981b2c32b2a7edc4c3290ed35389661be87a3741141c22e5bb
@@ -42,8 +42,6 @@ class Tools
42
42
 
43
43
  def get_target(path)
44
44
 
45
- targets = Array.new
46
-
47
45
  project = Xcodeproj::Project.open(path)
48
46
 
49
47
  target = project.targets[0]
@@ -56,16 +54,24 @@ class Tools
56
54
 
57
55
  if phase.name == '[CP] Copy Pods Resources'
58
56
 
59
- files = phase.output_paths
60
- if files != nil
61
- files.clear
62
- Pod::UI.puts 'Clean Output Files!'
57
+ input_files = phase.input_paths
58
+ if input_files != nil
59
+ input_files.clear
60
+ end
61
+
62
+ input_paths = phase.input_file_list_paths
63
+ if input_paths != nil
64
+ input_paths.clear
65
+ end
66
+
67
+ output_files = phase.output_paths
68
+ if output_files != nil
69
+ output_files.clear
63
70
  end
64
71
 
65
- paths = phase.output_file_list_paths
66
- if paths != nil
67
- paths.clear
68
- Pod::UI.puts 'Clean Output File Lists!'
72
+ output_paths = phase.output_file_list_paths
73
+ if output_paths != nil
74
+ output_paths.clear
69
75
  end
70
76
  end
71
77
 
@@ -1,3 +1,3 @@
1
1
  module CocoapodsLzclear
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-lzclear
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - ningyuan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-17 00:00:00.000000000 Z
11
+ date: 2021-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.0.3
79
+ rubygems_version: 3.0.3.1
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: cocoapods-lzclear