vfastdev 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 +4 -4
- data/bin/vfastdev +3 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c3ce9e54665e8e935f462eeea8e29e2fa01e4cf5
|
4
|
+
data.tar.gz: 24f76ed1c205e1bb65f9d1c793655dd4e1e2e300
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f6c2aeb47b01e1ebe3b9f47b60e09ab9661d349260d5f75484ba0e9e4ba47ab621635e352a7b2172a16d2641bff232fe8d61d23f5288dba2dec63d41a78fed2
|
7
|
+
data.tar.gz: bc219b841e83342845b43447945e6a4c1a1937e4b265565f8c42384a154ff7cb5cb14ef73636aa8da8d54a09a9763d03dc02295ad61dfc43d050229935827d1d
|
data/bin/vfastdev
CHANGED
@@ -25,7 +25,7 @@ usage = <<EOF
|
|
25
25
|
|
26
26
|
\033[1mEXAMPLE\033[0m
|
27
27
|
vfastdev -k "VSBizUserCenter VSBizCollection"
|
28
|
-
保留VSBizUserCenter和VSBizCollection作为工程引入,其它业务模块通过静态库引入。Spec
|
28
|
+
保留VSBizUserCenter和VSBizCollection作为工程引入,其它业务模块通过静态库引入。Spec,VSBaseModule,VSPublic,Pods工程会默认保留。
|
29
29
|
|
30
30
|
\033[1mISSUES\033[0m
|
31
31
|
1.如果你的代码版本和develop相差太多,可能导致出现找不到头文件,没有这个方法,找不到符号的问题
|
@@ -54,6 +54,8 @@ else
|
|
54
54
|
exit(1)
|
55
55
|
end
|
56
56
|
|
57
|
+
$source_names << "VSBaseModule"
|
58
|
+
$source_names << "VSPublic"
|
57
59
|
# 判断目录是否存在
|
58
60
|
|
59
61
|
unless File.exist?('FastDev')
|