|
IDE-Generator Python
|
Functions | |
| xcode_calcuuid (input_str) | |
| Given a string, create a 96 bit unique hash for XCode. | |
| vs_calcguid (input_str) | |
| Given a string, create a UUID hash for Visual Studio. | |
Sub file for ide_gen.
Subroutines to generate text hashes for IDE objects
This module contains classes needed to generate hashes for IDE projects
| ide_gen.hashes.vs_calcguid | ( | input_str | ) |
Given a string, create a UUID hash for Visual Studio.
Given a project name string, create a 128 bit unique hash for Visual Studio.
| input_str | Unicode string of the filename to convert into a hash |
| ide_gen.hashes.xcode_calcuuid | ( | input_str | ) |
Given a string, create a 96 bit unique hash for XCode.
| input_str | string to hash |