소스 검색

Merge pull request #40 from kishikawakatsumi/update

Bundle update
kishikawa katsumi 10 년 전
부모
커밋
e81c80719b
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