Skip to content

Commit

Permalink
Fix Xcode 13 build
Browse files Browse the repository at this point in the history
  • Loading branch information
subdan committed Oct 24, 2021
1 parent e6ebefa commit f3b6b6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
},
{
"package": "XcodeProj",
"repositoryURL": "https://github.com/tuist/XcodeProj",
"repositoryURL": "https://github.com/tuist/XcodeProj.git",
"state": {
"branch": null,
"revision": "446f3a0db73e141c7f57e26fcdb043096b1db52c",
"version": "8.3.1"
"revision": "64c4b956c1095dbba7a07107005342a25f1c5d6b",
"version": "8.5.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
url: "https://github.com/stencilproject/Stencil.git",
.revisionItem("a72441947467a9ed6c90941c02abc78aa330dcd3")
),
.package(url: "https://github.com/tuist/XcodeProj", from: "8.3.0")
.package(url: "https://github.com/tuist/XcodeProj.git", from: "8.5.0"),
],
targets: [

Expand Down

0 comments on commit f3b6b6a

Please sign in to comment.