ios_ci 1.0.3 → 1.0.4

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/commands/build_app.rb +1 -5
  2. metadata +3 -3
@@ -8,7 +8,7 @@ class BuildApp < BaseCommand
8
8
  end
9
9
 
10
10
  def main_command
11
- "cd #{@params.source_root} && xcodebuild #{build_args} -sdk #{@params.architecture} -configuration #{@params.configuration} clean build CONFIGURATION_BUILD_DIR=#{clean_dir}"
11
+ "cd #{@params.source_root} && xcodebuild #{build_args} -sdk #{@params.architecture} -configuration #{@params.configuration} clean build"
12
12
  end
13
13
 
14
14
  def after_command
@@ -25,10 +25,6 @@ class BuildApp < BaseCommand
25
25
  "-scheme '#{@params.scheme}' -workspace '#{@params.workspace}'"
26
26
  end
27
27
 
28
- def clean_dir
29
- "#{@params.source_root}/#{@params.build_path}/#{@params.configuration}-#{@params.architecture}"
30
- end
31
-
32
28
  def cocoapods?
33
29
  File.exist?("#{@params.source_root}/Podfile")
34
30
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ios_ci
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-11-28 00:00:00.000000000 Z
13
+ date: 2013-06-01 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: Script for iOS continuous integration
16
16
  email: belkevich@okolodev.org
@@ -51,7 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  version: '0'
52
52
  requirements: []
53
53
  rubyforge_project:
54
- rubygems_version: 1.8.24
54
+ rubygems_version: 1.8.23
55
55
  signing_key:
56
56
  specification_version: 3
57
57
  summary: iOS continuous integration