gitextract_cm_vpaff/ ├── .gitignore ├── LICENSE ├── README.md ├── Refactorator/ │ ├── App.icns │ ├── AppController.swift │ ├── AppDelegate.swift │ ├── Assets.xcassets/ │ │ └── AppIcon.appiconset/ │ │ └── Contents.json │ ├── Base.lproj/ │ │ └── MainMenu.xib │ ├── Common.swift │ ├── Coverage.swift │ ├── Credits.rtf │ ├── Formatter.swift │ ├── Info.plist │ ├── Integration.swift │ ├── Intro.html │ ├── Project.swift │ ├── Refactorator-Bridging-Header.h │ ├── Source.html │ ├── Utils.h │ ├── Utils.m │ ├── Xcode.h │ ├── canviz.html │ ├── canviz2.html │ └── coverage.rb ├── Refactorator.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata └── canviz-0.1/ ├── LICENSE.txt ├── README.txt ├── canviz.css ├── canviz.js ├── path/ │ └── path.js └── prototype/ └── prototype.js