From 4c25a3a65f350ffbbd37e398854b7ce25b14da6c Mon Sep 17 00:00:00 2001 From: Zandor Smith Date: Wed, 17 Jan 2024 15:49:45 +0100 Subject: [PATCH 1/2] Add changelog entry for 5.2.1. --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9991846..b36952f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## Version 5.2.1 + +Releasedate: 2024-01-17 + +```ruby +pod 'DeviceKit', '~> 5.2' +``` + +### Bugfixes + +- Update swift-tools-version in Package.swift to 5.3 to support Resource files. ([#381](https://github.com/devicekit/DeviceKit/pull/381)) +- Fix PrivacyInfo.xcprivacy not being detected on SPM. ([#384](https://github.com/devicekit/DeviceKit/pull/384)) + +### Contributors + +Thanks to all the contributers of this release! +- [Semty](https://github.com/Semty) +- Everyone who reported the SPM issues. + ## Version 5.2.0 Releasedate: 2024-01-15 From 4097fda895a377a7d7315883c0e531f6c7ba0494 Mon Sep 17 00:00:00 2001 From: Zandor Smith Date: Wed, 17 Jan 2024 15:51:02 +0100 Subject: [PATCH 2/2] Version bump. (v5.2.1) --- DeviceKit.podspec | 2 +- DeviceKit.xcodeproj/project.pbxproj | 8 ++++---- README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DeviceKit.podspec b/DeviceKit.podspec index 079038f..47d0cf7 100644 --- a/DeviceKit.podspec +++ b/DeviceKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DeviceKit' - s.version = '5.2.0' + s.version = '5.2.1' s.summary = 'DeviceKit is a ยต-framework that provides a value-type replacement of UIDevice.' s.description = <<-DESC diff --git a/DeviceKit.xcodeproj/project.pbxproj b/DeviceKit.xcodeproj/project.pbxproj index b94aaf9..b1dd868 100644 --- a/DeviceKit.xcodeproj/project.pbxproj +++ b/DeviceKit.xcodeproj/project.pbxproj @@ -57,7 +57,7 @@ 95C7E84D1C6130DB00B0189E /* .swiftlint.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .swiftlint.yml; sourceTree = ""; }; 95C7E84E1C61332300B0189E /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; }; FC5C20FA2A5197E2009406EE /* .github */ = {isa = PBXFileReference; lastKnownFileType = folder; path = .github; sourceTree = ""; }; - FC6B86C22ACC1A0900E9D70B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + FCC5A8F22B5820A6004E159B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Source/PrivacyInfo.xcprivacy; sourceTree = ""; }; FCF1EAD323381E5700B609AA /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = ""; }; /* End PBXFileReference section */ @@ -103,6 +103,7 @@ 6D29C0BF1F122C77005B52BD /* Device.generated.swift */, 6D29C0BC1F122863005B52BD /* Device.swift.gyb */, 951E3A0E1C61549400261610 /* Info.plist */, + FCC5A8F22B5820A6004E159B /* PrivacyInfo.xcprivacy */, ); name = Source; sourceTree = ""; @@ -119,7 +120,6 @@ 95CBDB631BFD2B440065FC66 = { isa = PBXGroup; children = ( - FC6B86C22ACC1A0900E9D70B /* PrivacyInfo.xcprivacy */, FC5C20FA2A5197E2009406EE /* .github */, 95C7E83B1C6122BF00B0189E /* Source */, 95C7E8411C61241200B0189E /* Tests */, @@ -384,7 +384,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 5.2.0; + MARKETING_VERSION = 5.2.1; MTL_ENABLE_DEBUG_INFO = YES; PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -441,7 +441,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 5.2.0; + MARKETING_VERSION = 5.2.1; MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/README.md b/README.md index 241b80a..e4b2961 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ `DeviceKit` is a value-type replacement of [`UIDevice`](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/). -## Current version 5.2.0 +## Current version 5.2.1 See our detailed [changelog](CHANGELOG.md) for the latest features, improvements and bug fixes. ## Features