cocoapods-binary-gcp 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f149bb28d8bbc94a6f34e3a1eec0aafb9699cae
4
- data.tar.gz: 4b1987b1c30f41ed72f93f42fddbccee35f8fe99
3
+ metadata.gz: 5b6bde344b8cd42a44902275151090ac0d8aac5c
4
+ data.tar.gz: '08eef7467f827cac539fe548f1cecebda5c431df'
5
5
  SHA512:
6
- metadata.gz: 1f7ff61ea334848be890eaeccf62d22df216d7c5f10702f64bd4107579dfd5e1d2065a8cb905460a7fc67006d4ab3ce849f474882947ace53e54f6016fceca76
7
- data.tar.gz: 8db22b13aa2050c0c0da636636adedf38373fed571c51f70d85a5d1d042c67d80dce2b36e624906217eafaeaae5c0f07a7c00238318d7b1e2bf3e7b5e180ac2a
6
+ metadata.gz: 4ec067707db9f540d300992294bce6d65c8ca8b7851d48659936d9af6c6c4ff2d923c1c9ac348c4d1c0cd29856872f9176be0efc718423a307e4450bcbf228ad
7
+ data.tar.gz: '09c07fc8f0839a4657174645b3fdb798433db7d5cf576cd6c76d78e132b71a1ecd08b8e073fc7c47fd0880347f5d88d5058f9393bf74ab016416dc2d0c13df7f'
@@ -1,3 +1,3 @@
1
1
  module CocoapodsBinary
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -96,10 +96,10 @@ def build_for_iosish_platform(sandbox,
96
96
  if File.exist? simulator_dsym
97
97
  tmp_lipoed_binary_path = "#{output_path}/#{module_name}.draft"
98
98
  lipo_log = `lipo -create -output #{tmp_lipoed_binary_path} #{device_dsym}/Contents/Resources/DWARF/#{module_name} #{simulator_dsym}/Contents/Resources/DWARF/#{module_name}`
99
- puts "LIPO COMMAND"
100
- puts "lipo -create -output #{tmp_lipoed_binary_path} #{device_dsym}/Contents/Resources/DWARF/#{module_name} #{simulator_dsym}/Contents/Resources/DWARF/#{module_name}"
99
+ # puts "LIPO COMMAND"
100
+ # puts "lipo -create -output #{tmp_lipoed_binary_path} #{device_dsym}/Contents/Resources/DWARF/#{module_name} #{simulator_dsym}/Contents/Resources/DWARF/#{module_name}"
101
101
 
102
- puts lipo_log unless File.exist?(tmp_lipoed_binary_path)
102
+ # puts lipo_log unless File.exist?(tmp_lipoed_binary_path)
103
103
  FileUtils.mv tmp_lipoed_binary_path, "#{device_framework_path}.dSYM/Contents/Resources/DWARF/#{module_name}", :force => true
104
104
  end
105
105
  # move
@@ -126,7 +126,7 @@ def xcodebuild(sandbox, target, sdk='macosx', deployment_target=nil, other_optio
126
126
  Pod::UI.puts "BUILD COMMAND"
127
127
  Pod::UI.puts "exit_code #{exit_code}"
128
128
  Pod::UI.puts "xcodebuild #{args.join(" ")}"
129
- Pod::UI.puts log
129
+ # Pod::UI.puts log
130
130
 
131
131
  if !is_succeed
132
132
  begin
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-binary-gcp
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
  - leavez