cocoapods-hooks 0.0.5 → 0.0.7

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: 54b1cae95f9a8281df734d94cb4f40633cf879f94116ad76dae91480fdaa879c
4
- data.tar.gz: d393b3338821f95ad776805a4a56d3cb439ae5f7a3362aa8fb9bc9f38c7bcfc2
3
+ metadata.gz: 64596f5e37cabc9371db9b3a010152215acb6a9154cfd28364fe95cc82e7e028
4
+ data.tar.gz: be69b0c87d7c84ab367b4170d936df6ffd569e635eb49efc92260331ca15746c
5
5
  SHA512:
6
- metadata.gz: 0152af04ce2300d74bc1ffe0d7eb392da5bc533dce713b582bbf4da206dbca51e2cd79cbfe8579332bdd437235f0aa3c74b545e83627ca0f1387b6a004ad71b9
7
- data.tar.gz: 155391bb41a176307b13720d704e9bf7b0b56ae65e9bd3c9e3489a945db175a29f7bcfd2de0c1669077f9c63b8aee2ffe305dce329b52bd53e4f13609b8789af
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
- exist 1
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
- exist 1
41
+ exit 1
42
42
  end
43
43
  end
44
44
 
@@ -24,7 +24,7 @@ module Pod
24
24
  result = system("fastlane ios configAllProject")
25
25
  unless result
26
26
  puts "command execution failed. Exiting..."
27
- exist 1
27
+ exit 1
28
28
  end
29
29
  end
30
30
 
@@ -43,19 +43,19 @@ module Pod
43
43
  result = system("pod git-clone --tenantid=#{@tenantid} --version=#{@version}")
44
44
  unless result
45
45
  puts "pod git-clone command execution failed. Exiting..."
46
- exist 1
46
+ exit 1
47
47
  end
48
48
  # 2. 修改图片的主题色
49
49
  result = system("pod change-color")
50
50
  unless result
51
51
  puts "pod change-color command execution failed. Exiting..."
52
- exist 1
52
+ exit 1
53
53
  end
54
54
  # 3. 修改工程配置, 进行签名
55
55
  result = system("pod fastlane-sign")
56
56
  unless result
57
57
  puts "pod fastlane-sign command execution failed. Exiting..."
58
- exist 1
58
+ exit 1
59
59
  end
60
60
  end
61
61
  end
@@ -1,3 +1,3 @@
1
1
  module CocoapodsHooks
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.7"
3
3
  end
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.5
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-24 00:00:00.000000000 Z
11
+ date: 2023-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler