Skip to content

Commit 180943b

Browse files
author
Maksym Prokopchuk
committed
set xcode to 13.2
1 parent bc18207 commit 180943b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
- name: Build
1717
run: make build
1818
env:
19-
DEVELOPER_DIR: /Applications/Xcode_13.1.app/Contents/Developer
19+
DEVELOPER_DIR: /Applications/Xcode_13.2.app/Contents/Developer
2020
- name: Run tests
2121
run: swift test
2222
- name: Check the example project
2323
run: cd ./ExampleProject && make swiftinfo
2424
env:
25-
DEVELOPER_DIR: /Applications/Xcode_13.1.app/Contents/Developer
25+
DEVELOPER_DIR: /Applications/Xcode_13.2.app/Contents/Developer
2626
- name: Package
2727
run: make package

Formula/swiftinfo.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Swiftinfo < Formula
55
url "https://github.com/rockbruno/SwiftInfo/releases/download/#{version}/swiftinfo.zip"
66
# TODO: Try something to provide a SHA automatically
77

8-
depends_on :xcode => ["13.0", :build]
8+
depends_on :xcode => ["13.2", :build]
99

1010
def install
1111
bin.install Dir["bin/*"]

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
.executable(name: "swiftinfo", targets: ["SwiftInfo"])
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMinor(from: "8.5.0")),
13+
.package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMinor(from: "8.7.1")),
1414
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
1515
],
1616
targets: [

0 commit comments

Comments
 (0)