ecb 0.0.43 → 0.0.44

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.
@@ -113,6 +113,8 @@ module Commands
113
113
  EcbSharedLib::CL.do_cmd(cmd, '.')
114
114
  cmd = " ditto -c -k --norsrc #{deliverablesPath}/#{export_name} #{deliverablesPath}/#{export_name}.ipa"
115
115
  EcbSharedLib::CL.do_cmd(cmd, '.')
116
+ cmd = " rm -Rf #{deliverablesPath}/#{export_name}.zip"
117
+ EcbSharedLib::CL.do_cmd(cmd, '.')
116
118
  end
117
119
 
118
120
 
@@ -144,6 +146,9 @@ module Commands
144
146
  cmd = "rm -Rf #{deliverablesPath}"
145
147
  EcbSharedLib::CL.do_cmd(cmd, '.')
146
148
 
149
+ cmd = "rm -Rf ~/Library/Developer/Xcode/DerivedData/"
150
+ EcbSharedLib::CL.do_cmd(cmd, '.')
151
+
147
152
  xcode_version = info[:xcode_version].nil? ? "" : info[:xcode_version]
148
153
  unless File.exists?("/Applications/Xcode#{xcode_version}.app")
149
154
  cmd = "sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer"
@@ -8,6 +8,6 @@
8
8
 
9
9
  class Info
10
10
  def self.version
11
- "0.0.43"
11
+ "0.0.44"
12
12
  end
13
13
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 43
9
- version: 0.0.43
8
+ - 44
9
+ version: 0.0.44
10
10
  platform: ruby
11
11
  authors:
12
12
  - Rick Hoiberg