Skip to content

Commit

Permalink
Xcode 15.4 changelog (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai committed May 14, 2024
1 parent 1ac7200 commit 654446e
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/changelogs/osx-xcode-15.3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
18 changes: 18 additions & 0 deletions content/changelogs/osx-xcode-15.4.x.md
Original file line number Diff line number Diff line change
@@ -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.
49 changes: 49 additions & 0 deletions content/stack_reports/osx-xcode-15.4.x.md
Original file line number Diff line number Diff line change
@@ -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" >}}

0 comments on commit 654446e

Please sign in to comment.