Add Accessibility Identifier to all views at .xib and .storyboard files. This will help when writing code for automation tests get UI elements.
- In main.py file add to property "project_path" project folder path, example "/Users/.../.../Project-Folder"
- Run script
- Enjoy :)
- Works only with files from type .xib and .storyboard
- To use Python 2.x need to install package "Futures". To install package run in terminal command "pip install futures"
OlegTsib, olegtsib@gmail.com