Pārlūkot izejas kodu

Remove `t.build_dir = 'build'` from Rakefile

Norio Nomura 10 gadi atpakaļ
vecāks
revīzija
27af0aa159
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. 0 3
      Rakefile

+ 0 - 3
Rakefile

@@ -17,7 +17,6 @@ namespace :test do
     t.scheme = 'Base32-iOS'
     t.sdk = 'iphonesimulator'
     t.configuration = 'Release'
-    t.build_dir = 'build'
     destinations.each do |destination|
       t.add_destination(destination)
     end
@@ -29,7 +28,6 @@ namespace :test do
     t.scheme = 'Base32-Mac'
     t.sdk = 'macosx'
     t.configuration = 'Release'
-    t.build_dir = 'build'
     t.formatter = 'xcpretty -c'
   end
 
@@ -38,7 +36,6 @@ namespace :test do
     t.scheme = 'SecEncodeTransformTests'
     t.sdk = 'macosx'
     t.configuration = 'Release'
-    t.build_dir = 'build'
     t.formatter = 'xcpretty -c'
   end
 end