Files
UnrealEngineUWP/Engine/Plugins/Developer/GitSourceControl/GitSourceControl.uplugin
SRombauts b39e2d7f00 PR #1096: (Git plugin) restore connect error popup message (Contributed by SRombauts)
[CL 2526806 by Matt Kuhlenschmidt in Main branch]
2015-04-27 08:48:50 -04:00

25 lines
497 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Git",
"Version" : 13,
"VersionName" : "1.1",
"EngineVersion" : "4.8.0",
"Description" : "Git source control management",
"Category" : "Source Control",
"CreatedBy" : "SRombauts and Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"CanContainContent" : false,
"IsBetaVersion" : true,
"EnabledByDefault" : true,
"Modules" :
[
{
"Name" : "GitSourceControl",
"Type" : "Editor",
"BlacklistPlatforms" : [ "Linux" ]
}
]
}