Files
UnrealEngineUWP/Engine/Plugins/Runtime/WebBrowserNativeProxy/WebBrowserNativeProxy.uplugin
bertrand carre e0a584eb45 Fix Priori 1 iOS plugins issues on UE5 EA
When using WhitelistPlatforms on uplugin files the proper syntax for iOS is "IOS" not "iOS"

#jira UE-114376
[REVIEW] [at]Mark.Fitt [at]Chris.Varnsverry [at]Sam.Zamani
#lockdown cristina.riveron

#ROBOMERGE-SOURCE: CL 16572523 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v828-16531559)
#ROBOMERGE[STARSHIP]: UE5-Release-Engine-Test UE5-Release-Engine-Staging UE4-Main

[CL 16572548 by bertrand carre in ue5-main branch]
2021-06-07 12:35:29 -04:00

32 lines
707 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Web Browser to Native Proxying",
"Description": "Maintains the browser to native proxy and provides hooks for registering UObjects bindings",
"Category": "UI",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "WebBrowserNativeProxy",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Win64",
"Mac",
"IOS",
"Android"
]
}
],
"CanContainContent": false,
"IsExperimentalVersion": false
}