mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SourceKit] Report macCatalyst availability as macCatalyst rather than iOS
Resolves rdar://problem/60918688
This commit is contained in:
@@ -630,7 +630,7 @@ static void reportAttributes(ASTContext &Ctx,
|
||||
case PlatformKind::iOS:
|
||||
PlatformUID = PlatformIOS; break;
|
||||
case PlatformKind::macCatalyst:
|
||||
PlatformUID = PlatformIOS; break;
|
||||
PlatformUID = PlatformMacCatalyst; break;
|
||||
case PlatformKind::OSX:
|
||||
PlatformUID = PlatformOSX; break;
|
||||
case PlatformKind::tvOS:
|
||||
|
||||
Reference in New Issue
Block a user