Skip to content

Commit

Permalink
Merge pull request #64 from dwnz/master
Browse files Browse the repository at this point in the history
Bump swiftui-introspect to 1.3.0 to fix iOS 18 support
  • Loading branch information
f3dm76 authored Sep 18, 2024
2 parents eaf8976 + a57a711 commit 87cc269
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
targets: ["ScalingHeaderScrollView"]),
],
dependencies: [
.package(url: "https://github.com/siteline/swiftui-introspect", from: "1.0.0"),
.package(url: "https://github.com/siteline/swiftui-introspect", from: "1.3.0"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion ScalingHeaderScrollView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
repositoryURL = "https://github.com/siteline/SwiftUI-Introspect";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
minimumVersion = 1.3.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"originHash" : "2794040049707bafa2a9bec79b485cba8bf59f5622c1ec745245b2b23dac011c",
"pins" : [
{
"identity" : "swiftui-introspect",
"kind" : "remoteSourceControl",
"location" : "https://github.com/siteline/SwiftUI-Introspect",
"state" : {
"revision" : "3ba734dd20faada0e3234b68e78db97005315f0e",
"version" : "1.0.0"
"revision" : "807f73ce09a9b9723f12385e592b4e0aaebd3336",
"version" : "1.3.0"
}
}
],
"version" : 2
"version" : 3
}

0 comments on commit 87cc269

Please sign in to comment.