Skip to content

번역

이 페이지를 번역하거나 기존 번역을 개선할 수 있습니다.

기여

ENUM

TargetScript.Order

Contents

swift
public enum Order: String, Codable, Equatable, Sendable

Order when the script gets executed.

  • pre: Before the sources and resources build phase.
  • post: After the sources and resources build phase.

Cases

pre

swift
case pre

post

swift
case post

Released under the MIT License.