Files
UnrealEngineUWP/Engine/Plugins/Developer/XCodeSourceCodeAccess/XCodeSourceCodeAccess.uplugin
Ben Marsh c1baa99512 Improve some plugin descriptions.
[CL 2521688 by Ben Marsh in Main branch]
2015-04-22 16:29:04 -04:00

22 lines
452 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "XCode Integration",
"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" : "Programming",
"EnabledByDefault" : true,
"Modules" :
[
{
"Name" : "XCodeSourceCodeAccess",
"Type" : "Developer",
"WhitelistPlatforms" : [ "Mac" ]
}
]
}