Skip to content

Commit

Permalink
Upgrade build process
Browse files Browse the repository at this point in the history
  • Loading branch information
julienXX committed Mar 25, 2014
1 parent e052653 commit d3fe4a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Ruby/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ task :update_build do
mkdir "vendor"

sh "unzip -o -d vendor #{zipfile}"
mv "vendor/#{filename}", "vendor/terminal-notifier"
mv "vendor/#{filename}", 'vendor/terminal-notifier'

%x(xcodebuild -project '../Terminal\ Notifier.xcodeproj' -target terminal-notifier SYMROOT=build -verbose)
mv '../build/Release/terminal-notifier.app', 'vendor/terminal-notifier/'
chmod 0755, 'vendor/terminal-notifier/terminal-notifier.app/Contents/MacOS/terminal-notifier'
end

desc "Build gem"
Expand Down

0 comments on commit d3fe4a3

Please sign in to comment.