From 5c9cca62eebfa8b6d628d35980459a2bc9728593 Mon Sep 17 00:00:00 2001 From: Johan Kool Date: Wed, 4 Dec 2024 00:00:27 +0100 Subject: [PATCH] Compile for Android --- Package.resolved | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index 9ca857e..b5c26f9 100644 --- a/Package.resolved +++ b/Package.resolved @@ -3,10 +3,10 @@ { "identity" : "swift-snapshot-testing", "kind" : "remoteSourceControl", - "location" : "https://github.com/pointfreeco/swift-snapshot-testing", + "location" : "https://github.com/johankool/swift-snapshot-testing", "state" : { - "revision" : "6d932a79e7173b275b96c600c86c603cf84f153c", - "version" : "1.17.4" + "branch" : "android-support", + "revision" : "e6076871b2d92676d721b604bab6e8b007aa47dd" } }, { diff --git a/Package.swift b/Package.swift index bcffdee..d659282 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( ) ], dependencies: [ - .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.17.4"), + .package(url: "https://github.com/johankool/swift-snapshot-testing", branch: "android-support"), .package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0-prerelease"), ], targets: [