Skip to content

Commit

Permalink
Package.resolved (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Nov 4, 2024
1 parent 92541c1 commit 7ec854c
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ playground.xcworkspace
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
Packages/
Package.pins
Package.resolved
PubNubSwiftChatSDK.xcworkspace/xcshareddata/swiftpm
# Package.resolved
# PubNubSwiftChatSDK.xcworkspace/xcshareddata/swiftpm
.swiftpm
.build

Expand Down
23 changes: 23 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"pins" : [
{
"identity" : "kmp-chat",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pubnub/kmp-chat",
"state" : {
"revision" : "1e2ea0248e203c6cf6d5b07d9d9eb637ad055ac2",
"version" : "0.8.3-dev"
}
},
{
"identity" : "swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pubnub/swift",
"state" : {
"revision" : "be18a8c8d32f1426992d03cb3551101ab972fdb4",
"version" : "8.0.1"
}
}
],
"version" : 2
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"originHash" : "2b7f8558564acf72b5e5be5d437803cf7d29d74b8d155e01d97b3918fb30f48e",
"pins" : [
{
"identity" : "kmp-chat",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pubnub/kmp-chat",
"state" : {
"revision" : "1e2ea0248e203c6cf6d5b07d9d9eb637ad055ac2",
"version" : "0.8.3-dev"
}
},
{
"identity" : "swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pubnub/swift",
"state" : {
"revision" : "be18a8c8d32f1426992d03cb3551101ab972fdb4",
"version" : "8.0.1"
}
}
],
"version" : 3
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"originHash" : "2b7f8558564acf72b5e5be5d437803cf7d29d74b8d155e01d97b3918fb30f48e",
"pins" : [
{
"identity" : "kmp-chat",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pubnub/kmp-chat",
"state" : {
"revision" : "1e2ea0248e203c6cf6d5b07d9d9eb637ad055ac2",
"version" : "0.8.3-dev"
}
},
{
"identity" : "swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pubnub/swift",
"state" : {
"revision" : "be18a8c8d32f1426992d03cb3551101ab972fdb4",
"version" : "8.0.1"
}
}
],
"version" : 3
}

0 comments on commit 7ec854c

Please sign in to comment.