From 9aa29cd02b29476a1d192f0fa52edcdf707aaf03 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Lapersonne Date: Tue, 6 Feb 2024 19:34:17 +0100 Subject: [PATCH] Update release 0.19.0 Signed-off-by: Pierre-Yves Lapersonne --- CHANGELOG.md | 2 ++ .../OrangeDesignSystemDemo.xcodeproj/project.pbxproj | 8 ++++---- docs_release/README.md | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 908f983c..8327df0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/OrangeDesignSystemDemo/OrangeDesignSystemDemo.xcodeproj/project.pbxproj b/OrangeDesignSystemDemo/OrangeDesignSystemDemo.xcodeproj/project.pbxproj index edfcfbe1..8699faf9 100644 --- a/OrangeDesignSystemDemo/OrangeDesignSystemDemo.xcodeproj/project.pbxproj +++ b/OrangeDesignSystemDemo/OrangeDesignSystemDemo.xcodeproj/project.pbxproj @@ -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; @@ -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 = ""; @@ -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; @@ -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 = ""; diff --git a/docs_release/README.md b/docs_release/README.md index a6e540e7..85fa9598 100644 --- a/docs_release/README.md +++ b/docs_release/README.md @@ -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. @@ -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.