From ea563a19c1bb2b995a6c46e642f22f651c1cab1b Mon Sep 17 00:00:00 2001 From: Alsey Coleman Miller Date: Sat, 25 Mar 2023 10:48:27 -0700 Subject: [PATCH] Add SwiftPM resolved file --- .gitignore | 3 +- .../xcshareddata/swiftpm/Package.resolved | 77 +++++++++++++++++++ 2 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 Xcode/BluetoothAccessory.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/.gitignore b/.gitignore index 9f2bb72..b9ad3a3 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Xcode/BluetoothAccessory.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Xcode/BluetoothAccessory.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..60862df --- /dev/null +++ b/Xcode/BluetoothAccessory.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -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 +}