Skip to content

Commit f6e6178

Browse files
committed
Update README.md
1 parent 4f2a9f6 commit f6e6178

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

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

9+
## Notes about "UIKit for Mac"
10+
11+
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.
12+
913
## License
1014

1115
MIT

0 commit comments

Comments
 (0)