-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from davdroman/gitignore-swiftpm-folder
Gitignore .swiftpm folder
- Loading branch information
Showing
11 changed files
with
103 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.DS_Store | ||
/.build | ||
/.swiftpm | ||
/Packages | ||
/*.xcodeproj | ||
xcuserdata/ | ||
|
114 changes: 0 additions & 114 deletions
114
.swiftpm/xcode/xcshareddata/xcschemes/PeriodDuration-Package.xcscheme
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
PeriodDuration.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
70 changes: 70 additions & 0 deletions
70
PeriodDuration.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "swift-argument-parser", | ||
"repositoryURL": "https://github.com/apple/swift-argument-parser", | ||
"state": { | ||
"branch": null, | ||
"revision": "9f39744e025c7d377987f30b03770805dcb0bcd1", | ||
"version": "1.1.4" | ||
} | ||
}, | ||
{ | ||
"package": "Benchmark", | ||
"repositoryURL": "https://github.com/google/swift-benchmark", | ||
"state": { | ||
"branch": "main", | ||
"revision": "8163295f6fe82356b0bcf8e1ab991645de17d096", | ||
"version": null | ||
} | ||
}, | ||
{ | ||
"package": "swift-case-paths", | ||
"repositoryURL": "https://github.com/pointfreeco/swift-case-paths", | ||
"state": { | ||
"branch": null, | ||
"revision": "bb436421f57269fbcfe7360735985321585a86e5", | ||
"version": "0.10.1" | ||
} | ||
}, | ||
{ | ||
"package": "swift-custom-dump", | ||
"repositoryURL": "https://github.com/pointfreeco/swift-custom-dump", | ||
"state": { | ||
"branch": null, | ||
"revision": "819d9d370cd721c9d87671e29d947279292e4541", | ||
"version": "0.6.0" | ||
} | ||
}, | ||
{ | ||
"package": "swift-json-testing", | ||
"repositoryURL": "https://github.com/davdroman/swift-json-testing", | ||
"state": { | ||
"branch": "main", | ||
"revision": "9223048c0e9de244b6ba4f4f81a16828f44db13e", | ||
"version": null | ||
} | ||
}, | ||
{ | ||
"package": "swift-parsing", | ||
"repositoryURL": "https://github.com/pointfreeco/swift-parsing", | ||
"state": { | ||
"branch": null, | ||
"revision": "bc92e84968990b41640214b636667f35b6e5d44c", | ||
"version": "0.10.0" | ||
} | ||
}, | ||
{ | ||
"package": "xctest-dynamic-overlay", | ||
"repositoryURL": "https://github.com/pointfreeco/xctest-dynamic-overlay", | ||
"state": { | ||
"branch": null, | ||
"revision": "16e6409ee82e1b81390bdffbf217b9c08ab32784", | ||
"version": "0.5.0" | ||
} | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters