10 open-source projects similar to kangwang1988/xcodezombiecode, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best XcodeZombieCode alternative.
Find common xib and storyboard-related problems without running your app or writing unit tests.
An app that lets you open .car files and browse/extract their images.
A command line tool for cleaning unused resources in Xcode.
Objective-C and Swift dependency visualizer. It's tool that helps to visualize current state of your project. It's really easy to see how tight your classes are coupled.
Periphery is a static analysis tool and dead code detector for Swift projects. It identifies unreferenced classes, structs, functions, and properties, and serves as an API surface optimizer to find public declarations that can be restricted to internal access. The tool includes specialized scanning for Interface Builder files, such as storyboards and XIBs, to ensure UI-connected members are not incorrectly flagged as unused. It also provides automated code removal to eliminate identified dead code and unused parameters directly from source files. Its analysis capabilities cover the detection
SwiftLint is a static analysis tool and code formatter designed to enforce consistent coding styles and identify semantic issues within Swift source code. It functions as a command-line utility that evaluates code against established conventions to ensure uniform structure and architectural standards across a project. The tool distinguishes itself through a custom linting engine that leverages compiler-integrated syntax analysis to perform deep inspections of code structure. Beyond simple pattern matching, it supports automated source code transformation to correct formatting violations and r
Export images from OS X / iOS .car CoreUI archives
CodePecker is a tool to detect unused Swift code.