This commit is contained in:
Sindre Sorhus 2020-08-10 14:22:11 +02:00
parent 6e311a99c4
commit 3787f25119
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// swift-tools-version:5.1
// swift-tools-version:5.2
import PackageDescription
let package = Package(

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@ -11,7 +11,7 @@ There are many Cocoa APIs that can throw exceptions that cannot be caught in Swi
Add the following to `Package.swift`:
```swift
.package(url: "https://github.com/sindresorhus/ExceptionCatcher", from: "1.0.0")
.package(url: "https://github.com/sindresorhus/ExceptionCatcher", from: "1.1.0")
```
[Or add the package in Xcode.](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app)