Contents

genaro-chris/signalhandler

**macOS** 10.10+ / **Ubuntu** 16.04+ with

Requirements

macOS 10.10+ / Ubuntu 16.04+ with working installation of Swift 5.8+

Installation

Swift Package Manager</br> <p>You can use <a href="https://swift.org/package-manager">The Swift Package Manager</a> to install <code>SignalHandler</code> by adding the proper description to your <code>Package.swift</code> file:</p>

<pre><code class="swift language-swift">import PackageDescription

let package = Package( name: "YOUR_PROJECT_NAME", targets: , dependencies: [ .package(url: "https://github.com/Genaro-Chris/SignalHandler.git", branch: "main") ] ) </code></pre>

<p>Next, add <code>SignalHandler</code> to your targets dependencies like this:</p> <pre><code class="swift language-swift">.target( name: "YOUR_TARGET_NAME", dependencies: [ "SignalHandler", ] ),</code></pre> <p>Then run <code>swift package update</code>.</p>

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.

Package Metadata

Repository: genaro-chris/signalhandler

Default branch: main

README: README.md