Skip to content

ENUM

CopyFilesAction.Destination

Contents

  • Cases
    • absolutePath
    • productsDirectory
    • wrapper
    • executables
    • resources
    • javaResources
    • frameworks
    • sharedFrameworks
    • sharedSupport
    • plugins
    • other
swift
public enum Destination: String, Codable, Equatable, Sendable

Destination path.

Cases

absolutePath

swift
case absolutePath

productsDirectory

swift
case productsDirectory

wrapper

swift
case wrapper

executables

swift
case executables

resources

swift
case resources

javaResources

swift
case javaResources

frameworks

swift
case frameworks

sharedFrameworks

swift
case sharedFrameworks

sharedSupport

swift
case sharedSupport

plugins

swift
case plugins

other

swift
case other

Released under the MIT License.