Skip to content

Commit

Permalink
Uses xbuild gem to build the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido Marucci Blas committed Jan 7, 2015
1 parent 61018cd commit 2fba79d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 150 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ before_install:
- brew update
- brew outdated xctool || brew upgrade xctool
script:
- cd Example && rake xbuild:clean xbuild:test
- cd Example && xbuild clean && xbuild test
after_success:
- cd .. && slather
4 changes: 4 additions & 0 deletions Example/.xbuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
verbose: true
scheme: WLXBluetoothDeviceShared
workspace: WLXBluetoothDevice.xcworkspace
xctool: true
25 changes: 0 additions & 25 deletions Example/Rakefile

This file was deleted.

124 changes: 0 additions & 124 deletions Example/lib/xbuild.rb

This file was deleted.

1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ gem 'rake'
gem 'xcpretty'
gem 'cocoapods', '~>0.35.0'
gem 'slather'
gem 'xbuild'
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ GEM
thread_safe (0.3.4)
tzinfo (1.2.2)
thread_safe (~> 0.1)
xbuild (0.1.0)
clamp (~> 0.6.3)
xcodeproj (0.20.2)
activesupport (>= 3)
colored (~> 1.2)
Expand All @@ -67,4 +69,5 @@ DEPENDENCIES
cocoapods (~> 0.35.0)
rake
slather
xbuild
xcpretty

0 comments on commit 2fba79d

Please sign in to comment.