1.1.0
This commit is contained in:
parent
6e311a99c4
commit
3787f25119
|
@ -1,4 +1,4 @@
|
|||
// swift-tools-version:5.1
|
||||
// swift-tools-version:5.2
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
|
|
2
license
2
license
|
@ -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:
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue