You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Provide an easy way for Apple Developers to Show "What's New" to the end users.
18
18
- Open Source for all developers
19
19
- Support Remote JSON File (3.0.0 or above)
20
20
- Support Firebase Real Time Database (3.0.0 or above)
21
+
- Support Remote Drop Notification (3.5.0 or above)
21
22
22
23
## Version
23
24

@@ -39,7 +40,7 @@ Xcode | 13.4 (13F17a)
39
40
macOS | 12.3.1 (21E258)
40
41
41
42
## Guide
42
-
[English](https://github.com/1998code/SwiftNEWKit) | [中文](https://github.com/1998code/SwiftNEWKit/blob/main/doc/README_zh.md) | Feel free to add new language(s) via `pull requests`
43
+
[English](https://github.com/1998code/SwiftNEWKit) | [中文(Outdated)](https://github.com/1998code/SwiftNEWKit/blob/main/doc/README_zh.md) | Feel free to add/update new language(s) via `pull requests`
43
44
44
45
## Get Started
45
46
### Full Tutorial: https://bit.ly/3NOvJB8
@@ -61,7 +62,7 @@ import SwiftNEW
61
62
```
62
63
2. Then, paste this code inside `body` or any `some View`.
0 commit comments