You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Enabled Git SCC plugin - Marked the Git plugin as "Beta" in the UI - Fixed Git.exe folder not using correct path separators - Added missing icon for SCC plugin - Removed experimental setting for Git SCC plugin (the plugin itself is still 'beta' though) - Moved README contents into the source code, cleaned it up a bit [CL 2425776 by Ben Marsh in Main branch]
24 lines
465 B
Plaintext
24 lines
465 B
Plaintext
{
|
|
"FileVersion" : 3,
|
|
|
|
"FriendlyName" : "Git",
|
|
"Version" : 12,
|
|
"VersionName" : "1.0",
|
|
"EngineVersion" : "4.7.0",
|
|
"Description" : "Git source control management",
|
|
"Category" : "Editor.Source Control",
|
|
"CreatedBy" : "SRombauts and Epic Games, Inc.",
|
|
"CreatedByURL" : "http://epicgames.com",
|
|
"CanContainContent" : false,
|
|
"IsBetaVersion" : true,
|
|
"EnabledByDefault" : true,
|
|
|
|
"Modules" :
|
|
[
|
|
{
|
|
"Name" : "GitSourceControl",
|
|
"Type" : "Editor"
|
|
}
|
|
]
|
|
}
|