gym 0.3.3 → 0.3.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: a8bddec4eefadb03f7101efb31470e229e97b256
4
- data.tar.gz: d117764cec0e9985ba4814e415f28873b89771c9
3
+ metadata.gz: fd05c4c174ea6781a857114929bd5645ac12beab
4
+ data.tar.gz: da82d0a397cd5ea278197a9dd2934021bbe0bed2
5
5
  SHA512:
6
- metadata.gz: 9e8c5af75a48db478c218fea0470a1aa095300359f868b23dde81c21b513a058faa430a86496bef48e12466b38141afa0baac912be4dcd4dca3db089c85a4ed4
7
- data.tar.gz: 4297f002c14cbd9efe12a0bcc93dcf5fbcef4087164d486d728686cfbbcf7a4161d86ddbd94a18fb3e0569835532fe1961bce932823d8d29285eb91c7735874f
6
+ metadata.gz: 8b8bb13ec70342708aa130a0bd585be9cd71130bea69abae4f61c14ead0f0e84f06578f756748f628a1c57b85039bbbab43e5a1dcd6ee329d867d17bfc6abc84
7
+ data.tar.gz: babf2f1e9f4ad284e1d4e92e13213c87cde7e9677d50803f05bf46914ce5867d94d3d1aac7a29aa70894e9f3cbc80f7b702d7551cd9c585ae29335a8bf06fad4
@@ -36,7 +36,10 @@ module Gym
36
36
  end
37
37
 
38
38
  def appfile_path
39
- Dir[BuildCommandGenerator.archive_path + "/**/*.app"].last
39
+ path = Dir.glob("#{BuildCommandGenerator.archive_path}/Products/Applications/*.app").first
40
+ path ||= Dir[BuildCommandGenerator.archive_path + "/**/*.app"].last
41
+
42
+ return path
40
43
  end
41
44
 
42
45
  # We export it to the temporary folder and move it over to the actual output once it's finished and valid
data/lib/gym/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Gym
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  DESCRIPTION = "Building your iOS apps has never been easier"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gym
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-18 00:00:00.000000000 Z
11
+ date: 2015-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core