Skip to content

Commit

Permalink
Changelog page for XC 16 (#482)
Browse files Browse the repository at this point in the history
* Changelog page for XC 16

* Add report page

* Update osx-xcode-16.0.x-edge.md

---------

Co-authored-by: Olivér Falvai <[email protected]>
Co-authored-by: Olivér Falvai <[email protected]>
  • Loading branch information
3 people authored Jun 10, 2024
1 parent 492c52f commit ef4da3f
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
20 changes: 20 additions & 0 deletions content/changelogs/osx-xcode-16.0.x-edge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Xcode 16.0 with edge updates 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-16.0.x-edge.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-06-10`

- Initial release of the stack with [Xcode 16.0 Beta 1](https://developer.apple.com/documentation/xcode-release-notes/xcode-16-release-notes).


49 changes: 49 additions & 0 deletions content/stack_reports/osx-xcode-16.0.x-edge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: Xcode 16.0 with edge updates
summary: macOS stack for building with Xcode 16.0, with more frequent tool updates
platform: macOS
xcode: 16.0
flavor: edge
weight: 15
---

## Languages and runtimes

{{< languages filepath="data/osx-xcode-16.0.x-edge/languages.json" >}}

## Simulators

Available runtimes and devices:

{{< simulators filepath="data/osx-xcode-16.0.x-edge/simctl.json" >}}

## CLI tools

### Apple development

{{< generic filepath="data/osx-xcode-16.0.x-edge/apple.json">}}

### Android development

{{< generic filepath="data/osx-xcode-16.0.x-edge/android.json">}}
{{< android-sdk filepath="data/osx-xcode-16.0.x-edge/android-sdk.txt" >}}

### Generic tools

{{< generic filepath="data/osx-xcode-16.0.x-edge/tools.json" >}}

### Global NPM packages

{{< generic filepath="data/osx-xcode-16.0.x-edge/npm.json">}}

### Bitrise-specific

{{< generic filepath="data/osx-xcode-16.0.x-edge/bitrise.json" >}}

### Homebrew

{{< brew filepath="data/osx-xcode-16.0.x-edge/brew.txt">}}

## OS

{{< generic filepath="data/osx-xcode-16.0.x-edge/os.json" >}}

0 comments on commit ef4da3f

Please sign in to comment.