From ac32bea6282387cd78a59414d90e9e55fc4d90d9 Mon Sep 17 00:00:00 2001 From: Mark Turner Date: Wed, 18 Dec 2024 11:12:28 +1100 Subject: [PATCH] Upgrade `AccessibilitySnapshot` and relink. --- Example/PreFireExample.xcodeproj/project.pbxproj | 16 +++++++++------- .../xcshareddata/swiftpm/Package.resolved | 7 ++++--- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/Example/PreFireExample.xcodeproj/project.pbxproj b/Example/PreFireExample.xcodeproj/project.pbxproj index 5299c59..cdb7592 100644 --- a/Example/PreFireExample.xcodeproj/project.pbxproj +++ b/Example/PreFireExample.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 6EBCE0172D124ABF009ACE0B /* AccessibilitySnapshot in Frameworks */ = {isa = PBXBuildFile; productRef = 6EBCE0162D124ABF009ACE0B /* AccessibilitySnapshot */; }; 97078E162AF7F2A50041AFB7 /* PrefireExampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97078E152AF7F2A50041AFB7 /* PrefireExampleTests.swift */; }; 9735EE38289C5CF300309267 /* PrefireExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9735EE28289C5CF200309267 /* PrefireExampleApp.swift */; }; 9735EE3C289C5CF300309267 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9735EE2A289C5CF300309267 /* Assets.xcassets */; }; @@ -59,6 +60,7 @@ buildActionMask = 2147483647; files = ( 9779D5F428A3F13F0083DBD3 /* SnapshotTesting in Frameworks */, + 6EBCE0172D124ABF009ACE0B /* AccessibilitySnapshot in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -172,7 +174,7 @@ name = PrefireExampleTests; packageProductDependencies = ( 9779D5F328A3F13F0083DBD3 /* SnapshotTesting */, - 971620D028EEC49A001B8EE3 /* AccessibilitySnapshot */, + 6EBCE0162D124ABF009ACE0B /* AccessibilitySnapshot */, ); productName = SnapshotAppSwiftUITests; productReference = 9779D5E628A3ECBA0083DBD3 /* PrefireExampleTests.xctest */; @@ -209,7 +211,7 @@ mainGroup = 9735EE22289C5CF200309267; packageReferences = ( 9779D5F228A3F13F0083DBD3 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */, - 971620CF28EEC49A001B8EE3 /* XCRemoteSwiftPackageReference "AccessibilitySnapshot" */, + 6EBCE0152D124ABF009ACE0B /* XCRemoteSwiftPackageReference "AccessibilitySnapshot" */, ); productRefGroup = 9735EE30289C5CF300309267 /* Products */; projectDirPath = ""; @@ -562,12 +564,12 @@ /* End XCConfigurationList section */ /* Begin XCRemoteSwiftPackageReference section */ - 971620CF28EEC49A001B8EE3 /* XCRemoteSwiftPackageReference "AccessibilitySnapshot" */ = { + 6EBCE0152D124ABF009ACE0B /* XCRemoteSwiftPackageReference "AccessibilitySnapshot" */ = { isa = XCRemoteSwiftPackageReference; - repositoryURL = "https://github.com/cashapp/AccessibilitySnapshot"; + repositoryURL = "https://github.com/cashapp/AccessibilitySnapshot.git"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 0.5.1; + minimumVersion = 0.8.0; }; }; 9779D5F228A3F13F0083DBD3 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = { @@ -581,9 +583,9 @@ /* End XCRemoteSwiftPackageReference section */ /* Begin XCSwiftPackageProductDependency section */ - 971620D028EEC49A001B8EE3 /* AccessibilitySnapshot */ = { + 6EBCE0162D124ABF009ACE0B /* AccessibilitySnapshot */ = { isa = XCSwiftPackageProductDependency; - package = 971620CF28EEC49A001B8EE3 /* XCRemoteSwiftPackageReference "AccessibilitySnapshot" */; + package = 6EBCE0152D124ABF009ACE0B /* XCRemoteSwiftPackageReference "AccessibilitySnapshot" */; productName = AccessibilitySnapshot; }; 9779D5F328A3F13F0083DBD3 /* SnapshotTesting */ = { diff --git a/Example/PreFireExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Example/PreFireExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index f23e1f0..6999260 100644 --- a/Example/PreFireExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Example/PreFireExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,12 +1,13 @@ { + "originHash" : "ac988f1bdd201a27034cd4efa451ebe5806e0fd8b0ac226a19cbd79e07ebdb21", "pins" : [ { "identity" : "accessibilitysnapshot", "kind" : "remoteSourceControl", "location" : "https://github.com/cashapp/AccessibilitySnapshot", "state" : { - "revision" : "482db2fd4251cce237d8106073a53ad5289ce739", - "version" : "0.6.0" + "revision" : "07020833b49662840e92d6b1ad2bcfa9916a10d6", + "version" : "0.8.0" } }, { @@ -37,5 +38,5 @@ } } ], - "version" : 2 + "version" : 3 }