Skip to content

Commit

Permalink
revert ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
crane-hiromu committed Sep 4, 2022
1 parent db7b7ac commit fd9a1d4
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ playground.xcworkspace
# Swift Package Manager
#
# Swift Playground 4.1 でアプリをクローンした際に、クラッシュするため、一旦リポジトリにも含めておく
Package.resolved
# Package.resolved

#
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
Expand Down
41 changes: 41 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"pins" : [
{
"identity" : "combinestorable",
"kind" : "remoteSourceControl",
"location" : "https://github.com/crane-hiromu/CombineStorable.git",
"state" : {
"revision" : "4b0c651c6ebefd2a4dcfcebee89df7cba68de8a4",
"version" : "1.1.0"
}
},
{
"identity" : "difference",
"kind" : "remoteSourceControl",
"location" : "https://github.com/krzysztofzablocki/Difference",
"state" : {
"revision" : "02fe1111edc8318c4f8a0da96336fcbcc201f38b",
"version" : "1.0.1"
}
},
{
"identity" : "playgroundtester",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Losiowaty/PlaygroundTester.git",
"state" : {
"revision" : "1444c7e0d2f15be1e4c75bdaa6ecc3139d3c3a83",
"version" : "0.3.1"
}
},
{
"identity" : "swiftuiworkaround",
"kind" : "remoteSourceControl",
"location" : "https://github.com/noppefoxwolf/SwiftUIWorkaround",
"state" : {
"revision" : "3a1f3d38310fb284baf39d841f29686aeaf55a87",
"version" : "0.0.5"
}
}
],
"version" : 2
}

0 comments on commit fd9a1d4

Please sign in to comment.