Skip to content

Commit b648b90

Browse files
authored
Merge pull request #68 from product-science/tcharchian-patch-9
Update mkdocs.yml
2 parents 21335d3 + 2903d80 commit b648b90

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# R1.5 Support of Swift 6, Xcode 16 and custom clone paths.
2+
3+
We are happy to introduce an update to the iOS version of PS Tool.
4+
5+
**This latest version of `PSCliCodeInjector` supports Swift 6 and Xcode 16.**
6+
7+
## What else is new?
8+
9+
The latest version also adds support for the `-clonedSourcePackagesDirPath` and `-derivedDataPath` flags. These flags are passed to all `xcodebuild` commands, including those handling Swift Package Manager (SPM) dependencies, ensuring consistent directories for local dependencies and build caches between standard and PS builds when it's possible.
10+
11+
This enhancement aligns with `xcodebuild` functionality, allowing you to specify custom paths for cloned source packages and derived data, thus maintaining a consistent build environment across different build types.
12+
13+
## How to implement?
14+
15+
You can supply these flags in two ways:
16+
17+
- **Within the** `-console-build-command`: Include the flags in your console build command.
18+
- **As direct parameters to** `PSCliCodeInjector`: Pass the flags directly when invoking `PSCliCodeInjector`.

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ nav:
4141
- Frame Drop Visualization for Android: mobile/release-notes/Frame-Drop-Visualization-for-Android.md
4242
- Product Analytic Tags: mobile/release-notes/Product-Analytic-Tags.md
4343
- Quick Start Guide: mobile/release-notes/Quick-Start-Guide.md
44+
- R1.5 - Support of Xcode 16 and Swift 6: mobile/release-notes/R1-5-Support-for-clonedSourcePackagesDirPath-and-derivedDataPath-in-PSCliCodeInjector.md
4445
- R1.4 - Annotations: mobile/release-notes/R1.4-Annotations.md
4546
- R1.3 - Video: mobile/release-notes/R1.3-Video.md
4647
- R1.2 - Admin: mobile/release-notes/R1.2-Admin.md

0 commit comments

Comments
 (0)