luna-binary-uploader 0.1.21 → 0.1.22

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: c35f885ef76e95875084e78aef96e601a6ab189bfbaf12a3d8564bcf1997c1b6
4
- data.tar.gz: 84241a1e0ef378017077aedde663beeda591d8348670b4c6a95142e32b9383f7
3
+ metadata.gz: 5ab024fbb7a3b9e093e0a37de5bb3c3581197ce5c67943a0fee70b981dccca01
4
+ data.tar.gz: 1f420170477e16c1a7b56da71320aae01c6275f3d82326222d87e26ac54e78d7
5
5
  SHA512:
6
- metadata.gz: dd2e1662d7698405f2ca17f9296b689f319e1ac9f9da8ebd91c3f472539a4bed7395364758e97047857de27dbcc5c267d5aba7ec8f5abc28db03b6f803f8a27d
7
- data.tar.gz: 7f80e36a16f32319013ea7f61f643e8582d39faaa79ef6bd28e421c5e22d7dd3756d1729fcd23875c459c981fb2fb81a679af070c0e0734fb4440716b81a3a4d
6
+ metadata.gz: 47182ea6cfd515f8e4ca0f4811bd6a42616aed2aba61af174c065738ec24702f0577a3349998990cd2e58f12ee582dcb3e6818b972d3a2da5c5dd742a285e30a
7
+ data.tar.gz: 68110efcaae4606c56a2528dc0554c69796872880af060b7ca16297d95f04c8a191f2b6dc0dce7116537b4568b8ae1c2f8b513698740dd1ff5004ce66e8888b9
@@ -63,6 +63,7 @@ module Luna
63
63
  i = 0
64
64
  Common.instance.command("lbu install")
65
65
  while i < times
66
+ Common.instance.command("xcodebuild clean -quiet -workspace #{workspace} -scheme #{scheme} -configuration Debug")
66
67
  t = DogTimer.new()
67
68
  t.start
68
69
  Common.instance.command("xcodebuild -workspace #{workspace} -scheme #{scheme} -configuration Debug")
@@ -76,6 +77,7 @@ module Luna
76
77
  Common.instance.command("lbu install n")
77
78
  i = 0
78
79
  while i < times
80
+ Common.instance.command("xcodebuild clean -quiet -workspace #{workspace} -scheme #{scheme} -configuration Debug")
79
81
  t = DogTimer.new()
80
82
  t.start
81
83
  Common.instance.command("xcodebuild -workspace #{workspace} -scheme #{scheme} -configuration Debug")
@@ -1,7 +1,7 @@
1
1
  module Luna
2
2
  module Binary
3
3
  module Uploader
4
- VERSION = "0.1.21"
4
+ VERSION = "0.1.22"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luna-binary-uploader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.21
4
+ version: 0.1.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - 车德超