A Python tool designed to extract and analyze source code from Xcode projects. It filters out comments and documentation, categorizes files based on their internal folder structure, and formats the output for AI analysis and human readability.
- Clone the repository.
- Run the script:
python xcode_project_analyzer.py
. - Select an Xcode project from the listed options.
- Review the generated output in
[project_name]_code_review.txt
.
- Extracts source code from
.swift
,.h
, and.m
files. - Filters comments and documentation for clarity.
- Categorizes files based on the project's directory structure.
- Formats output for efficient analysis.
Contributions, issues, and feature requests welcome