File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ swift package --allow-writing-to-directory ./docs \
15
15
-->
16
16
17
17
## 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 )
19
20
20
21
## Utilities
21
22
* [ Async Command] ( https://github.com/PureMVC/puremvc-swift-util-asynccommand/wiki )
@@ -31,10 +32,11 @@ swift package --allow-writing-to-directory ./docs \
31
32
* [ MacOS] ( https://en.wikipedia.org/wiki/MacOS )
32
33
33
34
## 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 )
35
36
36
37
## 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/ )
38
40
* PureMVC - Copyright © 2020 [ Futurescale, Inc.] ( http://futurescale.com/ )
39
41
* All rights reserved.
40
42
Original file line number Diff line number Diff line change 1
1
PureMVC MultiCore Framework for Swift
2
2
--------------------------------------------------------------------------
3
- Release Date: 05/22 /25
4
- Platform: Swift
3
+ Release Date: 05/30 /25
4
+ Platform: Swift
5
5
Version: 1
6
- Revision: 7
6
+ Revision: 8
7
7
Minor: 0
8
8
Author: Saad Shams <
[email protected] >
9
9
--------------------------------------------------------------------------
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
+
11
14
1.6 - Updated swift syntax, Updated Docs. Added the @discardableResult
12
15
attribute to suppress the compiler's unused result warning.
13
16
You can’t perform that action at this time.
0 commit comments