cocoapods-hooks 0.0.6 → 0.0.7
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: 64596f5e37cabc9371db9b3a010152215acb6a9154cfd28364fe95cc82e7e028
|
4
|
+
data.tar.gz: be69b0c87d7c84ab367b4170d936df6ffd569e635eb49efc92260331ca15746c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8ae47999c9fed5b3d4c90526a3ae036c7b0531d0d37ef73413f1df8ccbbd4a70b4295030f0bfb3065271bb5d09bc0ee03128668e596c58faf1d33858a855e79
|
7
|
+
data.tar.gz: bd2be70f709a5417e27a24db8f1bc048537afa7f68e7f5aadde602210d519c6fa061d451042f02ac109c57f83dc69a1560ebee07760e554c0bcd291d0559f6d4
|
@@ -32,13 +32,13 @@ module Pod
|
|
32
32
|
result = system("python3 ChangeColor.py")
|
33
33
|
unless result
|
34
34
|
puts "command execution failed. Exiting..."
|
35
|
-
|
35
|
+
exit 1
|
36
36
|
end
|
37
37
|
# 改变 mutableTheme 文件夹的图片颜色
|
38
38
|
result = system("python3 svg2png.py")
|
39
39
|
unless result
|
40
40
|
puts "command execution failed. Exiting..."
|
41
|
-
|
41
|
+
exit 1
|
42
42
|
end
|
43
43
|
end
|
44
44
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-hooks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- huafeng
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|