Skip to content

Commit 3cd1997

Browse files
committed
Meta tweaks
1 parent 2a7fa0e commit 3cd1997

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// swift-tools-version:5.7
1+
// swift-tools-version:5.10
22
import PackageDescription
33

44
let package = Package(
55
name: "ExceptionCatcher",
66
platforms: [
77
.macOS(.v10_13),
8-
.iOS(.v11),
9-
.tvOS(.v11),
8+
.iOS(.v12),
9+
.tvOS(.v12),
1010
.watchOS(.v4)
1111
],
1212
products: [

readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,5 @@ do {
5151
## Related
5252

5353
- [Defaults](https://github.com/sindresorhus/Defaults) - Swifty and modern UserDefaults
54-
- [Preferences](https://github.com/sindresorhus/Preferences) - Add a preferences window to your macOS app
5554
- [LaunchAtLogin](https://github.com/sindresorhus/LaunchAtLogin) - Add “ Launch at Login” functionality to your macOS app
56-
- [More…](https://github.com/search?q=user%3Asindresorhus+language%3Aswift)
55+
- [More…](https://github.com/search?q=user%3Asindresorhus+language%3Aswift+archived%3Afalse&type=repositories)

0 commit comments

Comments
 (0)