From cb99547f7c822e67b2009c3dcdd901c70bb17960 Mon Sep 17 00:00:00 2001 From: kenji Date: Mon, 23 Sep 2019 20:22:24 +0200 Subject: [PATCH] Update changelog for version 0.3.0 --- CHANGELOG.md | 11 ++++++++++- SwiftiumTestingKit.xcodeproj/project.pbxproj | 2 ++ SwiftiumTestingKit/Info.plist | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a59eee6..9d6e1d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,20 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased](https://github.com/openium/SwiftiumTestingKit/compare/latest...HEAD) ### Added +### Changed + +### Removed + +## [0.3.0](https://github.com/openium/SwiftiumTestingKit/compare/v0.3.0...HEAD) +### Added +Support for Swift 5.1 + ### Changed +Added a test to validate searching of test with UITextView ### Removed -## [0.2.0](https://github.com/openium/SwiftiumTestingKit/compare/v0.2.0...HEAD) +## [0.2.0](https://github.com/openium/SwiftiumTestingKit/compare/v0.2.0...v0.3.0) ### Added ### Changed diff --git a/SwiftiumTestingKit.xcodeproj/project.pbxproj b/SwiftiumTestingKit.xcodeproj/project.pbxproj index 3579745..51782ff 100644 --- a/SwiftiumTestingKit.xcodeproj/project.pbxproj +++ b/SwiftiumTestingKit.xcodeproj/project.pbxproj @@ -559,6 +559,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); + MARKETING_VERSION = 0.3.0; PRODUCT_BUNDLE_IDENTIFIER = fr.openium.SwiftiumTestingKit; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -591,6 +592,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); + MARKETING_VERSION = 0.3.0; PRODUCT_BUNDLE_IDENTIFIER = fr.openium.SwiftiumTestingKit; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; diff --git a/SwiftiumTestingKit/Info.plist b/SwiftiumTestingKit/Info.plist index e1c33fb..82790df 100644 --- a/SwiftiumTestingKit/Info.plist +++ b/SwiftiumTestingKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.2.0 + $(MARKETING_VERSION) CFBundleVersion $(CURRENT_PROJECT_VERSION)