Files
UnrealEngineUWP/Engine/Plugins/Developer/CodeLiteSourceCodeAccess/CodeLiteSourceCodeAccess.uplugin
Ben Marsh 48a1db983b Change some more modules set as "Developer" type to "UncookedOnly".
#rb none
#rnx

[CL 8393167 by Ben Marsh in Dev-Build branch]
2019-08-31 19:47:51 -04:00

29 lines
602 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "CodeLite Integration",
"Description" : "Allows access to source code in CodeLite.",
"Category" : "Programming",
"CreatedBy" : "Cengiz Terzibas (yaakuro)",
"CreatedByURL" : "",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "CodeLiteSourceCodeAccess",
"Type" : "UncookedOnly",
"LoadingPhase" : "Default",
"WhitelistPlatforms" :
[
"Linux"
]
}
]
}