Skip to content

Commit e01c6b9

Browse files
committed
ci: move to Xcode 16.3
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent f597369 commit e01c6b9

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.github/DEVELOP.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ rbenv global 3.3.5
7676
ruby --version
7777
```
7878

79-
We use also for our GitLab CI runners **Xcode 16.2**, we suggest you use this version or newer if you want.
79+
We use also for our GitLab CI runners **Xcode 16.3**, we suggest you use this version or newer if you want.
8080

81-
**Xcode 16.2** and **Swift 6** are used for this project. You must use this configuration.
81+
**Xcode 16.3** and **Swift 6** are used for this project. You must use this configuration.
8282

8383
## Build Design System Toolbox
8484

.github/workflows/build-and-test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Set up Xcode 16
4444
run: |
45-
sudo xcode-select -s /Applications/Xcode_16.2.0.app/Contents/Developer
45+
sudo xcode-select -s /Applications/Xcode_16.3.0.app/Contents/Developer
4646
4747
- name: Set up Ruby
4848
uses: ruby/setup-ruby@v1
@@ -65,9 +65,9 @@ jobs:
6565
- name: Checkout code
6666
uses: actions/checkout@v4
6767

68-
- name: Set up Xcode 16.2
68+
- name: Set up Xcode 16.3
6969
run: |
70-
sudo xcode-select -s /Applications/Xcode_16.2.0.app/Contents/Developer
70+
sudo xcode-select -s /Applications/Xcode_16.3.0.app/Contents/Developer
7171
7272
- name: Set up Ruby
7373
uses: ruby/setup-ruby@v1
@@ -91,9 +91,9 @@ jobs:
9191
- name: Checkout code
9292
uses: actions/checkout@v4
9393

94-
- name: Set up Xcode 16.2
94+
- name: Set up Xcode 16.3
9595
run: |
96-
sudo xcode-select -s /Applications/Xcode_16.2.0.app/Contents/Developer
96+
sudo xcode-select -s /Applications/Xcode_16.3.0.app/Contents/Developer
9797
9898
- name: Set up Ruby
9999
uses: ruby/setup-ruby@v1

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Changed
1717

18+
- [Tool] Migration to Xcode 16.3
1819
- [Library] Tag component token (tokens library v0.11.0)
1920
- [Library] Chip component token (tokens library v0.11.0)
2021
- [Library] Color semantic tokens (tokens library v0.10.0)

DesignToolbox/fastlane/Fastfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ platform :ios do
7676

7777
before_all do |lane, options|
7878
xcodes(
79-
version: '16.2',
79+
version: '16.3',
8080
select_for_current_build_only: true,
8181
)
8282
end

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
[![iOS 15.0](https://img.shields.io/badge/iOS-15.0-FF1AB2?style=for-the-badge)](https://developer.apple.com/support/app-store "iOS 15 supports")
3838
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FOrange-OpenSource%2Fouds-ios%2Fbadge%3Ftype%3Dswift-versions&style=for-the-badge)](https://swiftpackageindex.com/Orange-OpenSource/ouds-ios)
39-
[![Xcode 16.2](https://img.shields.io/badge/Xcode-16.2-blue?style=for-the-badge)](https://developer.apple.com/documentation/xcode-release-notes/xcode-16_2-release-notes)
39+
[![Xcode 16.3](https://img.shields.io/badge/Xcode-16.3-blue?style=for-the-badge)](https://developer.apple.com/documentation/xcode-release-notes/xcode-16_3-release-notes)
4040

4141
## Content
4242

0 commit comments

Comments
 (0)