From b17475be46641742a6073a1ca283fe524e637a51 Mon Sep 17 00:00:00 2001 From: Lukas Korba Date: Tue, 14 Jun 2022 13:10:27 +0200 Subject: [PATCH] [358] Xcode project broken (#360) - fixed --- secant.xcodeproj/project.pbxproj | 124 ++++++------ .../xcshareddata/swiftpm/Package.resolved | 185 ++++++++++++++++++ 2 files changed, 251 insertions(+), 58 deletions(-) create mode 100644 secant.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/secant.xcodeproj/project.pbxproj b/secant.xcodeproj/project.pbxproj index 598aae9..6b04d0c 100644 --- a/secant.xcodeproj/project.pbxproj +++ b/secant.xcodeproj/project.pbxproj @@ -110,7 +110,6 @@ 9E39114C2848EEB90073DD9A /* DatabaseFiles.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E3911462848EEB90073DD9A /* DatabaseFiles.swift */; }; 9E39114D2848EEB90073DD9A /* WalletStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E3911472848EEB90073DD9A /* WalletStorage.swift */; }; 9E39115E284E3E350073DD9A /* secantUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D4E7A2526B364180058B01E /* secantUITests.swift */; }; - 9E391165284E3EEA0073DD9A /* WelcomeSnapshotTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E391164284E3EEA0073DD9A /* WelcomeSnapshotTests.swift */; }; 9E4DC6E027C409A100E657F4 /* NeumorphicDesignModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E4DC6DF27C409A100E657F4 /* NeumorphicDesignModifier.swift */; }; 9E4DC6E227C4C6B700E657F4 /* SecantButtonStyles.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E4DC6E127C4C6B700E657F4 /* SecantButtonStyles.swift */; }; 9E5BF63F2819542C00BA3F17 /* TransactionHistoryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E5BF63E2819542C00BA3F17 /* TransactionHistoryTests.swift */; }; @@ -137,11 +136,12 @@ 9E7FE0F92832824C00C374E8 /* QRCodeScanView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E7FE0F82832824C00C374E8 /* QRCodeScanView.swift */; }; 9E87ADF128363DE400122FCC /* WrappedAudioServices.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E87ADF028363DE400122FCC /* WrappedAudioServices.swift */; }; 9E92AF0828530EBF007367AD /* View+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E92AF0728530EBF007367AD /* View+UIImage.swift */; }; - 9E9ECC6C2857350F0099D5A2 /* OnboardingSnapshotTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E9ECC6B2857350F0099D5A2 /* OnboardingSnapshotTests.swift */; }; - 9E9ECC6F285741980099D5A2 /* ImportWalletSnapshotTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E9ECC6E285741980099D5A2 /* ImportWalletSnapshotTests.swift */; }; - 9E9ECC72285749750099D5A2 /* RecoveryPhraseDisplaySnapshotTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E9ECC71285749750099D5A2 /* RecoveryPhraseDisplaySnapshotTests.swift */; }; - 9E9ECC7528574B590099D5A2 /* RecoveryPhraseValidationFlowSnapshotTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E9ECC7428574B590099D5A2 /* RecoveryPhraseValidationFlowSnapshotTests.swift */; }; - 9E9ECC7828575F6D0099D5A2 /* HomeSnapshotTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E9ECC7728575F6D0099D5A2 /* HomeSnapshotTests.swift */; }; + 9E9ECC9728589E150099D5A2 /* HomeSnapshotTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E9ECC8C28589E150099D5A2 /* HomeSnapshotTests.swift */; }; + 9E9ECC9828589E150099D5A2 /* WelcomeSnapshotTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E9ECC8E28589E150099D5A2 /* WelcomeSnapshotTests.swift */; }; + 9E9ECC9928589E150099D5A2 /* RecoveryPhraseDisplaySnapshotTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E9ECC9028589E150099D5A2 /* RecoveryPhraseDisplaySnapshotTests.swift */; }; + 9E9ECC9A28589E150099D5A2 /* RecoveryPhraseValidationFlowSnapshotTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E9ECC9228589E150099D5A2 /* RecoveryPhraseValidationFlowSnapshotTests.swift */; }; + 9E9ECC9B28589E150099D5A2 /* ImportWalletSnapshotTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E9ECC9428589E150099D5A2 /* ImportWalletSnapshotTests.swift */; }; + 9E9ECC9C28589E150099D5A2 /* OnboardingSnapshotTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E9ECC9628589E150099D5A2 /* OnboardingSnapshotTests.swift */; }; 9EAFEB822805793200199FC9 /* AppTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EAFEB812805793200199FC9 /* AppTests.swift */; }; 9EAFEB84280597B700199FC9 /* WrappedSecItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EAFEB83280597B700199FC9 /* WrappedSecItem.swift */; }; 9EAFEB862805A23100199FC9 /* WrappedSecItemTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EAFEB852805A23100199FC9 /* WrappedSecItemTests.swift */; }; @@ -312,7 +312,6 @@ 9E3911452848EEB90073DD9A /* ZCashSDKEnvironment.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ZCashSDKEnvironment.swift; sourceTree = ""; }; 9E3911462848EEB90073DD9A /* DatabaseFiles.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DatabaseFiles.swift; sourceTree = ""; }; 9E3911472848EEB90073DD9A /* WalletStorage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WalletStorage.swift; sourceTree = ""; }; - 9E391164284E3EEA0073DD9A /* WelcomeSnapshotTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WelcomeSnapshotTests.swift; sourceTree = ""; }; 9E4DC6DF27C409A100E657F4 /* NeumorphicDesignModifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NeumorphicDesignModifier.swift; sourceTree = ""; }; 9E4DC6E127C4C6B700E657F4 /* SecantButtonStyles.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecantButtonStyles.swift; sourceTree = ""; }; 9E5BF63B2818305D00BA3F17 /* TransactionState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TransactionState.swift; sourceTree = ""; }; @@ -339,11 +338,12 @@ 9E7FE0F82832824C00C374E8 /* QRCodeScanView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QRCodeScanView.swift; sourceTree = ""; }; 9E87ADF028363DE400122FCC /* WrappedAudioServices.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WrappedAudioServices.swift; sourceTree = ""; }; 9E92AF0728530EBF007367AD /* View+UIImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+UIImage.swift"; sourceTree = ""; }; - 9E9ECC6B2857350F0099D5A2 /* OnboardingSnapshotTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingSnapshotTests.swift; sourceTree = ""; }; - 9E9ECC6E285741980099D5A2 /* ImportWalletSnapshotTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImportWalletSnapshotTests.swift; sourceTree = ""; }; - 9E9ECC71285749750099D5A2 /* RecoveryPhraseDisplaySnapshotTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecoveryPhraseDisplaySnapshotTests.swift; sourceTree = ""; }; - 9E9ECC7428574B590099D5A2 /* RecoveryPhraseValidationFlowSnapshotTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecoveryPhraseValidationFlowSnapshotTests.swift; sourceTree = ""; }; - 9E9ECC7728575F6D0099D5A2 /* HomeSnapshotTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeSnapshotTests.swift; sourceTree = ""; }; + 9E9ECC8C28589E150099D5A2 /* HomeSnapshotTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeSnapshotTests.swift; sourceTree = ""; }; + 9E9ECC8E28589E150099D5A2 /* WelcomeSnapshotTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WelcomeSnapshotTests.swift; sourceTree = ""; }; + 9E9ECC9028589E150099D5A2 /* RecoveryPhraseDisplaySnapshotTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecoveryPhraseDisplaySnapshotTests.swift; sourceTree = ""; }; + 9E9ECC9228589E150099D5A2 /* RecoveryPhraseValidationFlowSnapshotTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecoveryPhraseValidationFlowSnapshotTests.swift; sourceTree = ""; }; + 9E9ECC9428589E150099D5A2 /* ImportWalletSnapshotTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImportWalletSnapshotTests.swift; sourceTree = ""; }; + 9E9ECC9628589E150099D5A2 /* OnboardingSnapshotTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OnboardingSnapshotTests.swift; sourceTree = ""; }; 9EAFEB812805793200199FC9 /* AppTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppTests.swift; sourceTree = ""; }; 9EAFEB83280597B700199FC9 /* WrappedSecItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WrappedSecItem.swift; sourceTree = ""; }; 9EAFEB852805A23100199FC9 /* WrappedSecItemTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WrappedSecItemTests.swift; sourceTree = ""; }; @@ -796,25 +796,17 @@ 9E391162284E3ECF0073DD9A /* SnapshotTests */ = { isa = PBXGroup; children = ( - 9E9ECC6A285734F20099D5A2 /* OnboardingSnapshotTests */, - 9E9ECC6D2857417F0099D5A2 /* ImportWalletSnapshotTests */, - 9E9ECC702857495B0099D5A2 /* RecoveryPhraseDisplaySnapshotTests */, - 9E9ECC7328574B470099D5A2 /* RecoveryPhraseValidationFlowSnapshotTests */, - 9E9ECC7628575F5E0099D5A2 /* HomeSnapshotTests */, - 9E391163284E3EDE0073DD9A /* WelcomeSnapshotTests */, + 9E9ECC8B28589E150099D5A2 /* HomeSnapshotTests */, + 9E9ECC9328589E150099D5A2 /* ImportWalletSnapshotTests */, + 9E9ECC9528589E150099D5A2 /* OnboardingSnapshotTests */, + 9E9ECC8F28589E150099D5A2 /* RecoveryPhraseDisplaySnapshotTests */, + 9E9ECC9128589E150099D5A2 /* RecoveryPhraseValidationFlowSnapshotTests */, + 9E9ECC8D28589E150099D5A2 /* WelcomeSnapshotTests */, 9E92AF0728530EBF007367AD /* View+UIImage.swift */, ); path = SnapshotTests; sourceTree = ""; }; - 9E391163284E3EDE0073DD9A /* WelcomeSnapshotTests */ = { - isa = PBXGroup; - children = ( - 9E391164284E3EEA0073DD9A /* WelcomeSnapshotTests.swift */, - ); - path = WelcomeSnapshotTests; - sourceTree = ""; - }; 9E5BF63D281953F900BA3F17 /* TransactionHistoryTests */ = { isa = PBXGroup; children = ( @@ -990,38 +982,54 @@ path = UIKitBridge; sourceTree = ""; }; - 9E9ECC6A285734F20099D5A2 /* OnboardingSnapshotTests */ = { + 9E9ECC8B28589E150099D5A2 /* HomeSnapshotTests */ = { isa = PBXGroup; children = ( - 9E9ECC6B2857350F0099D5A2 /* OnboardingSnapshotTests.swift */, - ); - path = OnboardingSnapshotTests; - 9E9ECC6D2857417F0099D5A2 /* ImportWalletSnapshotTests */ = { - isa = PBXGroup; - children = ( - 9E9ECC6E285741980099D5A2 /* ImportWalletSnapshotTests.swift */, - ); - path = ImportWalletSnapshotTests; - 9E9ECC702857495B0099D5A2 /* RecoveryPhraseDisplaySnapshotTests */ = { - isa = PBXGroup; - children = ( - 9E9ECC71285749750099D5A2 /* RecoveryPhraseDisplaySnapshotTests.swift */, - ); - path = RecoveryPhraseDisplaySnapshotTests; - 9E9ECC7328574B470099D5A2 /* RecoveryPhraseValidationFlowSnapshotTests */ = { - isa = PBXGroup; - children = ( - 9E9ECC7428574B590099D5A2 /* RecoveryPhraseValidationFlowSnapshotTests.swift */, - ); - path = RecoveryPhraseValidationFlowSnapshotTests; - 9E9ECC7628575F5E0099D5A2 /* HomeSnapshotTests */ = { - isa = PBXGroup; - children = ( - 9E9ECC7728575F6D0099D5A2 /* HomeSnapshotTests.swift */, + 9E9ECC8C28589E150099D5A2 /* HomeSnapshotTests.swift */, ); path = HomeSnapshotTests; sourceTree = ""; }; + 9E9ECC8D28589E150099D5A2 /* WelcomeSnapshotTests */ = { + isa = PBXGroup; + children = ( + 9E9ECC8E28589E150099D5A2 /* WelcomeSnapshotTests.swift */, + ); + path = WelcomeSnapshotTests; + sourceTree = ""; + }; + 9E9ECC8F28589E150099D5A2 /* RecoveryPhraseDisplaySnapshotTests */ = { + isa = PBXGroup; + children = ( + 9E9ECC9028589E150099D5A2 /* RecoveryPhraseDisplaySnapshotTests.swift */, + ); + path = RecoveryPhraseDisplaySnapshotTests; + sourceTree = ""; + }; + 9E9ECC9128589E150099D5A2 /* RecoveryPhraseValidationFlowSnapshotTests */ = { + isa = PBXGroup; + children = ( + 9E9ECC9228589E150099D5A2 /* RecoveryPhraseValidationFlowSnapshotTests.swift */, + ); + path = RecoveryPhraseValidationFlowSnapshotTests; + sourceTree = ""; + }; + 9E9ECC9328589E150099D5A2 /* ImportWalletSnapshotTests */ = { + isa = PBXGroup; + children = ( + 9E9ECC9428589E150099D5A2 /* ImportWalletSnapshotTests.swift */, + ); + path = ImportWalletSnapshotTests; + sourceTree = ""; + }; + 9E9ECC9528589E150099D5A2 /* OnboardingSnapshotTests */ = { + isa = PBXGroup; + children = ( + 9E9ECC9628589E150099D5A2 /* OnboardingSnapshotTests.swift */, + ); + path = OnboardingSnapshotTests; + sourceTree = ""; + }; 9EAFEB802805791400199FC9 /* AppTests */ = { isa = PBXGroup; children = ( @@ -1494,32 +1502,32 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9E9ECC7828575F6D0099D5A2 /* HomeSnapshotTests.swift in Sources */, 0DFE93DF272C6D4B000FCCA5 /* RecoveryPhraseBackupTests.swift in Sources */, 9EDDEAA22829610D00B4100C /* CurrencySelectionTests.swift in Sources */, 9E01F8282833CDA0000EFC57 /* ScanTests.swift in Sources */, 9EDDEAA42829610D00B4100C /* TransactionAddressInputTests.swift in Sources */, - 9E9ECC6F285741980099D5A2 /* ImportWalletSnapshotTests.swift in Sources */, 9E92AF0828530EBF007367AD /* View+UIImage.swift in Sources */, 6654C7442715A4AC00901167 /* OnboardingStoreTests.swift in Sources */, 9E39112E283F91600073DD9A /* ZatoshiTests.swift in Sources */, + 9E9ECC9B28589E150099D5A2 /* ImportWalletSnapshotTests.swift in Sources */, 9EDDEAA32829610D00B4100C /* TransactionAmountInputTests.swift in Sources */, 9EAFEB862805A23100199FC9 /* WrappedSecItemTests.swift in Sources */, + 9E9ECC9828589E150099D5A2 /* WelcomeSnapshotTests.swift in Sources */, 9E5BF644281FEC9900BA3F17 /* SendTests.swift in Sources */, 0D1C1AA327611EFD0004AF6A /* RecoveryPhraseDisplayReducerTests.swift in Sources */, - 9E9ECC7528574B590099D5A2 /* RecoveryPhraseValidationFlowSnapshotTests.swift in Sources */, + 9E9ECC9A28589E150099D5A2 /* RecoveryPhraseValidationFlowSnapshotTests.swift in Sources */, 9EAFEB822805793200199FC9 /* AppTests.swift in Sources */, 9E391132284644580073DD9A /* AppInitializationTests.swift in Sources */, + 9E9ECC9928589E150099D5A2 /* RecoveryPhraseDisplaySnapshotTests.swift in Sources */, 9E391124283E4CAC0073DD9A /* ImportWalletTests.swift in Sources */, 9E5BF63F2819542C00BA3F17 /* TransactionHistoryTests.swift in Sources */, - 9E391165284E3EEA0073DD9A /* WelcomeSnapshotTests.swift in Sources */, 0D4E7A1B26B364180058B01E /* secantTests.swift in Sources */, 0DFE93E6272CB6F7000FCCA5 /* RecoveryPhraseValidationTests.swift in Sources */, - 9E9ECC72285749750099D5A2 /* RecoveryPhraseDisplaySnapshotTests.swift in Sources */, 9E3911392848AD500073DD9A /* HomeTests.swift in Sources */, + 9E9ECC9C28589E150099D5A2 /* OnboardingSnapshotTests.swift in Sources */, + 9E9ECC9728589E150099D5A2 /* HomeSnapshotTests.swift in Sources */, 9EF8135C27ECC25E0075AF48 /* WalletStorageTests.swift in Sources */, 9E02B56C27FED475005B809B /* DatabaseFilesTests.swift in Sources */, - 9E9ECC6C2857350F0099D5A2 /* OnboardingSnapshotTests.swift in Sources */, 9EF8135D27ECC25E0075AF48 /* UserPreferencesStorageTests.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; diff --git a/secant.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/secant.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..5166c71 --- /dev/null +++ b/secant.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,185 @@ +{ + "pins" : [ + { + "identity" : "combine-schedulers", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/combine-schedulers", + "state" : { + "revision" : "4cf088c29a20f52be0f2ca54992b492c54e0076b", + "version" : "0.5.3" + } + }, + { + "identity" : "grpc-swift", + "kind" : "remoteSourceControl", + "location" : "https://github.com/grpc/grpc-swift.git", + "state" : { + "revision" : "593fe0fe931f7e838969243cd137be48e8055b1d", + "version" : "1.7.3" + } + }, + { + "identity" : "mnemonicswift", + "kind" : "remoteSourceControl", + "location" : "https://github.com/zcash-hackworks/MnemonicSwift", + "state" : { + "revision" : "b10b0b8ee1f297e33ea5b1bc041ced49943b6582", + "version" : "2.2.3" + } + }, + { + "identity" : "sqlite.swift", + "kind" : "remoteSourceControl", + "location" : "https://github.com/stephencelis/SQLite.swift.git", + "state" : { + "revision" : "4d543d811ee644fa4cc4bfa0be996b4dd6ba0f54", + "version" : "0.13.3" + } + }, + { + "identity" : "swift-case-paths", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-case-paths", + "state" : { + "revision" : "ce9c0d897db8a840c39de64caaa9b60119cf4be8", + "version" : "0.8.1" + } + }, + { + "identity" : "swift-collections", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-collections", + "state" : { + "revision" : "48254824bb4248676bf7ce56014ff57b142b77eb", + "version" : "1.0.2" + } + }, + { + "identity" : "swift-composable-architecture", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-composable-architecture", + "state" : { + "revision" : "c307541328a636b9e8e25ac868d89be54a8f8dbf", + "version" : "0.35.0" + } + }, + { + "identity" : "swift-crypto", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-crypto.git", + "state" : { + "revision" : "067254c79435de759aeef4a6a03e43d087d61312", + "version" : "2.0.5" + } + }, + { + "identity" : "swift-custom-dump", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-custom-dump", + "state" : { + "revision" : "c4f78db9b90ca57b7b6abc2223e235242739ea3c", + "version" : "0.4.0" + } + }, + { + "identity" : "swift-identified-collections", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-identified-collections", + "state" : { + "revision" : "2d6b7ffcc67afd9077fac5e5a29bcd6d39b71076", + "version" : "0.4.0" + } + }, + { + "identity" : "swift-log", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-log.git", + "state" : { + "revision" : "5d66f7ba25daf4f94100e7022febf3c75e37a6c7", + "version" : "1.4.2" + } + }, + { + "identity" : "swift-nio", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-nio.git", + "state" : { + "revision" : "d6e3762e0a5f7ede652559f53623baf11006e17c", + "version" : "2.39.0" + } + }, + { + "identity" : "swift-nio-extras", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-nio-extras.git", + "state" : { + "revision" : "f73ca5ee9c6806800243f1ac415fcf82de9a4c91", + "version" : "1.10.2" + } + }, + { + "identity" : "swift-nio-http2", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-nio-http2.git", + "state" : { + "revision" : "50c25c132b140e62b45e90b5a76f13ded02c8a46", + "version" : "1.20.1" + } + }, + { + "identity" : "swift-nio-ssl", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-nio-ssl.git", + "state" : { + "revision" : "b5260a31c2a72a89fa684f5efb3054d8725a2316", + "version" : "2.18.0" + } + }, + { + "identity" : "swift-nio-transport-services", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-nio-transport-services.git", + "state" : { + "revision" : "8ab824b140d0ebcd87e9149266ddc353e3705a3e", + "version" : "1.11.4" + } + }, + { + "identity" : "swift-protobuf", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-protobuf.git", + "state" : { + "revision" : "e1499bc69b9040b29184f7f2996f7bab467c1639", + "version" : "1.19.0" + } + }, + { + "identity" : "xctest-dynamic-overlay", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", + "state" : { + "revision" : "50a70a9d3583fe228ce672e8923010c8df2deddd", + "version" : "0.2.1" + } + }, + { + "identity" : "zcash-light-client-ffi", + "kind" : "remoteSourceControl", + "location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi.git", + "state" : { + "revision" : "b7e8a2abab84c44046b4afe4ee4522a0fa2fcc7f", + "version" : "0.0.3" + } + }, + { + "identity" : "zcashlightclientkit", + "kind" : "remoteSourceControl", + "location" : "https://github.com/zcash/ZcashLightClientKit", + "state" : { + "revision" : "74f3ae20f26748e162c051e5fa343c71febc4294", + "version" : "0.14.0-beta" + } + } + ], + "version" : 2 +}