Skip to content

Commit 27f5293

Browse files
committed
update
1 parent 71acbbc commit 27f5293

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ swift package --allow-writing-to-directory ./docs \
1515
-->
1616

1717
## Demos
18-
* [Employee Admin](https://github.com/PureMVC/puremvc-swift-demo-uikit-employeeadmin/wiki)
18+
* [Employee Admin SwiftUI](https://github.com/PureMVC/puremvc-swift-demo-swiftui-employeeadmin/wiki)
19+
* [Employee Admin UIKit](https://github.com/PureMVC/puremvc-swift-demo-uikit-employeeadmin/wiki)
1920

2021
## Utilities
2122
* [Async Command](https://github.com/PureMVC/puremvc-swift-util-asynccommand/wiki)
@@ -31,10 +32,11 @@ swift package --allow-writing-to-directory ./docs \
3132
* [MacOS](https://en.wikipedia.org/wiki/MacOS)
3233

3334
## Status
34-
Production - [Version 1.7](https://github.com/PureMVC/puremvc-swift-multicore-framework/blob/master/VERSION)
35+
Production - [Version 1.8](https://github.com/PureMVC/puremvc-swift-multicore-framework/blob/master/VERSION)
3536

3637
## License
37-
* PureMVC MultiCore Framework for Swift - Copyright © 2020 [Saad Shams](https://www.linkedin.com/in/muizz/)
38+
* PureMVC MultiCore Framework for Swift
39+
* PureMVC - Copyright © 2020 [Saad Shams](https://www.linkedin.com/in/muizz/)
3840
* PureMVC - Copyright © 2020 [Futurescale, Inc.](http://futurescale.com/)
3941
* All rights reserved.
4042

VERSION

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
PureMVC MultiCore Framework for Swift
22
--------------------------------------------------------------------------
3-
Release Date: 05/22/25
4-
Platform: Swift
3+
Release Date: 05/30/25
4+
Platform: Swift
55
Version: 1
6-
Revision: 7
6+
Revision: 8
77
Minor: 0
88
Author: Saad Shams <[email protected]>
99
--------------------------------------------------------------------------
10-
1.7 - Improvements and minor updates, updated docs generated from swift
10+
1.8 - SwiftUI compatibility fixes
11+
12+
1.7 - Improvements and minor updates, updated docs generated from swift
13+
1114
1.6 - Updated swift syntax, Updated Docs. Added the @discardableResult
1215
attribute to suppress the compiler's unused result warning.
1316

0 commit comments

Comments
 (0)