-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
492c52f
commit ef4da3f
Showing
2 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" >}} |