浏览代码

Bundle update

kishikawa katsumi 10 年之前
父节点
当前提交
3bcc975e96
共有 2 个文件被更改,包括 2 次插入6 次删除
  1. 1 1
      Lib/Gemfile.lock
  2. 1 5
      Lib/Rakefile

+ 1 - 1
Lib/Gemfile.lock

@@ -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

+ 1 - 5
Lib/Rakefile

@@ -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|
@@ -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