File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Next Version
4
4
5
+ ### Added
6
+
7
+ - Added ` excludeFromProject ` from local packages #1512 @maximkrouk
8
+ - Added support for ` preferredScreenCaptureFormat ` in schemes #1450 @vakhidbetrakhmadov
9
+
10
+ ### Changes
11
+
12
+ - ` .appex ` files are now copied to plugins directory by default #1531 @iljaiwas
13
+ - The ` preGenCommand ` is now run before validation and caching #1500 #1519 @simonbs @dalemyers
14
+ - Improve performance of spec validation #1522 @zewuchen
15
+ - The ` enableGPUValidationMode ` enum is deprecated and is now a boolean #1515 @marcosgriselli @yonaskolb
16
+
5
17
### Fixed
6
18
7
- - Require swift-tools-version 5.9. #1489 @0111b
19
+ - ** Breaking** : ` fileGroups ` are now relative paths when in included files, like other paths #1534 @shnhrrsn
20
+ - ** Breaking** : Local package paths are now relative paths when in included files, like other paths #1498 @juri
21
+ - Optional groups are no longer skipped when missing and generating projects from a different directory #1529 @SSheldon
22
+
23
+ ### Internal
24
+
25
+ - Fix Swift 6.0 warnings #1513 @marcosgriselli
26
+ - Update package swift tools to 5.9 #1489 @0111b
27
+ - Add Xcode 16 to CI #1439 @giginet
28
+ - Fix test project building on CI #1537 @yonaskolb
29
+ - Skip failing tests on Linux #1517 @marcosgriselli
30
+ - XcodeProj updated to 8.24.3 #1515 @marcosgriselli @yonaskolb
8
31
9
32
## 2.42.0
10
33
You can’t perform that action at this time.
0 commit comments