Deprecate knownUniqueComponentTypes

This commit is contained in:
Christian Treffs 2020-07-10 10:04:38 +02:00
parent 32e619659e
commit 4234957e92
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public final class Nexus {
childrenByParentEntity.removeAll()
}
@available(swift, deprecated: 0.11.2)
@available(swift, deprecated: 0.12.0)
public static var knownUniqueComponentTypes: Set<ComponentIdentifier> {
Set<ComponentIdentifier>(stableComponentIdentifierMap.keys.map { ComponentIdentifier(hash: $0) })
}