Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
rswift 1.1.1 (new formula)
Browse files Browse the repository at this point in the history
Closes Homebrew#48357.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
  • Loading branch information
Tomas Harkema authored and flier committed Feb 17, 2016
1 parent 3eeb509 commit 4f12cbf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Library/Formula/rswift.rb
@@ -0,0 +1,18 @@
class Rswift < Formula
desc "Get strong typed, autocompleted resources like images, fonts and segues"
homepage "https://github.com/mac-cain13/R.swift"
url "https://github.com/mac-cain13/R.swift.git",
:tag => "v1.1.1",
:revision => "3a6db62164d8f50ccdf43e59894fffb672fd5e3f"

depends_on :xcode => "7.0"

def install
xcodebuild "-configuration", "Release", "-scheme", "rswift", "SYMROOT=symroot", "OBJROOT=objroot"
bin.install "symroot/Release/rswift"
end

test do
system "#{bin}/rswift", "-h"
end
end

0 comments on commit 4f12cbf

Please sign in to comment.