Skip to content

Commit

Permalink
Try to pin introspect to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomatrow committed Sep 16, 2023
1 parent ab23414 commit 21398c0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
16 changes: 16 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"object": {
"pins": [
{
"package": "Introspect",
"repositoryURL": "https://github.com/timbersoftware/SwiftUI-Introspect.git",
"state": {
"branch": null,
"revision": "36ecf80429d00a4cd1e81fbfe4655b1d99ebd651",
"version": "0.1.2"
}
}
]
},
"version": 1
}
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(name: "Introspect", url: "https://github.com/timbersoftware/SwiftUI-Introspect.git", .branch("master"))
.package(name: "Introspect", url: "https://github.com/timbersoftware/SwiftUI-Introspect.git", .exact("0.1.2"))
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 2 additions & 0 deletions dev.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dev.gitignore
Scroll View Proxy Development/

0 comments on commit 21398c0

Please sign in to comment.