mirror of
https://github.com/devicekit/DeviceKit.git
synced 2026-05-17 10:20:34 +00:00
Version bump (v5.2.2)
This commit is contained in:
@@ -1,5 +1,22 @@
|
||||
# Changelog
|
||||
|
||||
## Version 5.2.2
|
||||
|
||||
Releasedate: 2024-02-06
|
||||
|
||||
```ruby
|
||||
pod 'DeviceKit', '~> 5.2'
|
||||
```
|
||||
|
||||
### Bugfixes
|
||||
|
||||
- Fix building SwiftUI previews on macOS properly. ([#389](https://github.com/devicekit/DeviceKit/pull/389))
|
||||
|
||||
### Contributors
|
||||
|
||||
Thanks to all the contributers of this release!
|
||||
- [honghaoz](https://github.com/honghaoz)
|
||||
|
||||
## Version 5.2.1
|
||||
|
||||
Releasedate: 2024-01-17
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'DeviceKit'
|
||||
s.version = '5.2.1'
|
||||
s.version = '5.2.2'
|
||||
s.summary = 'DeviceKit is a µ-framework that provides a value-type replacement of UIDevice.'
|
||||
|
||||
s.description = <<-DESC
|
||||
|
||||
@@ -384,7 +384,7 @@
|
||||
"@executable_path/Frameworks",
|
||||
"@loader_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 5.2.1;
|
||||
MARKETING_VERSION = 5.2.2;
|
||||
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.1;
|
||||
MARKETING_VERSION = 5.2.2;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
||||
@@ -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.1
|
||||
## Current version 5.2.2
|
||||
See our detailed [changelog](CHANGELOG.md) for the latest features, improvements and bug fixes.
|
||||
|
||||
## Features
|
||||
|
||||
Reference in New Issue
Block a user