souyuz 0.6.6 → 0.6.7

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: e3345b1d21483f6ed0e860b8c4c272a1ed3f0562
4
- data.tar.gz: 7853987442145145848d39913600f1af242d1a21
3
+ metadata.gz: 86ddb133240f5bb1f08ffd554aedce3787b81fb9
4
+ data.tar.gz: 9d610a3190c653f196dce2218c9d27dae8ca8403
5
5
  SHA512:
6
- metadata.gz: 3064909aa12aebaca78d1fe573915ffb2d50da6e43a78c9c1736cd489425eb1dc74c4f030d6a724f429c852fd040cace0ed73f66e0f25b928033e1b0087edd61
7
- data.tar.gz: 22e0a6fd968a70b459d65659d277e75a3ef208d387cc523e5f34c4c5ccc874ae7f46accca6d8b5857503f5cc9dbadbd7848281f136a5a1acb2079aa97ed7fa5f
6
+ metadata.gz: 26138f367e213801ebf810a7df83dc0d46994df9bbab3e79ed6fa6ff35d27c1afa5d72fbe60fce6b7f21df946917f8bfd13612f0b8ace31e1d3ed785aaf1531d
7
+ data.tar.gz: 2f549cc9f35abec0832462e664da9f780117345b2fa1b6f1c50087142d2547b769bd9fc5e64857c4fc479ad1d8a075313b7589820d9cf383bf057aaf009209ba
data/lib/souyuz/runner.rb CHANGED
@@ -89,8 +89,14 @@ module Souyuz
89
89
  build_path = Souyuz.project.options[:output_path]
90
90
  assembly_name = Souyuz.project.options[:assembly_name]
91
91
 
92
- Souyuz.cache[:build_dsym_path] = "#{build_path}/#{assembly_name}.app.dSYM"
92
+ build_dsym_path = "#{build_path}/#{assembly_name}.app.dSYM"
93
+ if not File.exists? build_dsym_path
94
+ UI.success "Did not found dSYM at #{build_dsym_path}, skipping..."
95
+ return
96
+ end
93
97
 
98
+ Souyuz.cache[:build_dsym_path] = build_dsym_path
99
+
94
100
  command = ZipDsymCommandGenerator.generate
95
101
  FastlaneCore::CommandExecutor.execute(command: command,
96
102
  print_all: true,
@@ -1,5 +1,5 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module Souyuz
3
- VERSION = "0.6.6"
3
+ VERSION = "0.6.7"
4
4
  DESCRIPTION = "A fastlane component to make Xamarin builds a breeze"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: souyuz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.6
4
+ version: 0.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Rudat
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-19 00:00:00.000000000 Z
11
+ date: 2017-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri