Metadata-Version: 1.0
Name: xctemplateutils
Version: 0.0.2
Summary: Xcode Template File Helpers
Home-page: UNKNOWN
Author: Xiaonuo Gantan
Author-email: xiaonuo.gantan@gmail.com
License: LICENSE.txt
Description: ===========
        xctemplateutils
        ===========
        
        xctemplateutils provides a list of useful command line programs that
        helps ease the pain of manually dealing with messy .xctemplate files.
        
        How to use it
        =========
        
        * Install
            pip install xctemplateutils
        
        * Generate <key> and <dict> for <Definitions> element
                generate_xctemplate.py -d <folder_name>
          For example, suppose you have MagicalRecord copied into
          a subfolder MagicalRecord/ of your .xctemplate folder @
          MyXCTemplate/MagicalRecord. You can:
                cd MyXCTemplate; generate_xctemplate.py -d MagicalRecord
        
        * Generate <string> for <Nodes> element
                generate_xctemplate.py -n <folder_name>
        
        
Platform: UNKNOWN
