Skip to content
/ Reaper Public
forked from EmergeTools/Reaper

A tool for detecting unused code

License

Notifications You must be signed in to change notification settings

Itaybre/Reaper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reaper

A framework for detecting dead code at runtime. Read more about it in the launch blog post.

Installation

Swift Package Manager

Add Reaper as a dependency with Swift package manager using the URL https://github.com/EmergeTools/Reaper

CocoaPods

Add Reaper to your Podfile:

target 'MyApp' do
  pod 'Reaper', '~> 1.4'
end

XCFramework

Download the latest XCFramework from Github releases.

Setup

Start the SDK at app launch by adding the following code:

import Reaper

...

EMGReaper.sharedInstance().start(withAPIKey: "myKey") // The key is provided to you by Emerge

More details can be found in the docs.

About

A tool for detecting unused code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 54.9%
  • Swift 45.1%