Interface Macos

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    Macos.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:43.061Z")
    @Stability(Experimental)
    public interface Macos
    extends software.amazon.jsii.JsiiSerializable
    (experimental) CircleCI supports running jobs on macOS, to allow you to build, test, and deploy apps for macOS, iOS, tvOS and watchOS.

    To run a job in a macOS virtual machine, you must add the macos key to the top-level configuration for the job and specify the version of Xcode you would like to use.

    See Also:
    https://circleci.com/docs/2.0/configuration-reference/#macos
    • Method Detail

      • getXcode

        @Stability(Experimental)
        @NotNull
        String getXcode()
        (experimental) The version of Xcode that is installed on the virtual machine.