Skip to content

Commit 6947a9f

Browse files
ADDED: minor changes
1 parent 2a5405b commit 6947a9f

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
Dates in this file meets Gregorian calendar. Date in format YYYY-MM-DD.
77

8-
## [2.0.0] - [2025-04-NN], PerseusDarkMode
8+
## [2.0.0] - [2025-04-27], PerseusDarkMode
99

1010
- Minimum build requirements: macOS 10.13+, iOS 11.0+, Xcode 14.2+. If standalone Xcode 10.1+.
1111

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,6 @@
1717
[![Swift 5.7](https://img.shields.io/badge/Swift-5.7-red.svg)](https://www.swift.org)
1818
[![License](http://img.shields.io/:License-MIT-blue.svg)](/LICENSE)
1919

20-
<table>
21-
<tr>
22-
<th>iOS window</th>
23-
<th>iOS Settings bundle</th>
24-
<th>macOS window</th>
25-
</tr>
26-
<tr>
27-
<td><img src="https://github.com/user-attachments/assets/b05daa43-aa73-44ac-8479-735d0dcf7d33" width="200" style="max-width: 100%; display: block; margin-left: auto; margin-right: auto;"/></td>
28-
<td>
29-
<img src="https://github.com/user-attachments/assets/f72bf8e5-e663-49ba-847d-06858b12eb43" width="200" style="max-width: 100%; display: block; margin-left: auto; margin-right: auto;"/></br>
30-
<img src="https://github.com/user-attachments/assets/2b2f15ef-a1e9-433e-b568-bbdb47dcb9a6" width="200" style="max-width: 100%; display: block; margin-left: auto; margin-right: auto;"/>
31-
</td>
32-
<td><img src="https://github.com/user-attachments/assets/50806453-a091-47df-8a9a-f7f7b9eef838" width="200" style="max-width: 100%; display: block; margin-left: auto; margin-right: auto;"/></td>
33-
</tr>
34-
</table>
35-
3620
## Integration Capabilities
3721

3822
[![Standalone](https://img.shields.io/badge/Standalone-available-informational.svg)](/PDMStar.swift)
@@ -55,7 +39,23 @@
5539
5640
## In brief > Idea to use, the Why
5741

58-
The Darkness. To take control of the Dark in the app.
42+
> THE DARKNESS YOU CAN FORCE.</br>
43+
44+
<table>
45+
<tr>
46+
<th>iOS window</th>
47+
<th>iOS Settings bundle</th>
48+
<th>macOS window</th>
49+
</tr>
50+
<tr>
51+
<td><img src="https://github.com/user-attachments/assets/b05daa43-aa73-44ac-8479-735d0dcf7d33" width="200" style="max-width: 100%; display: block; margin-left: auto; margin-right: auto;"/></td>
52+
<td>
53+
<img src="https://github.com/user-attachments/assets/f72bf8e5-e663-49ba-847d-06858b12eb43" width="200" style="max-width: 100%; display: block; margin-left: auto; margin-right: auto;"/></br>
54+
<img src="https://github.com/user-attachments/assets/2b2f15ef-a1e9-433e-b568-bbdb47dcb9a6" width="200" style="max-width: 100%; display: block; margin-left: auto; margin-right: auto;"/>
55+
</td>
56+
<td><img src="https://github.com/user-attachments/assets/50806453-a091-47df-8a9a-f7f7b9eef838" width="200" style="max-width: 100%; display: block; margin-left: auto; margin-right: auto;"/></td>
57+
</tr>
58+
</table>
5959

6060
## Build requirements
6161

@@ -217,7 +217,7 @@ DarkModeAgent.force(.auto) // That's all.
217217

218218
```
219219

220-
The `force` will change the appearance of your app immediately including system components and will make run all custom DarkMode sensitive block of code required every time if DarkMode Changes.
220+
The `force` will change the appearance of your app immediately including system components and will make run all custom DarkMode code `makeUp()`.
221221

222222
## Get awared of DarkMode Changes
223223

0 commit comments

Comments
 (0)