Skip to content

ENUM

SDKType

Contents

swift
public enum SDKType: String, Codable, Hashable, Sendable

Dependency type used by .sdk target dependencies

Cases

library

swift
case library

Library SDK dependency

framework

swift
case framework

Framework SDK dependency

Released under the MIT License.