From cd4c95ca6d878a249b7f67a911f316479b683ace Mon Sep 17 00:00:00 2001 From: Pierre-Yves Lapersonne Date: Mon, 20 Jan 2025 11:03:19 +0100 Subject: [PATCH] refactor: update docs (#85) Signed-off-by: Pierre-Yves Lapersonne --- OUDS/Core/OUDS/Sources/_OUDS.docc/_OUDS.md | 2 +- docs_release/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/OUDS/Core/OUDS/Sources/_OUDS.docc/_OUDS.md b/OUDS/Core/OUDS/Sources/_OUDS.docc/_OUDS.md index a7986e0d365..dee9c0afe41 100644 --- a/OUDS/Core/OUDS/Sources/_OUDS.docc/_OUDS.md +++ b/OUDS/Core/OUDS/Sources/_OUDS.docc/_OUDS.md @@ -14,7 +14,7 @@ Orange is providing a full design system to build Orange mobile aplications. The *Orange Unified Design System* has been implemented in a code library exposed as a _Swift Package_ that provides: - a SwiftUI code library -- a showcase application that can be launched to show the guidelines, components and modules (which will move outside the project in the future) +- a demo application named *Desgin System Toolbox* that can be launched to show the guidelines, components and modules (which will move outside the project in the future) This demo app also shows how to use the library or to style existing components. Using these resources will allow you to create Orange branded applications faster and will inherit all the work that was done to make sure that all presented codes are fully tested regarding the brand, the ecodesign, the open source and the accessibility compliances. diff --git a/docs_release/README.md b/docs_release/README.md index 1bff76f2edf..ba53342ccbf 100644 --- a/docs_release/README.md +++ b/docs_release/README.md @@ -73,11 +73,11 @@ See below the full CHANGELOG details. // And copy/paste changelog without # Added: - [Tests] Add UI regression tests using snapshot comparisons with *swift-snapshot-testing* tool ([#78](#78)) -- [DemoApp] Display fake components for elevation rendering tests +- [DesignToolbox] Display fake components for elevation rendering tests Changed: - [Library] Split raws, semantics and components tokens definitions and also values, composites and type aliases -- [Showcase] Improve Fastlane alpha build notifications +- [DesignToolbox] Improve Fastlane alpha build notifications Removed: - [Library] Remove Z Index tokens for elevations ([#109](#109)) @@ -160,7 +160,7 @@ You can also [look inside this commit](https://github.com/Orange-OpenSource/ouds \## [Unreleased]\(https://github.com/Orange-OpenSource/ouds-ios/compare/X.Y.Z...develop) ``` - - Update in Xcode the version of Showcase target to U.V.W (the new version you suppose it will be) and increment build number + - Update in Xcode the version of DesignToolbox target to U.V.W (the new version you suppose it will be) and increment build number - Commit your modifications - Push them to the repository - Create a new pull request named `Update release U.V.W` on GitHub to merge your branch into `develop`