diff --git a/content/changelogs/osx-xcode-15.3.x.md b/content/changelogs/osx-xcode-15.3.x.md index 4a375b7b..a0601e1f 100644 --- a/content/changelogs/osx-xcode-15.3.x.md +++ b/content/changelogs/osx-xcode-15.3.x.md @@ -13,6 +13,10 @@ Learn more [how to get notified of updates]({{% ref "/tips/Get notified" %}}). ## Updates +### Stack update `v2024-05-14` + +No user-facing changes, this release is only caused by the new [Xcode 15.4 stack]({{ ref "/changelogs/osx-xcode-15.4.x.md" %}}). + ### Stack update `v2024-05-07` (released on 2024-05-08) - Homebrew package installs now use the [new JSON API introduced in Homebrew 4.0](https://brew.sh/2023/02/16/homebrew-4.0.0/). This should not make any difference in practice, but you can still revert to the old behavior by setting the `HOMEBREW_NO_INSTALL_FROM_API=1` env var. diff --git a/content/changelogs/osx-xcode-15.4.x.md b/content/changelogs/osx-xcode-15.4.x.md new file mode 100644 index 00000000..faf6d82d --- /dev/null +++ b/content/changelogs/osx-xcode-15.4.x.md @@ -0,0 +1,18 @@ +--- +title: Xcode 15.4 changelog +summary: Changelog of stack updates +--- + +Bitrise stacks are updated continuously according to the [stack update policy](https://devcenter.bitrise.io/en/infrastructure/build-stacks/stack-update-policy.html). + +Check out the [stack report page]({{% ref "/stack_reports/osx-xcode-15.4.x.md" %}}) for a snapshot of what is currently installed. + +{{< hint info >}} +Learn more [how to get notified of updates]({{% ref "/tips/Get notified" %}}). +{{< /hint >}} + +## Updates + +### Stack update `v2024-05-14` + +Initial stack release. diff --git a/content/stack_reports/osx-xcode-15.4.x.md b/content/stack_reports/osx-xcode-15.4.x.md new file mode 100644 index 00000000..6b08451a --- /dev/null +++ b/content/stack_reports/osx-xcode-15.4.x.md @@ -0,0 +1,49 @@ +--- +title: Xcode 15.4 +summary: macOS stack for building with Xcode 15.4 +platform: macOS +xcode: 15.4 +flavor: stable +weight: 10 +--- + +## Languages and runtimes + +{{< languages filepath="data/osx-xcode-15.4.x/languages.json" >}} + +## Simulators + +Available runtimes and devices: + +{{< simulators filepath="data/osx-xcode-15.4.x/simctl.json" >}} + +## CLI tools + +### Apple development + +{{< generic filepath="data/osx-xcode-15.4.x/apple.json">}} + +### Android development + +{{< generic filepath="data/osx-xcode-15.4.x/android.json">}} +{{< android-sdk filepath="data/osx-xcode-15.4.x/android-sdk.txt" >}} + +### Generic tools + +{{< generic filepath="data/osx-xcode-15.4.x/tools.json" >}} + +### Global NPM packages + +{{< generic filepath="data/osx-xcode-15.4.x/npm.json">}} + +### Bitrise-specific + +{{< generic filepath="data/osx-xcode-15.4.x/bitrise.json" >}} + +### Homebrew + +{{< brew filepath="data/osx-xcode-15.4.x/brew.txt">}} + +## OS + +{{< generic filepath="data/osx-xcode-15.4.x/os.json" >}}