ENUM
Executable
Contents
- Cases
askOnLaunchexecutable(_:)
swift
public enum Executable: Equatable, Codable, SendableRepresents the executable configuration for a scheme's launch or profile action.
Cases
askOnLaunch
swift
case askOnLaunchPresents the "Ask on Launch" dialog when running or profiling, allowing the user to choose the app to launch at runtime.
executable(_:)
swift
case executable(TargetReference?)Uses a specific target reference as the executable, or nil for the default.
