Skip to content

Commit 6872e9b

Browse files
committed
chore: prepare next version
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent f9e798d commit 6872e9b

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased](https://github.com/Orange-OpenSource/ouds-ios-design-system-toolbox/compare/0.17.0...develop)
8+
79
## [0.17.0](https://github.com/Orange-OpenSource/ouds-ios-design-system-toolbox/compare/0.16.0...0.17.0) - 2025-07-24
810

911
### Added

DesignToolbox/DesignToolbox.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2692,7 +2692,7 @@
26922692
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
26932693
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
26942694
CODE_SIGN_STYLE = Automatic;
2695-
CURRENT_PROJECT_VERSION = 27;
2695+
CURRENT_PROJECT_VERSION = 28;
26962696
DEVELOPMENT_ASSET_PATHS = "\"DesignToolbox/Preview Content\"";
26972697
DEVELOPMENT_TEAM = MG2LSJNJB6;
26982698
ENABLE_PREVIEWS = YES;
@@ -2708,7 +2708,7 @@
27082708
"$(inherited)",
27092709
"@executable_path/Frameworks",
27102710
);
2711-
MARKETING_VERSION = 0.17.0;
2711+
MARKETING_VERSION = 0.18.0;
27122712
OTHER_SWIFT_FLAGS = "$(inherited)";
27132713
PRODUCT_BUNDLE_IDENTIFIER = "com.orange.ouds.demoapp-debug";
27142714
PRODUCT_NAME = "Design System Toolbox";
@@ -2731,7 +2731,7 @@
27312731
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
27322732
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
27332733
CODE_SIGN_STYLE = Manual;
2734-
CURRENT_PROJECT_VERSION = 27;
2734+
CURRENT_PROJECT_VERSION = 28;
27352735
DEVELOPMENT_ASSET_PATHS = "\"DesignToolbox/Preview Content\"";
27362736
DEVELOPMENT_TEAM = "";
27372737
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = MG2LSJNJB6;
@@ -2748,7 +2748,7 @@
27482748
"$(inherited)",
27492749
"@executable_path/Frameworks",
27502750
);
2751-
MARKETING_VERSION = 0.17.0;
2751+
MARKETING_VERSION = 0.18.0;
27522752
OTHER_SWIFT_FLAGS = "$(inherited)";
27532753
PRODUCT_BUNDLE_IDENTIFIER = com.orange.ouds.demoapp;
27542754
PRODUCT_NAME = "Design System Toolbox";
@@ -2946,8 +2946,8 @@
29462946
isa = XCRemoteSwiftPackageReference;
29472947
repositoryURL = "https://github.com/Orange-OpenSource/ouds-ios";
29482948
requirement = {
2949-
kind = exactVersion;
2950-
version = 0.17.0;
2949+
branch = develop;
2950+
kind = branch;
29512951
};
29522952
};
29532953
6DFC20C32CE3D9AE00F2EC33 /* XCRemoteSwiftPackageReference "accessibility-statement-lib-ios" */ = {

0 commit comments

Comments
 (0)