cocoapods-soul-component-plugin 0.0.8 → 0.0.9
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: 2d5496a166787a45ac688840d23bb262b635ff4950e5268aa2061c6c9ce4a1b1
|
|
4
|
+
data.tar.gz: db97545925bf707fe592f89a47370e6d41c7808d5d93de78ef2fe4297b56cb09
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c3b8c066c53e8a61692dc62147ce546eeab14ec4761909e0f8d58bb905335b75032b6db4975d2e5d33dee0049a1fe6690b55b0f12eff74e0c2269ede0755d46
|
|
7
|
+
data.tar.gz: 46c87b938b7cd76bbb7f9b9d8c97453b35a0e2724d5e1cdcbc2c44bcebfc03748a3d5095be1149992ade235400563664dfa217b633416212fd0f7e566fe8868c
|
|
@@ -126,10 +126,10 @@ module CocoapodsSoulComponentPlugin
|
|
|
126
126
|
options = { git: each.git, commit: each.commit, tag: each.version, branch:each.branch }
|
|
127
127
|
options = Pod::Downloader.preprocess_options(options)
|
|
128
128
|
downloader = Pod::Downloader.for_target(target_path, options)
|
|
129
|
+
Pod::UI.puts "本地依赖 #{each.name} 不存在,即将进行下载 。参数:#{options}".green
|
|
129
130
|
downloader.download_deep
|
|
130
|
-
Pod::UI.puts "本地 #{each.name} 不存在,进行 clone 。参数:#{options}".green
|
|
131
131
|
else
|
|
132
|
-
Pod::UI.puts "
|
|
132
|
+
Pod::UI.puts "本地依赖 #{each.name} 已存在,不进行变更,如需更新请删除重新 install。位置:#{target_path}".yellow
|
|
133
133
|
end
|
|
134
134
|
end
|
|
135
135
|
else
|