fastlane-plugin-stream_actions 0.3.50 → 0.3.51

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: 522a2eedea5b65350456fae7103c6ec464e3cd4087fd2002ff4e90790bad71c7
4
- data.tar.gz: bb55d82db4b6306fe0163f5a7ef97def5deb3c2109b558f24dd0ceafa9516c6c
3
+ metadata.gz: 2125d5dc4c49060550c415f6598ab3fbfac8cf438d7363baccf8d8c165374eb1
4
+ data.tar.gz: 052ae245c5d83b738d9df12c13c8b5401c1806940f85b9d86220c8c218af96c8
5
5
  SHA512:
6
- metadata.gz: b10cca230a9975917a088df463be9cb8ef04f91f908db330f2b749da6517779c97604ab2ce1a7315e585af8a532baf25c2f3c3e77fc979c250b4af1fb0cf12e5
7
- data.tar.gz: 756e576034531c717027abf3131e4a1bdbdb2ea9595e9ef5bd28eaf5df0fd8110736d745adcbd5b9adddbe2e038a856985d61137ef59fec80eb34f041f65a761
6
+ metadata.gz: 991fd91e789a3a61653e03b4cad8ae105a8f6b13e9c5360f15854f428729f1731422b5d05338c5aeb3a1c98f12943b70d64008936a7f1f6115c576f7f0c1f7ac
7
+ data.tar.gz: 41e1bcb46636af574e08f6ff0fcf28943e80193138d60ca89a54a600b7ea0384a7f02062f383e993ed81c5447323a2b4959ce43daa22dd526118430d5a5a0634
@@ -9,11 +9,9 @@ module Fastlane
9
9
  end
10
10
 
11
11
  if simulators.empty?
12
- Dir.chdir('..') do
13
- sh("echo 'iOS #{params[:version]} Simulator' | ipsw download xcode --sim") if Dir['*.dmg'].first.nil?
14
- sh("sh #{params[:custom_script]} #{Dir['*.dmg'].first}")
15
- UI.success("iOS #{params[:version]} Runtime successfuly installed")
16
- end
12
+ sh("echo 'iOS #{params[:version]} Simulator' | ipsw download xcode --sim") if Dir['*.dmg'].first.nil?
13
+ sh("#{params[:custom_script]} #{Dir['*.dmg'].first}")
14
+ UI.success("iOS #{params[:version]} Runtime successfuly installed")
17
15
  else
18
16
  UI.important("iOS #{params[:version]} Runtime already exists")
19
17
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module StreamActions
3
- VERSION = '0.3.50'
3
+ VERSION = '0.3.51'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-stream_actions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.50
4
+ version: 0.3.51
5
5
  platform: ruby
6
6
  authors:
7
7
  - GetStream