From 8e86e6d2053f59cac211452216c4e22604d69be2 Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Tue, 18 Jun 2024 08:28:19 +0200 Subject: [PATCH] Back to main Introspect --- .../xcshareddata/swiftpm/Package.resolved | 6 +++--- Packages/Timeline/Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/IceCubesApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/IceCubesApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 8afd403c..ac6196c2 100644 --- a/IceCubesApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/IceCubesApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -129,10 +129,10 @@ { "identity" : "swiftui-introspect", "kind" : "remoteSourceControl", - "location" : "https://github.com/Dimillian/swiftui-introspect", + "location" : "https://github.com/siteline/swiftui-introspect", "state" : { - "branch" : "main", - "revision" : "e5d36b00e6e437b552aa76ed6d1eca71d6fd8f8b" + "revision" : "668a65735751432b640260c56dfa621cec568368", + "version" : "1.2.0" } } ], diff --git a/Packages/Timeline/Package.swift b/Packages/Timeline/Package.swift index dbac639c..df7faecf 100644 --- a/Packages/Timeline/Package.swift +++ b/Packages/Timeline/Package.swift @@ -22,7 +22,7 @@ let package = Package( .package(name: "Env", path: "../Env"), .package(name: "StatusKit", path: "../StatusKit"), .package(name: "DesignSystem", path: "../DesignSystem"), - .package(url: "https://github.com/Dimillian/swiftui-introspect", branch: "main"), + .package(url: "https://github.com/siteline/swiftui-introspect", exact: "1.2.0"), .package(url: "https://github.com/Dimillian/Bodega", branch: "main"), ], targets: [