File tree 2 files changed +4
-5
lines changed 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.7
1
+ // swift-tools-version:5.10
2
2
import PackageDescription
3
3
4
4
let package = Package (
5
5
name: " ExceptionCatcher " ,
6
6
platforms: [
7
7
. macOS( . v10_13) ,
8
- . iOS( . v11 ) ,
9
- . tvOS( . v11 ) ,
8
+ . iOS( . v12 ) ,
9
+ . tvOS( . v12 ) ,
10
10
. watchOS( . v4)
11
11
] ,
12
12
products: [
Original file line number Diff line number Diff line change 51
51
## Related
52
52
53
53
- [ 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
55
54
- [ 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 )
You can’t perform that action at this time.
0 commit comments