You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,25 @@
2
2
3
3
## Next Version
4
4
5
-
- Adds an `explicitFolders` property to `TargetSource` that is passed through to `PBXFileSystemSynchronizedRootGroup`, to turn entire subfolders into Resources. #1596@macguru
6
-
- Allow synced folders to be sorted using `groupOrdering`. #1596@macguru
7
-
- Fixed synced folders ignoring `createIntermediateGroups=YES` and always beging created at the root level. #1596@macguru
8
-
- Fix membership exceptions not working for nested synced folders with intermediate groups enabled. #1596@macguru
5
+
## 2.45.0
6
+
7
+
### Added
8
+
- Added ability to specify project format version via `projectFormat` option #1566@anivaros
9
+
- Added `explicitFolders` property to `TargetSource` that is passed through to `PBXFileSystemSynchronizedRootGroup`, to turn entire subfolders into Resources #1596@macguru
10
+
- Allow synced folders to be sorted using `groupOrdering`#1596@macguru
11
+
- Added `excludes` support for `syncedFolder` sources with glob pattern matching #1587@mirkokg
12
+
13
+
### Fixed
14
+
- Fixed synced folders ignoring `createIntermediateGroups=YES` and always being created at the root level #1596@macguru
15
+
- Fix membership exceptions not working for nested synced folders with intermediate groups enabled #1596@macguru
16
+
- Fix `supportedDestinations` presets being injected when `settingPresets` is `none`#1599@macguru
17
+
- Automatically exclude `Info.plist` from synced folder membership when it's within the synced folder #1587@mirkokg
18
+
- Add empty copy resources build phase for synced folders so resources are copied correctly #1587@mirkokg
0 commit comments