Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Dec 3, 2023
1 parent 68b906c commit 38dc198
Show file tree
Hide file tree
Showing 4 changed files with 1,101 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ DerivedData/
.swiftpm/configuration/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc

*.xcodeproj
*.xcworkspace
7 changes: 7 additions & 0 deletions Project.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import ProjectDescription

let project = Project(name: "Path", targets: [
Target(name: "Path", platform: .macOS, product: .staticLibrary, bundleId: "io.tuist.Path", sources: [
"Sources/Path/**/*.swift"
])
])
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Path

Apple discontinued the maintenance of [swift-tools-support-core](https://github.com/apple/swift-tools-support-core),
which included useful `RelativePath` and `AbsolutePath` abstractions to model file paths.
This repository is a fork of the last version of `swift-tools-support-core` that included these abstractions.
Loading

0 comments on commit 38dc198

Please sign in to comment.