tomatoeggs / JXUnusedFilesFinderLinks
A Mac App to find unused source files in XCode project.
☆13Updated 7 years ago
Alternatives and similar repositories for JXUnusedFilesFinder
Users that are interested in JXUnusedFilesFinder are comparing it to the libraries listed below
Sorting:
- 使用clang插件完成iOS代码风格检查。☆95Updated 8 years ago
- ☆34Updated 7 years ago
- 解析iOS工程中的linkmap文件,方便分析各个模块占用的包大小☆126Updated 4 years ago
- iOS APP API有效性检查(A clang approach)☆63Updated 9 years ago
- 解析iOS crash 工具☆62Updated 8 years ago
- Some old code...☆77Updated 10 years ago
- Apple Open Source Objc4-706可编译版☆22Updated 8 years ago
- CPU Dasher for iOS source code. It only supports ARMv7 and ARMv7s architectures.☆97Updated 8 years ago
- YTX CocoaPods Template☆80Updated 9 years ago
- 用 Swift 编写的工程代码静态分析命令行工具 smck☆103Updated 8 years ago
- Class for monitor excessive blocking on the main thread and return stacktrace of all threads☆79Updated 7 years ago
- Show View hierarchy in 3D☆169Updated 12 years ago
- Networking based on curl☆49Updated 8 years ago
- 一个根据linkMap文件计算Xcode里各个工程代码占安装包大小的工具☆132Updated 7 years ago
- A unsafe-block Text Scanner for Object-C☆38Updated 9 years ago
- 智营防劫持SDK☆154Updated 4 months ago
- 使用 __attribute__ 实现编译期自动注册,将数据写入 mach-o 文件,启动时读出数据执行启动项,通过自注册形式,实现模块的可插拔,实现 App 启动项执行流程规范化管理,该方案也是 load 方法的一个替代方案,简单理解为一种快速写入和读取配置表的类似技术。☆91Updated 6 years ago
- 一个可以脱离Xcode的debug,直接在app里,打印内存对象,动态改UI,动态跑oc代码的多功能控制台☆133Updated 9 years ago
- Shell script to build FFmpeg for iOS☆59Updated 9 years ago
- NSUUID implementation for iOS < 6.0 and OS X < 10.8☆157Updated 11 years ago
- ☆61Updated 8 years ago
- 生成器与迭代器的Objective-C实现,实现类似ES6的yield语意,ES7 async, await异步方案,支持在Objective-C/Swift项目中以同步风格编写异步代码,避免长回调链和Promise链.☆204Updated 7 years ago
- ☆26Updated 10 years ago
- scan Xcode project unused classes by Python☆17Updated 7 years ago
- Objective-C tuples☆25Updated 12 years ago
- An iOS runtime debugger☆131Updated 4 years ago
- VIAnalyticsKit is an open source software framework that makes it easy to catch the user's interaction in application.☆39Updated 9 years ago
- Application Performance Management & Monitoring for iOS (APM)☆70Updated 7 years ago
- A simple proxy class that multiplexes and dispatches protocol methods to multiple objects.☆37Updated 10 years ago
- 仿照KVO实现原理,构建AOP(切面范式)编程模式中逻辑注入的基础组件库。核心机制复杂,但是代码简单。主要依赖isa-swizzing和method-swizzing两项技术。该库主要针对于instance进行业务逻辑注入,只对一个内存实例生效,而不是一整个类。因而,具有场…☆31Updated 4 years ago