Русский (Russian)
Appearance
ENUM
SDKType
Contents
library
swiftLibrary
framework
public enum SDKType: String, Codable, Hashable, Sendable
Dependency type used by .sdk
target dependencies
library
case library
Library SDK dependency Libraries are located in: {path-to-xcode}.app/Contents/Developer/Platforms/{platform}.platform/Developer/SDKs/{runtime}.sdk/usr/lib
swiftLibrary
case swiftLibrary
Swift library SDK dependency Swift libraries are located in: {path-to-xcode}.app/Contents/Developer/Platforms/{platform}.platform/Developer/SDKs/{runtime}.sdk/usr/lib/swift
framework
case framework
Framework SDK dependency