Skip to content

Commit 2303b85

Browse files
committed
更新 .gitignore 文件以包含 .swiftpm 和 .vscode 目录,更新 Package.resolved 中 swift-syntax 的来源和版本号,修改 Package.swift 中的依赖 URL。
1 parent e0ea360 commit 2303b85

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/Packages
44
xcuserdata/
55
DerivedData/
6-
.swiftpm/configuration/registries.json
7-
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
6+
.swiftpm/
87
.netrc
8+
.vscode/
9+
*.resolved

Package.resolved

Lines changed: 4 additions & 4 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
@@ -25,7 +25,7 @@ let package = Package(
2525
),
2626
],
2727
dependencies: [
28-
.package(url: "https://github.com/apple/swift-syntax.git", from: "600.0.0"),
28+
.package(url: "https://github.com/swiftlang/swift-syntax", from: "600.0.0"),
2929
],
3030
targets: [
3131
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)