cint 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/cint +6 -4
  3. data/lib/cint/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4bb77f61b50b0f32002b0f0d3a69755771c66bae1e6ef05fa3b83d2efe5b75dd
4
- data.tar.gz: a8b9597edf47966f19df9fbe7e5217863d4fd13180c59b0ad18d39eb40b911c6
3
+ metadata.gz: d32aeeb33495e7fdb9167a0c6c688e8b10fd7f07b7ea7b13e205753e706f27a2
4
+ data.tar.gz: 8a0021ce24aa619a0eec355607fdf7039a0204d59625693736da6a69e24b874c
5
5
  SHA512:
6
- metadata.gz: a857ee3f0773987f487124ea3356ac6c55db0d9628450b1bb1f39d80c2052c204175211739a9805b286fab60e3fd306d3ab142c846f2026ec8267959548a3867
7
- data.tar.gz: fd93fb0fae8b1c79122cc86c3049b56710c2cf4960441b42250d96c4d1064bdf1c197e6f7c1aba164f9112ba0b2ebada2ff42ba11b1eea418ab589a6fc6adc2d
6
+ metadata.gz: c4ebfc4478033cabcd0ca7c9bb6f582792d8df5d747b7bfba190045f2edfabf343a5e1f26db1dc5a57bc04340334430552b3e022d78c3b53471d424e15fd93f8
7
+ data.tar.gz: 980ddb19db1b1583fb70b07e875550711387156e9bb9c101de6b09e0570dc543530afabe71c2445b942400f72e3253564c12873ed91c716178f566bc73f92ecc
data/bin/cint CHANGED
@@ -111,10 +111,12 @@ def intergate_frameworks(target, project)
111
111
  project.add_path(fw_search_path)
112
112
 
113
113
  # Integrate Shell Script
114
- phase = target.carthage_build_phase
115
- prepared_inputs = prepare_inputs(frameworks)
116
- prepared_outputs = prepare_outputs(frameworks)
117
- phase.setup_with_frameworks(prepared_inputs, prepared_outputs) unless target.sdk == 'macosx'
114
+ if target.sdk != 'macosx'
115
+ phase = target.carthage_build_phase
116
+ prepared_inputs = prepare_inputs(frameworks)
117
+ prepared_outputs = prepare_outputs(frameworks)
118
+ phase.setup_with_frameworks(prepared_inputs, prepared_outputs)
119
+ end
118
120
 
119
121
  # footer
120
122
  say "\n"
@@ -1,3 +1,3 @@
1
1
  module Cint
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Antonyuk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-29 00:00:00.000000000 Z
11
+ date: 2017-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xcodeproj