Skip to content

Commit d51682c

Browse files
author
Malcolm Jarvis
authored
Merge pull request #17 from ReSwift/DivineDominion/deprecation
deprecate the repo
2 parents 939ee37 + d6b57fd commit d51682c

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReSwift/ReSwift" "master"
1+
github "ReSwift/ReSwift" "3.0.0"

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReSwift/ReSwift" "8d6efaf2367fcd4daf4cc1b8f5b1fe0af5310d14"
1+
github "ReSwift/ReSwift" "3.0.0"

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
22
[![](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Swift-Flow/Swift-Flow/blob/master/LICENSE.md)
33

4-
⚠️ **Proof of concept. Needs a lot of love!** ⚠️
4+
A recording store for [ReSwift][]. Enables hot-reloading and time travel for ReSwift apps.
55

6-
A recording store for [ReSwift](https://github.com/ReSwift/ReSwift). Enables hot-reloading and time travel for ReSwift apps.
6+
# ⚠️ ReSwift-Recorder is Deprecated
7+
8+
⚠️ Proof of concept. Needs a lot of love! ⚠️
9+
10+
The recorder was written to work with [ReSwift][] v3. It uses an internal state setter which is not supported by more recent releases of ReSwift; so the recorder would need to be rewritten.
11+
12+
[reswift]: https://github.com/ReSwift/ReSwift
713

814
# About ReSwiftRecorder
915

ReSwiftRecorder.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Pod::Spec.new do |s|
1414
s.ios.deployment_target = '8.0'
1515
s.requires_arc = true
1616
s.source_files = 'ReSwiftRecorder/**/*.swift'
17-
s.dependency 'ReSwift', '~> 4.0'
17+
s.dependency 'ReSwift', '~> 3.0.0'
1818
end

0 commit comments

Comments
 (0)