Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8d3434

Browse files
committed
Update package dependencies
1 parent fdaf870 commit a8d3434

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ let package = Package(
1717
],
1818
dependencies: [
1919
// Dependencies declare other packages that this package depends on.
20-
.package(url: "https://github.com/ipedro/UIKeyCommandOptions.git", from: "0.1.1"),
20+
.package(url: "https://github.com/ipedro/UIKitOptions.git", from: "0.1.2"),
2121
],
2222
targets: [
2323
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
2424
// Targets can depend on other targets in this package, and on products in packages this package depends on.
2525
.target(
2626
name: "UIKeyCommandTableView",
2727
dependencies: [
28-
._byNameItem(name: "UIKeyCommandOptions", condition: nil)
28+
._byNameItem(name: "UIKitOptions", condition: nil)
2929
]
3030
),
3131
.testTarget(

Sources/UIKeyCommandTableView/UIKeyCommandTableView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// https://gist.github.com/adamyanalunas/b1ce3af40843a356dc3cade6e6ab6a21
1010

1111
import UIKit
12-
import UIKeyCommandOptions
12+
import UIKitOptions
1313

1414
public protocol UITableViewKeyCommandsDelegate: AnyObject {
1515
func tableViewDidBecomeFirstResponder(_ tableView: UIKeyCommandTableView)

0 commit comments

Comments
 (0)