cocoapods-xp-binary-debug 0.0.3 → 0.0.4

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: 1d511b6b5e676fc203597cbeb5f00d7810171fd34aca4c12d6e9d83ee553d321
4
- data.tar.gz: 6cb0c97ec12b2195075a7ed997d40ec586a442cc98e492f41d04d200ccc82de6
3
+ metadata.gz: 53ea70ced4c2a5f6d45a6b857a781fdedabdafc828abb3d4bee3afd7445c58df
4
+ data.tar.gz: 1e17ffe511fb61a4007bc6b9b971e54e86876dda8d23d90a2e2a0a0f64035953
5
5
  SHA512:
6
- metadata.gz: 9a28de8c62f3ae71012869f07df5a8156a8699d382cafc984f5eb3f9f8b33ad625ae5ece6fb485ded4212d8dc993ac44a7a879a350cfeb6e48a2e862f7505d6e
7
- data.tar.gz: a92643c2f02ed6095f7054881dc14ec094bd66d226c8eedcfe619ce8a4fbbfde248e437ecac44b01108982b35942e86e18827d7f07cb117e0cf616861397aa35
6
+ metadata.gz: 11eaaaad0714c112c78c544f0281c3380a99596382e72922f3cf2a27368c63cd2297479679d95ff4bb3b5129573e3f7d3a70ec0d7de3575540fc0ff1fbed1817
7
+ data.tar.gz: e4a165fb8a205fffc45faaf701895a9d8fddeb6a7fa30dbca0edf267020df41ba0245c7a8d55fe03ccbd8fa6bca26afd7dde825a844c59ac7a436f6267a280b9
@@ -51,7 +51,6 @@ module Pod
51
51
 
52
52
 
53
53
  def run
54
-
55
54
  podfile_lock = File.join(Pathname.pwd,"Podfile.lock")
56
55
  raise "podfile.lock,不存在,请先pod install/update" unless File.exist?(podfile_lock)
57
56
  @lockfile ||= Lockfile.from_file(Pathname.new(podfile_lock) )
@@ -177,11 +176,16 @@ module Pod
177
176
  # lib_name = "lib#{name}.a"
178
177
  #lib_path = File.join(dir,lib_name)
179
178
 
180
- # framework 路径
179
+ # framework
181
180
  dir = Pathname.new(File.join(Pathname.pwd,"Pods", name))
182
181
  lib_name = name
183
- framework_path = File.join(dir, `#{name}.framework`)
182
+ UI.puts "dir #{dir}"
183
+
184
+ framework_path = "#{dir}/#{lib_name}.framework"
185
+ UI.puts "framework_path: #{framework_path}"
186
+
184
187
  lib_path = File.join(framework_path, lib_name)
188
+ UI.puts "lib_path: #{lib_path}"
185
189
 
186
190
  unless File.exist?(lib_path)
187
191
  lib_path = File.join(dir.children.first,lib_name)
@@ -1,3 +1,3 @@
1
1
  module CocoapodsXpBinaryDebug
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-xp-binary-debug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - 林俊炳