File tree Expand file tree Collapse file tree 4 files changed +21
-4
lines changed Expand file tree Collapse file tree 4 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Version 5.2.3
4
+
5
+ Releasedate: 2024-04-15
6
+
7
+ ``` ruby
8
+ pod ' DeviceKit' , ' ~> 5.2'
9
+ ```
10
+
11
+ ### Bugfixes
12
+
13
+ - Fix PrivacyInfo for Cocoapods. ([ #397 ] ( https://github.com/devicekit/DeviceKit/pull/397 ) )
14
+
15
+ ### Contributors
16
+
17
+ Thanks to all the contributers of this release!
18
+ - [ RayJiang16] ( https://github.com/RayJiang16 )
19
+
3
20
## Version 5.2.2
4
21
5
22
Releasedate: 2024-02-06
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'DeviceKit'
3
- s . version = '5.2.2 '
3
+ s . version = '5.2.3 '
4
4
s . summary = 'DeviceKit is a µ-framework that provides a value-type replacement of UIDevice.'
5
5
6
6
s . description = <<-DESC
Original file line number Diff line number Diff line change 384
384
"@executable_path/Frameworks",
385
385
"@loader_path/Frameworks",
386
386
);
387
- MARKETING_VERSION = 5.2.2 ;
387
+ MARKETING_VERSION = 5.2.3 ;
388
388
MTL_ENABLE_DEBUG_INFO = YES;
389
389
PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit;
390
390
PRODUCT_NAME = "$(TARGET_NAME)";
443
443
"@executable_path/Frameworks",
444
444
"@loader_path/Frameworks",
445
445
);
446
- MARKETING_VERSION = 5.2.2 ;
446
+ MARKETING_VERSION = 5.2.3 ;
447
447
MTL_ENABLE_DEBUG_INFO = NO;
448
448
PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit;
449
449
PRODUCT_NAME = "$(TARGET_NAME)";
Original file line number Diff line number Diff line change 18
18
19
19
` DeviceKit ` is a value-type replacement of [ ` UIDevice ` ] ( https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/ ) .
20
20
21
- ## Current version 5.2.2
21
+ ## Current version 5.2.3
22
22
See our detailed [ changelog] ( CHANGELOG.md ) for the latest features, improvements and bug fixes.
23
23
24
24
## Features
You can’t perform that action at this time.
0 commit comments