Remove the c convention closure
macOS 10.10+ / Ubuntu 16.04+ with working installation of Swift 5.6+
Swift Package Manager
You can use The Swift Package Manager to install SignalHandler by adding the proper description to your Package.swift file:
SignalHandler
Package.swift
import PackageDescription let package = Package( name: "YOUR_PROJECT_NAME", targets: [], dependencies: [ .package(url: "https://github.com/Genaro-Chris/SignalHandler.git", branch: "main") ] )
Next, add SignalHandler to your targets dependencies like this:
.target( name: "YOUR_TARGET_NAME", dependencies: [ "SignalHandler", ] ),
Then run swift package update.
swift package update
For a better documentation of this swift package. Visit here
SignalHandler is released under Apache-2.0 license. See License for more information.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
SignalHandler
Requirements
macOS 10.10+ / Ubuntu 16.04+ with working installation of Swift 5.6+
Installation
Swift Package Manager
You can use The Swift Package Manager to install
SignalHandler
by adding the proper description to yourPackage.swift
file:Next, add
SignalHandler
to your targets dependencies like this:Then run
swift package update
.Documentation
For a better documentation of this swift package. Visit here
License
SignalHandler is released under Apache-2.0 license. See License for more information.