cocoapods-hooks 0.0.5 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54b1cae95f9a8281df734d94cb4f40633cf879f94116ad76dae91480fdaa879c
4
- data.tar.gz: d393b3338821f95ad776805a4a56d3cb439ae5f7a3362aa8fb9bc9f38c7bcfc2
3
+ metadata.gz: 72c23779b6eff3a8108ac8b7260aafb259917ff3e0718600d639fa52b88f4c59
4
+ data.tar.gz: 66d30fbe478bf8eb55207415cd62202e34fbdb56083fd9de6888ea548edbbcfd
5
5
  SHA512:
6
- metadata.gz: 0152af04ce2300d74bc1ffe0d7eb392da5bc533dce713b582bbf4da206dbca51e2cd79cbfe8579332bdd437235f0aa3c74b545e83627ca0f1387b6a004ad71b9
7
- data.tar.gz: 155391bb41a176307b13720d704e9bf7b0b56ae65e9bd3c9e3489a945db175a29f7bcfd2de0c1669077f9c63b8aee2ffe305dce329b52bd53e4f13609b8789af
6
+ metadata.gz: b4f53d3695229587fda198d2c04e7a0d588ca810c8318a05115d7883053b4e5eee5f6caaa924b4517c11363d1219f7e590bf432d407784c6c22ac35c2ee77b99
7
+ data.tar.gz: 12f1006e56c4ba1ccb697d5aef1759ebcc107b5fee1983341ff39ea7d655511949a423c454f48dbc72abfdf04af98ea361c739cd1d55451d5ce206c876aacbc1
@@ -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.6"
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.6
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-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler