Files
UnrealEngineUWP/Engine/Plugins/Developer/XCodeSourceCodeAccess/XCodeSourceCodeAccess.uplugin
Andrew Copland 9bff45fa47 Set the code accessor plugins to be Developer plugins rather than Editor only since Slate can be used within game now.
TTP #333675 - SLATE: WidgetReflector code reference hyperlinks don't work anymore
reviewer Steve.Robb

[CL 2096930 by Andrew Copland in Main branch]
2014-06-06 05:07:37 -04:00

21 lines
448 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "XCode Source Code Access",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"EngineVersion" : "4.2.0",
"Description" : "Allows access to source code in XCode.",
"Category" : "Developer.Source Code Access",
"Modules" :
[
{
"Name" : "XCodeSourceCodeAccess",
"Type" : "Developer",
"WhitelistPlatforms" : [ "Mac" ]
}
]
}