├── .gitignore ├── FoundationPlist.py ├── README.md ├── config_creator.py └── testing_imagr_config.plist /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | *.pyc 3 | -------------------------------------------------------------------------------- /FoundationPlist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmcspadden/ImagrConfigCreator/HEAD/FoundationPlist.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmcspadden/ImagrConfigCreator/HEAD/README.md -------------------------------------------------------------------------------- /config_creator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmcspadden/ImagrConfigCreator/HEAD/config_creator.py -------------------------------------------------------------------------------- /testing_imagr_config.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmcspadden/ImagrConfigCreator/HEAD/testing_imagr_config.plist --------------------------------------------------------------------------------