Skip to content

Commit

Permalink
Merge pull request kishikawakatsumi#40 from kishikawakatsumi/update
Browse files Browse the repository at this point in the history
Bundle update
  • Loading branch information
kishikawakatsumi committed Feb 3, 2015
2 parents 37a26cb + 3bcc975 commit e81c807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Lib/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
rake (10.4.2)
xcjobs (0.0.4)
xcjobs (0.0.6)
xcpretty (0.1.7)

PLATFORMS
Expand Down
6 changes: 1 addition & 5 deletions Lib/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,11 @@ XCJobs::Test.new('test:ios') do |t|
t.project = 'KeychainAccess'
t.scheme = 'KeychainAccess-iOS'
t.configuration = 'Release'
t.build_dir = 'build'
destinations.each do |destination|
t.add_destination(destination)
end
t.build_dir = 'build'
t.formatter = 'xcpretty -c'
t.add_build_setting('GCC_INSTRUMENT_PROGRAM_FLOW_ARCS', 'YES')
t.add_build_setting('GCC_GENERATE_TEST_COVERAGE_FILES', 'YES')
end

XCJobs::Test.new('test:osx') do |t|
Expand All @@ -63,6 +61,4 @@ XCJobs::Test.new('test:osx') do |t|
t.configuration = 'Release'
t.build_dir = 'build'
t.formatter = 'xcpretty -c'
t.add_build_setting('GCC_INSTRUMENT_PROGRAM_FLOW_ARCS', 'YES')
t.add_build_setting('GCC_GENERATE_TEST_COVERAGE_FILES', 'YES')
end

0 comments on commit e81c807

Please sign in to comment.