cocoapods-bb-PodAssistant 0.3.12.4 → 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: bd7af42fc809c3a498de8df18a203ab1792e5ccc3217ccb7a486b49d46036d75
4
- data.tar.gz: 539e6403f4b61932959ec74bb32dfbdf13ab9f91aef47df931cae0a915c48345
3
+ metadata.gz: 2e50e664fa0119dbfae913afa7be868479ff7bbf10b0400cbae0c001e964b383
4
+ data.tar.gz: eb86977077f139ac0d9d807cb9576bb3fdc2b121c4eab9568c6af4f53cdf7d19
5
5
  SHA512:
6
- metadata.gz: 8132a40bd04ebc79568d88247055753f84ca12cb3f9395a9c5de03965d2030b7bf882ec86d1def58f47971fbc468b2ac2151341ffaa8f5e871d2b1fedf4b55a6
7
- data.tar.gz: aa55e8b9fda0d7a9c3b30b74985190c40fff41419e0d72bcd288d36db8d657c7403921ffe56bca6837997e7828a7423e5a8845436aff301c206338c623c457d1
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.file?(path)
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)
@@ -1,3 +1,3 @@
1
1
  module CocoapodsBbPodassistant
2
- VERSION = "0.3.12.4"
2
+ VERSION = "0.3.12.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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
4
+ version: 0.3.12.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - humin
@@ -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.8
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: []