Skip to content

Commit 3c78b9f

Browse files
committed
update
1 parent 363614e commit 3c78b9f

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22

33
PureMVC is a lightweight framework for creating applications based upon the classic [Model-View-Controller](http://en.wikipedia.org/wiki/Model-view-controller) design meta-pattern. It supports [modular programming](http://en.wikipedia.org/wiki/Modular_programming) through the use of [Multiton](http://en.wikipedia.org/wiki/Multiton) Core actors instead of the [Singletons](http://en.wikipedia.org/wiki/Singleton_pattern) used in the [Standard](https://github.com/PureMVC/puremvc-swift-standard-framework/wiki) Version.
44

5-
* [API Docs](http://puremvc.org/pages/docs/Swift/multicore/)
5+
* [API Docs](https://puremvc.org/puremvc-swift-multicore-framework/documentation/puremvc/)
66
* [Unit Tests](http://puremvc.github.io/images/Swift/unittest/multicore.png)
7-
* [Discussion](http://forums.puremvc.org/index.php?topic=2122.0)
7+
8+
<!--
9+
swift package --allow-writing-to-directory ./docs \
10+
generate-documentation --target PureMVC \
11+
--disable-indexing \
12+
--transform-for-static-hosting \
13+
--hosting-base-path puremvc-swift-multicore-framework \
14+
--output-path ./docs
15+
-->
816

917
## Demos
1018
* [Employee Admin](https://github.com/PureMVC/puremvc-swift-demo-uikit-employeeadmin/wiki)
@@ -23,7 +31,7 @@ PureMVC is a lightweight framework for creating applications based upon the clas
2331
* [MacOS](https://en.wikipedia.org/wiki/MacOS)
2432

2533
## Status
26-
Production - [Version 1.6](https://github.com/PureMVC/puremvc-swift-multicore-framework/blob/master/VERSION)
34+
Production - [Version 1.7](https://github.com/PureMVC/puremvc-swift-multicore-framework/blob/master/VERSION)
2735

2836
## License
2937
* PureMVC MultiCore Framework for Swift - Copyright © 2020 [Saad Shams](https://www.linkedin.com/in/muizz/)

VERSION

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

0 commit comments

Comments
 (0)