Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
Fix feedback in PR #168
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jan 12, 2016
1 parent 61095a9 commit 6317ab3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -979,10 +979,9 @@ namespace :release do

desc "Perform a full build of the bundle and app"
task :build => ['bundle:build', 'bundle:verify_linkage', 'bundle:test', 'app:build', PKG_DIR] do
build_dir = ""
Dir.chdir('app') do
build_dir = Dir.chdir('app') do
output = `#{XCODEBUILD_COMMAND.join(" ")} -showBuildSettings | grep -w BUILT_PRODUCTS_DIR`.strip
build_dir = output.split('= ').last
output.split('= ').last
end

# TODO use this once OS X supports xz out of the box.
Expand Down

0 comments on commit 6317ab3

Please sign in to comment.