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.