cocoapods-bb-PodAssistant 0.3.12.3 → 0.3.12.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: 2e50e664fa0119dbfae913afa7be868479ff7bbf10b0400cbae0c001e964b383
|
4
|
+
data.tar.gz: eb86977077f139ac0d9d807cb9576bb3fdc2b121c4eab9568c6af4f53cdf7d19
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83815f36081eddb0f0e48c4cbd839244146ff54708d9876337b67bc31d7ffc84535ba268b1e5a1e246c43e8ad69fd5e0cb80ea176a226ef3db67922aa3e60a5d
|
7
|
+
data.tar.gz: 24e79b6a25942fb56e92a434bdba323eaf184a8ea13106a0e1c7f5a061942b3389ee2a8e7e97948d213f74bbb261746c0c88ec6c380d21fe1cd9a884bb466d27
|
@@ -56,7 +56,7 @@ class BabybusInstallEnv
|
|
56
56
|
bundleIdentifier = getProjectBundleIdentifier
|
57
57
|
path = File.join(rootPath, "Configs", "#{bundleIdentifier}/UnityFramework.framework")
|
58
58
|
puts "查找UnityFramework产物1:#{path}"
|
59
|
-
if !File.
|
59
|
+
if !File.directory?(path) #不是文件夹 或不存在该文件夹
|
60
60
|
path = File.join(rootPath, "Configs/UnityFramework", "#{bundleIdentifier}/UnityFramework.framework")
|
61
61
|
puts "查找UnityFramework产物2:#{path}"
|
62
62
|
if !File.directory?(path)
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-bb-PodAssistant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.12.
|
4
|
+
version: 0.3.12.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- humin
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: cocoapods-core
|
@@ -218,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
218
218
|
- !ruby/object:Gem::Version
|
219
219
|
version: '0'
|
220
220
|
requirements: []
|
221
|
-
rubygems_version: 3.6.
|
221
|
+
rubygems_version: 3.6.9
|
222
222
|
specification_version: 4
|
223
223
|
summary: A longer description of cocoapods-bb-PodAssistant.
|
224
224
|
test_files: []
|