Skip to content

Commit

Permalink
refactor: update docs (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp committed Jan 20, 2025
1 parent 20107c5 commit cd4c95c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OUDS/Core/OUDS/Sources/_OUDS.docc/_OUDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions docs_release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit cd4c95c

Please sign in to comment.