Skip to content

Commit

Permalink
Add SwiftPM resolved file
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Mar 25, 2023
1 parent 0fe345d commit ea563a1
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ playground.xcworkspace
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
Package.resolved
/Package.resolved

#
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
# hence it is not needed unless you have added a package configuration file to your project
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"pins" : [
{
"identity" : "bluetooth",
"kind" : "remoteSourceControl",
"location" : "https://github.com/PureSwift/Bluetooth.git",
"state" : {
"revision" : "88943f1edfd9868e6339852ab3a9e6d61e077287",
"version" : "6.3.1"
}
},
{
"identity" : "codescanner",
"kind" : "remoteSourceControl",
"location" : "https://github.com/twostraws/CodeScanner.git",
"state" : {
"revision" : "d8f10d992ef32a4187b78a6df320facf75d631d8",
"version" : "2.3.1"
}
},
{
"identity" : "gatt",
"kind" : "remoteSourceControl",
"location" : "https://github.com/PureSwift/GATT.git",
"state" : {
"branch" : "master",
"revision" : "0903392d99073cf1ca8429a1f9381a0a28616074"
}
},
{
"identity" : "keychainaccess",
"kind" : "remoteSourceControl",
"location" : "https://github.com/kishikawakatsumi/KeychainAccess.git",
"state" : {
"branch" : "master",
"revision" : "ecb18d8ce4d88277cc4fb103973352d91e18c535"
}
},
{
"identity" : "predicate",
"kind" : "remoteSourceControl",
"location" : "https://github.com/PureSwift/Predicate",
"state" : {
"revision" : "79453305d5d441eb4bba15e715f8546a5ff3a5d4",
"version" : "1.2.0"
}
},
{
"identity" : "sfsafesymbols",
"kind" : "remoteSourceControl",
"location" : "https://github.com/piknotech/SFSafeSymbols.git",
"state" : {
"revision" : "7cca2d60925876b5953a2cf7341cd80fbeac983c",
"version" : "4.1.1"
}
},
{
"identity" : "swift-crypto",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-crypto.git",
"state" : {
"revision" : "da0fe44138ab86e380f40a2acbd8a611b07d3f64",
"version" : "2.4.0"
}
},
{
"identity" : "tlvcoding",
"kind" : "remoteSourceControl",
"location" : "https://github.com/PureSwift/TLVCoding.git",
"state" : {
"branch" : "master",
"revision" : "fa31426c76d1630fe8942e6ebf2eadc20f280995"
}
}
],
"version" : 2
}

0 comments on commit ea563a1

Please sign in to comment.