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 +4 -4
- data/lib/fir/util/build_ipa.rb +4 -3
- data/lib/fir/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3cd31a42ea3a416868185f124c2d44343a3fe0d8
|
|
4
|
+
data.tar.gz: 8ae688e7d75ef365de2342a1b79a0b29c8a48a95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef7d48e076a3ad7888e8ddefe676baca74835fe236efac39e9e047b582aab6a2908bf4d122061b04646665fe19b71357777472a16119741f2aae574ab1fc0e58
|
|
7
|
+
data.tar.gz: 2ec0d1f30d6d36d7fb2d21b39a5e932cd6e74ae870c70ae56feebfa0251e73323efff40a37a81c69f359fe577e37ce0d06ab3ac366865f48c180084ea4733d61
|
data/lib/fir/util/build_ipa.rb
CHANGED
|
@@ -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
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.
|
|
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-
|
|
11
|
+
date: 2017-04-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|