joe_jenkins 1.0.1 → 1.0.2

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/joe_jenkins.rb +1 -1
  2. metadata +2 -2
data/lib/joe_jenkins.rb CHANGED
@@ -20,7 +20,7 @@ class JoeJenkins
20
20
  @xcode.signer = config[:signer]
21
21
  @xcode.bundleIdentifier = config[:bundleID]
22
22
  @xcode.macroFlags = config[:macros]
23
- appOutputLocation = @xcode.doBuild(config[:configuration])
23
+ appOutputLocation = @xcode.doBuild(config[:configuration],config[:target])
24
24
 
25
25
  print "Write Config to #{@xcode.buildDir(@config[:configuration])+"/config.txt"}\n"
26
26
  File.open(@xcode.buildDir(@config[:configuration])+"/config.txt", "w") do |f|
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 1
9
- version: 1.0.1
8
+ - 2
9
+ version: 1.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Joseph Ridenour