Files
UnrealEngineUWP/Engine/Plugins/Developer/XCodeSourceCodeAccess/XCodeSourceCodeAccess.uplugin
Ryan Gerleve e7612e89b2 Merging //UE4/Dev-Main to Dev-Networking (//UE4/Dev-Networking)
#rb none
#rnx

[CL 4341874 by Ryan Gerleve in Dev-Networking branch]
2018-09-04 14:32:41 -04:00

31 lines
691 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "XCode Integration",
"Description" : "Allows access to source code in XCode.",
"Category" : "Programming",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"SupportedPrograms": [ "UnrealFrontend" ],
"Modules" :
[
{
"Name" : "XCodeSourceCodeAccess",
"Type" : "Developer",
"LoadingPhase" : "Default",
"WhitelistPlatforms" :
[
"Mac"
],
"WhitelistPrograms" : [ "UnrealFrontend" ]
}
]
}