Skip to content

Gini-Apps/Xcode-Auto-Accessibility-Identifier-Generator-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xcode-Accessibility-Identifier

Add Accessibility Identifier to all views at .xib and .storyboard files. This will help when writing code for automation tests get UI elements.

How to use

  1. In main.py file add to property "project_path" project folder path, example "/Users/.../.../Project-Folder"
  2. Run script
  3. Enjoy :)

PS:

  • 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"

Author

OlegTsib, olegtsib@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages