File tree 5 files changed +10
-9
lines changed
5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -76,9 +76,9 @@ rbenv global 3.3.5
76
76
ruby --version
77
77
```
78
78
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.
80
80
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.
82
82
83
83
## Build Design System Toolbox
84
84
Original file line number Diff line number Diff line change 42
42
43
43
- name : Set up Xcode 16
44
44
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
46
46
47
47
- name : Set up Ruby
48
48
uses : ruby/setup-ruby@v1
65
65
- name : Checkout code
66
66
uses : actions/checkout@v4
67
67
68
- - name : Set up Xcode 16.2
68
+ - name : Set up Xcode 16.3
69
69
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
71
71
72
72
- name : Set up Ruby
73
73
uses : ruby/setup-ruby@v1
91
91
- name : Checkout code
92
92
uses : actions/checkout@v4
93
93
94
- - name : Set up Xcode 16.2
94
+ - name : Set up Xcode 16.3
95
95
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
97
97
98
98
- name : Set up Ruby
99
99
uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
16
16
### Changed
17
17
18
+ - [ Tool] Migration to Xcode 16.3
18
19
- [ Library] Tag component token (tokens library v0.11.0)
19
20
- [ Library] Chip component token (tokens library v0.11.0)
20
21
- [ Library] Color semantic tokens (tokens library v0.10.0)
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ platform :ios do
76
76
77
77
before_all do |lane , options |
78
78
xcodes (
79
- version : '16.2 ' ,
79
+ version : '16.3 ' ,
80
80
select_for_current_build_only : true ,
81
81
)
82
82
end
Original file line number Diff line number Diff line change 36
36
37
37
[ ![ 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 ")
38
38
[ ![ ] ( 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 )
40
40
41
41
## Content
42
42
You can’t perform that action at this time.
0 commit comments