Skip to content

Commit c02e297

Browse files
committed
swiftly: remove Xcode requirement
* Xcode should not be required at runtime. * The formula should be able to build and run on all current macOS versions. * `on_linux` block is dead code as the formula is restricted to macOS.
1 parent d30134c commit c02e297

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Formula/s/swiftly.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,9 @@ class Swiftly < Formula
1919
# TODO: someone who cares: submit a PR to fix this!
2020
depends_on :macos
2121

22-
depends_on macos: :ventura
23-
depends_on xcode: "8.0"
24-
2522
uses_from_macos "swift" => :build, since: :sonoma # swift 5.10+
2623
uses_from_macos "zlib"
2724

28-
on_linux do
29-
depends_on "libarchive"
30-
end
31-
3225
def install
3326
system "swift", "build", "--configuration", "release", "--product", "swiftly", "--disable-sandbox"
3427
bin.install ".build/release/swiftly"

0 commit comments

Comments
 (0)