You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]
32 lines
707 B
Plaintext
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
|
|
}
|