cocoapods-lzclear 0.0.1 → 0.0.6
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 +5 -5
- data/Gemfile +0 -0
- data/LICENSE.txt +0 -0
- data/Rakefile +0 -0
- data/cocoapods-lzclear-0.0.1.gem +0 -0
- data/cocoapods-lzclear.gemspec +0 -0
- data/lib/cocoapods-lzclear.rb +0 -0
- data/lib/cocoapods-lzclear/command.rb +0 -0
- data/lib/cocoapods-lzclear/command/lzclear.rb +13 -3
- data/lib/cocoapods-lzclear/gem_version.rb +1 -1
- data/lib/cocoapods_plugin.rb +0 -0
- data/spec/command/lzclear_spec.rb +0 -0
- data/spec/spec_helper.rb +0 -0
- metadata +4 -6
- data/.gitignore +0 -3
- data/README.md +0 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: c840c717f63074244166c69d4460ba02a42f10dd491c1b7b7d810eff01b02337
|
|
4
|
+
data.tar.gz: af5130b0d5b7b9319043750b7909dde34851e3e63edc1d9538a3a7dcba7a649d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43975ad2a0774cdf929cae9ee13e5d02d762ec4c5300d34974f233ed1822b39ab69992a1bffa1bed34661a3f95261feba7911fa411311dea99f0941f1a3adac5
|
|
7
|
+
data.tar.gz: 15b0d2ebd0bed1bf914c280d2dfb046da5008039dc35bec5dee071dc23c2f880d23836de775cafeefcc6d27d229c77ce1be2896e10adc7da055dcfdb9a547741
|
data/Gemfile
CHANGED
|
File without changes
|
data/LICENSE.txt
CHANGED
|
File without changes
|
data/Rakefile
CHANGED
|
File without changes
|
|
Binary file
|
data/cocoapods-lzclear.gemspec
CHANGED
|
File without changes
|
data/lib/cocoapods-lzclear.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
@@ -55,8 +55,18 @@ class Tools
|
|
|
55
55
|
if phase.instance_of? Xcodeproj::Project::Object::PBXShellScriptBuildPhase
|
|
56
56
|
|
|
57
57
|
if phase.name == '[CP] Copy Pods Resources'
|
|
58
|
-
|
|
59
|
-
phase.output_paths
|
|
58
|
+
|
|
59
|
+
files = phase.output_paths
|
|
60
|
+
if files != nil
|
|
61
|
+
files.clear
|
|
62
|
+
Pod::UI.puts 'Clean Output Files!'
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
paths = phase.output_file_list_paths
|
|
66
|
+
if paths != nil
|
|
67
|
+
paths.clear
|
|
68
|
+
Pod::UI.puts 'Clean Output File Lists!'
|
|
69
|
+
end
|
|
60
70
|
end
|
|
61
71
|
|
|
62
72
|
end
|
|
@@ -70,4 +80,4 @@ class Tools
|
|
|
70
80
|
|
|
71
81
|
end
|
|
72
82
|
|
|
73
|
-
end
|
|
83
|
+
end
|
data/lib/cocoapods_plugin.rb
CHANGED
|
File without changes
|
|
File without changes
|
data/spec/spec_helper.rb
CHANGED
|
File without changes
|
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.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ningyuan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -45,11 +45,10 @@ executables: []
|
|
|
45
45
|
extensions: []
|
|
46
46
|
extra_rdoc_files: []
|
|
47
47
|
files:
|
|
48
|
-
- ".gitignore"
|
|
49
48
|
- Gemfile
|
|
50
49
|
- LICENSE.txt
|
|
51
|
-
- README.md
|
|
52
50
|
- Rakefile
|
|
51
|
+
- cocoapods-lzclear-0.0.1.gem
|
|
53
52
|
- cocoapods-lzclear.gemspec
|
|
54
53
|
- lib/cocoapods-lzclear.rb
|
|
55
54
|
- lib/cocoapods-lzclear/command.rb
|
|
@@ -77,8 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
77
76
|
- !ruby/object:Gem::Version
|
|
78
77
|
version: '0'
|
|
79
78
|
requirements: []
|
|
80
|
-
|
|
81
|
-
rubygems_version: 2.5.2.3
|
|
79
|
+
rubygems_version: 3.0.3
|
|
82
80
|
signing_key:
|
|
83
81
|
specification_version: 4
|
|
84
82
|
summary: cocoapods-lzclear
|
data/.gitignore
DELETED