cocoapods-binary-gcp 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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b6bde344b8cd42a44902275151090ac0d8aac5c
|
|
4
|
+
data.tar.gz: '08eef7467f827cac539fe548f1cecebda5c431df'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ec067707db9f540d300992294bce6d65c8ca8b7851d48659936d9af6c6c4ff2d923c1c9ac348c4d1c0cd29856872f9176be0efc718423a307e4450bcbf228ad
|
|
7
|
+
data.tar.gz: '09c07fc8f0839a4657174645b3fdb798433db7d5cf576cd6c76d78e132b71a1ecd08b8e073fc7c47fd0880347f5d88d5058f9393bf74ab016416dc2d0c13df7f'
|
|
@@ -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
|