Skip to content

Commit f0c6a74

Browse files
committed
Update Package.swift for Xcode 13 compatibility
1 parent 4663389 commit f0c6a74

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 ipedro
3+
Copyright (c) 2021 Pedro Almeida
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Package.resolved

Lines changed: 2 additions & 2 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/UIKitOptions.git", from: "0.2.4"),
20+
.package(url: "https://github.com/ipedro/UIKitOptions.git", from: "0.3.1"),
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: "UIKitOptions", condition: nil)
28+
"UIKitOptions"
2929
]
3030
),
3131
.testTarget(

0 commit comments

Comments
 (0)