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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 72c23779b6eff3a8108ac8b7260aafb259917ff3e0718600d639fa52b88f4c59
|
4
|
+
data.tar.gz: 66d30fbe478bf8eb55207415cd62202e34fbdb56083fd9de6888ea548edbbcfd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4f53d3695229587fda198d2c04e7a0d588ca810c8318a05115d7883053b4e5eee5f6caaa924b4517c11363d1219f7e590bf432d407784c6c22ac35c2ee77b99
|
7
|
+
data.tar.gz: 12f1006e56c4ba1ccb697d5aef1759ebcc107b5fee1983341ff39ea7d655511949a423c454f48dbc72abfdf04af98ea361c739cd1d55451d5ce206c876aacbc1
|
@@ -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
|
-
|
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
|
-
|
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
|
-
|
58
|
+
exit 1
|
59
59
|
end
|
60
60
|
end
|
61
61
|
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.
|
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-
|
11
|
+
date: 2023-05-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|