Files
UnrealEngine/Engine/Plugins/Online/IOS/OnlineSubsystemIOS/OnlineSubsystemIOS.uplugin
2025-05-18 13:04:45 +08:00

41 lines
764 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Online Subsystem iOS",
"Version" : 1,
"VersionName" : "1.0",
"Description" : "Access to iOS platform",
"Category" : "Online Platform",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"EnabledByDefault" : true,
"SupportedTargetPlatforms": [
"IOS",
"TVOS",
],
"Modules": [
{
"Name": "OnlineSubsystemIOS",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList" :
[
"IOS",
"TVOS"
]
}
],
"LocalizationTargets": [
{
"Name": "OnlineSubsystemIOS",
"LoadingPolicy": "Always"
}
],
"Plugins": [
{
"Name": "OnlineSubsystem",
"Enabled": true
}
]
}