peripheryapp / periphery

A tool to identify unused code in Swift projects.
MIT License
5.02k stars 178 forks source link

Install Periphery as an Xcode Build Plugin #600

Open EthanTheInnovator opened 1 year ago

EthanTheInnovator commented 1 year ago

This is simply a suggestion to add support for Xcode Build Plugins for periphery, allowing us to quickly and easily install periphery and run it without having to create a new target.

Dev1an commented 1 month ago

@EthanTheInnovator What is an "Xcode Build Plugin". Are you referring to the SPM build tool plugins or does there exist another kind of plugin for Xcode? Could you point us to some docs?