Skip to content

Commit e1c258c

Browse files
authored
Release 5.2.1 (#385)
* Add changelog entry for 5.2.1. * Version bump. (v5.2.1)
1 parent 855fe13 commit e1c258c

File tree

4 files changed

+25
-6
lines changed

4 files changed

+25
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## Version 5.2.1
4+
5+
Releasedate: 2024-01-17
6+
7+
```ruby
8+
pod 'DeviceKit', '~> 5.2'
9+
```
10+
11+
### Bugfixes
12+
13+
- Update swift-tools-version in Package.swift to 5.3 to support Resource files. ([#381](https://github.com/devicekit/DeviceKit/pull/381))
14+
- Fix PrivacyInfo.xcprivacy not being detected on SPM. ([#384](https://github.com/devicekit/DeviceKit/pull/384))
15+
16+
### Contributors
17+
18+
Thanks to all the contributers of this release!
19+
- [Semty](https://github.com/Semty)
20+
- Everyone who reported the SPM issues.
21+
322
## Version 5.2.0
423

524
Releasedate: 2024-01-15

DeviceKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DeviceKit'
3-
s.version = '5.2.0'
3+
s.version = '5.2.1'
44
s.summary = 'DeviceKit is a µ-framework that provides a value-type replacement of UIDevice.'
55

66
s.description = <<-DESC

DeviceKit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
95C7E84D1C6130DB00B0189E /* .swiftlint.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .swiftlint.yml; sourceTree = "<group>"; };
5858
95C7E84E1C61332300B0189E /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
5959
FC5C20FA2A5197E2009406EE /* .github */ = {isa = PBXFileReference; lastKnownFileType = folder; path = .github; sourceTree = "<group>"; };
60-
FC6B86C22ACC1A0900E9D70B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
60+
FCC5A8F22B5820A6004E159B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Source/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
6161
FCF1EAD323381E5700B609AA /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
6262
/* End PBXFileReference section */
6363

@@ -103,6 +103,7 @@
103103
6D29C0BF1F122C77005B52BD /* Device.generated.swift */,
104104
6D29C0BC1F122863005B52BD /* Device.swift.gyb */,
105105
951E3A0E1C61549400261610 /* Info.plist */,
106+
FCC5A8F22B5820A6004E159B /* PrivacyInfo.xcprivacy */,
106107
);
107108
name = Source;
108109
sourceTree = "<group>";
@@ -119,7 +120,6 @@
119120
95CBDB631BFD2B440065FC66 = {
120121
isa = PBXGroup;
121122
children = (
122-
FC6B86C22ACC1A0900E9D70B /* PrivacyInfo.xcprivacy */,
123123
FC5C20FA2A5197E2009406EE /* .github */,
124124
95C7E83B1C6122BF00B0189E /* Source */,
125125
95C7E8411C61241200B0189E /* Tests */,
@@ -384,7 +384,7 @@
384384
"@executable_path/Frameworks",
385385
"@loader_path/Frameworks",
386386
);
387-
MARKETING_VERSION = 5.2.0;
387+
MARKETING_VERSION = 5.2.1;
388388
MTL_ENABLE_DEBUG_INFO = YES;
389389
PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit;
390390
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -441,7 +441,7 @@
441441
"@executable_path/Frameworks",
442442
"@loader_path/Frameworks",
443443
);
444-
MARKETING_VERSION = 5.2.0;
444+
MARKETING_VERSION = 5.2.1;
445445
MTL_ENABLE_DEBUG_INFO = NO;
446446
PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit;
447447
PRODUCT_NAME = "$(TARGET_NAME)";

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
`DeviceKit` is a value-type replacement of [`UIDevice`](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/).
2020

21-
## Current version 5.2.0
21+
## Current version 5.2.1
2222
See our detailed [changelog](CHANGELOG.md) for the latest features, improvements and bug fixes.
2323

2424
## Features

0 commit comments

Comments
 (0)