Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Mar 1, 2024
1 parent 7f3f737 commit 344e337
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 4 deletions.
113 changes: 113 additions & 0 deletions BluetoothAccessory.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
{
"pins" : [
{
"identity" : "bluetooth",
"kind" : "remoteSourceControl",
"location" : "https://github.com/PureSwift/Bluetooth.git",
"state" : {
"revision" : "686f941a690200776c6efac7aa3b94d35c2f561d",
"version" : "6.4.1"
}
},
{
"identity" : "bluetoothlinux",
"kind" : "remoteSourceControl",
"location" : "https://github.com/PureSwift/BluetoothLinux.git",
"state" : {
"branch" : "master",
"revision" : "43be2d5bcfeca8b86dc293c9e578aabcf7cd9261"
}
},
{
"identity" : "codescanner",
"kind" : "remoteSourceControl",
"location" : "https://github.com/twostraws/CodeScanner.git",
"state" : {
"revision" : "303bd5adbb61d068c3bcbb839857340c3e6ff8b0",
"version" : "2.4.0"
}
},
{
"identity" : "coremodel",
"kind" : "remoteSourceControl",
"location" : "https://github.com/PureSwift/CoreModel.git",
"state" : {
"branch" : "master",
"revision" : "4190671d49f573ea60a5b4c05d97064ddc8a48c8"
}
},
{
"identity" : "gatt",
"kind" : "remoteSourceControl",
"location" : "https://github.com/PureSwift/GATT.git",
"state" : {
"branch" : "master",
"revision" : "77d3bc6fa5b0c4bb4f8634f7a633cecdbcae5843"
}
},
{
"identity" : "keychainaccess",
"kind" : "remoteSourceControl",
"location" : "https://github.com/kishikawakatsumi/KeychainAccess.git",
"state" : {
"branch" : "master",
"revision" : "e0c7eebc5a4465a3c4680764f26b7a61f567cdaf"
}
},
{
"identity" : "sfsafesymbols",
"kind" : "remoteSourceControl",
"location" : "https://github.com/piknotech/SFSafeSymbols.git",
"state" : {
"revision" : "7cca2d60925876b5953a2cf7341cd80fbeac983c",
"version" : "4.1.1"
}
},
{
"identity" : "socket",
"kind" : "remoteSourceControl",
"location" : "https://github.com/PureSwift/Socket.git",
"state" : {
"branch" : "main",
"revision" : "489e63b9cf0998f820f9f994f25cd5cb5f602404"
}
},
{
"identity" : "swift-argument-parser",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-argument-parser",
"state" : {
"revision" : "c8ed701b513cf5177118a175d85fbbbcd707ab41",
"version" : "1.3.0"
}
},
{
"identity" : "swift-crypto",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-crypto.git",
"state" : {
"revision" : "60f13f60c4d093691934dc6cfdf5f508ada1f894",
"version" : "2.6.0"
}
},
{
"identity" : "swift-system",
"kind" : "remoteSourceControl",
"location" : "https://github.com/PureSwift/swift-system",
"state" : {
"branch" : "feature/dynamic-lib",
"revision" : "bd3d1f6321a489ee443860ebe0f26ff689c938ad"
}
},
{
"identity" : "tlvcoding",
"kind" : "remoteSourceControl",
"location" : "https://github.com/PureSwift/TLVCoding.git",
"state" : {
"branch" : "master",
"revision" : "fa31426c76d1630fe8942e6ebf2eadc20f280995"
}
}
],
"version" : 2
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/twostraws/CodeScanner.git",
"state" : {
"revision" : "bf5d7087015620b250ee6c865b3c9039fc159d1a",
"version" : "2.3.3"
"revision" : "303bd5adbb61d068c3bcbb839857340c3e6ff8b0",
"version" : "2.4.0"
}
},
{
Expand All @@ -33,7 +33,7 @@
"location" : "https://github.com/PureSwift/GATT.git",
"state" : {
"branch" : "master",
"revision" : "c39a90af6fbd93a9a3afebb88c8cc8b9f19e62dd"
"revision" : "26b0a955146628ae9691ffcb1282de1586491d9c"
}
},
{
Expand All @@ -42,7 +42,7 @@
"location" : "https://github.com/kishikawakatsumi/KeychainAccess.git",
"state" : {
"branch" : "master",
"revision" : "ecb18d8ce4d88277cc4fb103973352d91e18c535"
"revision" : "e0c7eebc5a4465a3c4680764f26b7a61f567cdaf"
}
},
{
Expand Down

0 comments on commit 344e337

Please sign in to comment.