Skip to content

Commit

Permalink
Merge branch 'main' of github.com:PreternaturalAI/ChatKit
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanot committed May 6, 2024
2 parents 35522e9 + 2d6bdbd commit bc97d71
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
strategy:
fail-fast: false
matrix:
xcode: ['15.2']
macos: ['macos-13']
xcode: ['latest']
macos: ['macos-14']
scheme: ['ChatKit']
command: ['build']
platform: ['macOS'] # ADD 'iOS', 'tvOS', 'watchOS'
Expand Down
77 changes: 77 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"pins" : [
{
"identity" : "corepersistence",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vmanot/CorePersistence.git",
"state" : {
"branch" : "main",
"revision" : "fd27c81fb9d70edd569a84caee443bc389f44c62"
}
},
{
"identity" : "merge",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vmanot/Merge.git",
"state" : {
"branch" : "master",
"revision" : "763d001cae2504990d264521bb4a1122b81425f4"
}
},
{
"identity" : "swallow",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vmanot/Swallow.git",
"state" : {
"branch" : "master",
"revision" : "18fc4e5602cd31e9314052de3d9815abb8fc7d37"
}
},
{
"identity" : "swift-collections",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections",
"state" : {
"revision" : "94cf62b3ba8d4bed62680a282d4c25f9c63c2efb",
"version" : "1.1.0"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"state" : {
"revision" : "fa8f95c2d536d6620cc2f504ebe8a6167c9fc2dd",
"version" : "510.0.1"
}
},
{
"identity" : "swiftui-introspect",
"kind" : "remoteSourceControl",
"location" : "https://github.com/siteline/SwiftUI-Introspect",
"state" : {
"revision" : "121c146fe591b1320238d054ae35c81ffa45f45a",
"version" : "0.12.0"
}
},
{
"identity" : "swiftuix",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SwiftUIX/SwiftUIX.git",
"state" : {
"branch" : "master",
"revision" : "9ed0757139a4cd524b12ce83a929d6af66e6a3e2"
}
},
{
"identity" : "swiftuiz",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SwiftUIX/SwiftUIZ.git",
"state" : {
"branch" : "main",
"revision" : "98cb42a1ca684494e0104b6930122fab841b71b9"
}
}
],
"version" : 2
}

0 comments on commit bc97d71

Please sign in to comment.