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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMacos.BuilderA builder forMacosstatic classMacos.Jsii$ProxyAn implementation forMacos
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Macos.Builderbuilder()StringgetXcode()(experimental) The version of Xcode that is installed on the virtual machine.
-
-
-
Method Detail
-
getXcode
@Stability(Experimental) @NotNull String getXcode()
(experimental) The version of Xcode that is installed on the virtual machine.
-
builder
@Stability(Experimental) static Macos.Builder builder()
- Returns:
- a
Macos.BuilderofMacos
-
-