Hi all, I can not find information on how the above key is created.
First things first: Xcode generates xcscmblueprint files in order to describe a repository. I haven't found a way to create such a file, nor have I found information how the: DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey (That's its "full name") is created.
It is an ID, which seems to describe the Repository URL, as the ID is always the same for a given repository.
As of now, I haven't found a way of creating that identifier, other than creating an archive of the app and dig into the .xcarchive to get at the .xcscmblueprint file with that identifier.
The reason I need the identifier is that I want to automatically create Xcode Server bots.
It must be somehow derived from the URL, but I can't figure out how.
Thanks in advance for any info