fir-cli 1.6.1 → 1.6.2

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: 5f01fd248fefd1753a6c10240400dbcb9a21f5e7
4
- data.tar.gz: 2daf2ba4ff83a10230404ee390de2a182818bd22
3
+ metadata.gz: 3cd31a42ea3a416868185f124c2d44343a3fe0d8
4
+ data.tar.gz: 8ae688e7d75ef365de2342a1b79a0b29c8a48a95
5
5
  SHA512:
6
- metadata.gz: 62de28685872943a0690d5c6af9ce61e71ee31a50bd94959ae1c6dd4de59e5976f3fdfc7d4cb398e32eb1bbfa139ba7d6bf224519108bf3e37b95e59703c7bab
7
- data.tar.gz: 20520497d255a83467ab040eeb91b6e078cf086a5382fc03cc1df54e1b7d2418531a4f2bc1a7f8d2eb42f4df4d0002589997995a9c84dfaec9713243c4be1430
6
+ metadata.gz: ef7d48e076a3ad7888e8ddefe676baca74835fe236efac39e9e047b582aab6a2908bf4d122061b04646665fe19b71357777472a16119741f2aae574ab1fc0e58
7
+ data.tar.gz: 2ec0d1f30d6d36d7fb2d21b39a5e932cd6e74ae870c70ae56feebfa0251e73323efff40a37a81c69f359fe577e37ce0d06ab3ac366865f48c180084ea4733d61
@@ -22,7 +22,7 @@ module FIR
22
22
  private
23
23
 
24
24
  def initialize_ipa_build_cmd(args, options)
25
- @configuration = options[:configuration]
25
+ @configuration = options[:configuration] || 'Release'
26
26
  @target_name = options[:target]
27
27
  @scheme_name = options[:scheme]
28
28
  @profile_name = options[:profile]
@@ -192,11 +192,12 @@ module FIR
192
192
  end
193
193
 
194
194
  def initialize_xcode_build_path(options)
195
+ @xc_workspace = check_and_find_ios_xcworkspace(@build_dir)
196
+ @xc_project = check_and_find_ios_xcodeproj(@build_dir)
197
+
195
198
  if options.workspace?
196
- @xc_workspace = check_and_find_ios_xcworkspace(@build_dir)
197
199
  " -workspace '#{@xc_workspace}'"
198
200
  else
199
- @xc_project = check_and_find_ios_xcodeproj(@build_dir)
200
201
  " -project '#{@xc_project}'"
201
202
  end
202
203
  end
data/lib/fir/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module FIR
4
- VERSION = '1.6.1'
4
+ VERSION = '1.6.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fir-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - NaixSpirit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-02 00:00:00.000000000 Z
11
+ date: 2017-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler