Browse Source

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

Norio Nomura 10 years ago
parent
commit
27af0aa159
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Rakefile

+ 0 - 3
Rakefile

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