API Differences in LightweightCodeRequirements in iOS 18.0

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in LightweightCodeRequirements in the iOS 18.0 SDK.

Table of Contents

Structs

TeamIdentifierMatchesCurrentProcess

Functions & Methods

LaunchCodeRequirement
public static func == (lhs: LightweightCodeRequirements.LaunchCodeRequirement, rhs: LightweightCodeRequirements.LaunchCodeRequirement) -> Swift.Bool
OnDiskCodeRequirement
public static func == (lhs: LightweightCodeRequirements.OnDiskCodeRequirement, rhs: LightweightCodeRequirements.OnDiskCodeRequirement) -> Swift.Bool
ProcessCodeRequirement
public static func == (lhs: LightweightCodeRequirements.ProcessCodeRequirement, rhs: LightweightCodeRequirements.ProcessCodeRequirement) -> Swift.Bool

Conformances

LaunchCodeRequirement
Swift.Equatable
OnDiskCodeRequirement
Swift.Equatable
ProcessCodeRequirement
Swift.Equatable