joe_jenkins 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/helpers/jj_xcode.rb +1 -1
  2. metadata +2 -2
@@ -69,7 +69,7 @@ class JJXcode
69
69
 
70
70
  x_call = "-configuration #{configuration} "
71
71
  x_call += "-target #{target} " if(target && target.length > 0)
72
- x_call += "-xcconfig #{config}"
72
+ x_call += "-xcconfig \"#{config}\""
73
73
 
74
74
 
75
75
  output = doXcodeCall(x_call)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 6
9
- version: 1.0.6
8
+ - 7
9
+ version: 1.0.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Joseph Ridenour