Skip to content

edmundmok/funimp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

funimp - Find unused Swift import statements

A simple script that discovers any unused import statements in your Swift files. The script looks at all import statements and attempts to build without it. If the build succeeds, the import statement is marked as unused (and unneeded).

Install

Add funimp.sh into your Xcode directory where your .xcworkspace or .xcodeproj is located.

Usage

./funimp.sh

Run chmod +x funimp.sh if permissions are denied.

About

Find unused Swift import statements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages