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

38 lines
716 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Online Subsystem Apple",
"Version" : 1,
"VersionName" : "1.0",
"Description" : "Access to Sign in with Apple platform",
"Category" : "Online Platform",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"EnabledByDefault" : false,
"SupportedTargetPlatforms": [
"Mac",
"IOS",
"TVOS",
],
"Modules": [
{
"Name": "OnlineSubsystemApple",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList" :
[
"Mac",
"IOS",
"TVOS"
]
}
],
"Plugins": [
{
"Name": "OnlineSubsystem",
"Enabled": true
}
]
}