cocoapods-bb-PodAssistant 0.2.4 → 0.2.5
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: ab2705715a5d3a1fb1d3a9b67f74e24803ef31012292ff01ce65b15ec33b1402
|
4
|
+
data.tar.gz: 2cc66113449ec295ecb88c99bcaaea6cdd4a277498c07924e656a652f79022ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2df0329e92d8ba05f49d57386c147bd9577bbfc4e5c4704a8fcbd693929d237d709fe512d2593bd921b1a2f92958adacba6225cd3f7e0c73e1055241a4ad17e
|
7
|
+
data.tar.gz: 70179167a38a24a9aab3a8bca075f0339a9a2597c00b669ec02437dcba7fcb929a419ee716e2ba3eaa64dc4322ca901422dde6ca2cfb70baab3164c73790d1ba
|
@@ -45,6 +45,10 @@ module Pod
|
|
45
45
|
podStartTime = Time.new
|
46
46
|
update_spec
|
47
47
|
if @pods.any?
|
48
|
+
if !File.exist?(File.join(Dir.pwd,"Podfile.lock"))
|
49
|
+
puts "工程第一次先执行pod 初始化 pod install"
|
50
|
+
system "pod install"
|
51
|
+
end
|
48
52
|
pods_str = @pods.join(" ")
|
49
53
|
system "pod update #{pods_str}"
|
50
54
|
else
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-bb-PodAssistant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- humin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-12-
|
11
|
+
date: 2023-12-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cocoapods-core
|