Skip to content

Commit

Permalink
Update release 0.19.0 (#674)
Browse files Browse the repository at this point in the history
* Update release 0.19.0

Signed-off-by: Pierre-Yves Lapersonne <[email protected]>

* chore: fix typo in release doc

Signed-off-by: Pierre-Yves Lapersonne <[email protected]>

---------

Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp authored Feb 6, 2024
1 parent 4220432 commit b2060a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]\(https://github.com/Orange-OpenSource/ods-ios/compare/0.18.0...qualif)

## [0.18.0]\(https://github.com/Orange-OpenSource/ods-ios/compare/0.17.0...0.18.0) - 2024-02-06

- [DemoApp] Remove french wordings because not enough ready yet ([#663](https://github.com/Orange-OpenSource/ods-ios/issues/663))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1707239806;
CURRENT_PROJECT_VERSION = 1707242535;
DEVELOPMENT_ASSET_PATHS = "\"OrangeDesignSystemDemo/Resources/Preview Content\"";
DEVELOPMENT_TEAM = MG2LSJNJB6;
ENABLE_PREVIEWS = YES;
Expand All @@ -1544,7 +1544,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.18.0;
MARKETING_VERSION = 0.19.0;
PRODUCT_BUNDLE_IDENTIFIER = "soft.cocoa.ods-ios-demo.dev";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1564,7 +1564,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1707239806;
CURRENT_PROJECT_VERSION = 1707242535;
DEVELOPMENT_ASSET_PATHS = "\"OrangeDesignSystemDemo/Resources/Preview Content\"";
DEVELOPMENT_TEAM = MG2LSJNJB6;
ENABLE_PREVIEWS = YES;
Expand All @@ -1581,7 +1581,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.18.0;
MARKETING_VERSION = 0.19.0;
PRODUCT_BUNDLE_IDENTIFIER = "soft.cocoa.ods-ios-demo.dev";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
4 changes: 2 additions & 2 deletions docs_release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This file lists all the steps to follow when releasing a new version of ODS iOS.
## Prepare release

- Create a branch named `prepare-release` to prepare the new release for ODS iOS version X.Y.Z.
- Switch to this branch and apply following chnages:
- Switch to this branch and apply following changes:

- Update the changelog.

Expand Down Expand Up @@ -109,7 +109,7 @@ This file lists all the steps to follow when releasing a new version of ODS iOS.
- Create a branch named `prepare-new-release` to prepare the new release for ODS iOS version U.V.W.
- Switch to this branch and apply following chnages:
- Switch to this branch and apply following changes:
- Update the changelog.
Expand Down

0 comments on commit b2060a0

Please sign in to comment.