File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ struct ContentView: View {
147147Add the following line to the ` dependencies ` in your [ ` Package.swift ` ] ( https://developer.apple.com/documentation/swift_packages/package ) file:
148148
149149``` swift
150- .package (url : " https://github.com/stleamist/BetterSafariView.git" , .upToNextMajor (from : " 2.0.0 " ))
150+ .package (url : " https://github.com/stleamist/BetterSafariView.git" , .upToNextMajor (from : " 2.0.1 " ))
151151```
152152
153153Next, add ` BetterSafariView ` as a dependency for your targets:
@@ -166,7 +166,7 @@ import PackageDescription
166166let package = Package (
167167 name : " MyPackage" ,
168168 dependencies : [
169- .package (url : " https://github.com/stleamist/BetterSafariView.git" , .upToNextMajor (from : " 2.0.0 " ))
169+ .package (url : " https://github.com/stleamist/BetterSafariView.git" , .upToNextMajor (from : " 2.0.1 " ))
170170 ],
171171 targets : [
172172 .target (name : " MyTarget" , dependencies : [" BetterSafariView" ])
You can’t perform that action at this time.
0 commit comments