Skip to content

Commit f0f87cd

Browse files
committed
Update README.md
1 parent 8b814c5 commit f0f87cd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@ This is a simple game to demonstrate the new SwiftUI framework.
66
77
![Screenshot](Screenshot.png)
88

9+
## Supported Platforms
10+
11+
* iOS 13.0+
12+
* macOS 10.15+ (Available in 2 versions)
13+
914
## Notes about "UIKit for Mac"
1015

16+
**("UIKit for Mac" version is deprecated, and the AppKit version is recommanded)**
17+
1118
This demo has adopted "UIKit for Mac" and uses a dynamic-loaded bundle to enable the full macOS abilities (like the accessing to AppKit, which is used in the demo to handle keyboard events). Specially, this is done by just using Swift. To learn more about it, take a look at the source code of `AppKitSupports`, there is a lot of detailed comments.
1219

1320
## License

0 commit comments

Comments
 (0)