Skip to content

Commit

Permalink
Add note about needing to terminate the app to trigger local storage …
Browse files Browse the repository at this point in the history
…write
  • Loading branch information
richeterre committed Mar 30, 2016
1 parent 65ea5a6 commit f826bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SwiftGoal runs on iOS 9+ and requires Xcode 7.3 with Swift 2.2 to build.
Setup
-----

No separate backend is required to use the app, as it stores all its data locally in the `Documents` directory by default. Note that things might break in future releases, e.g. if some model fields change.
No separate backend is required to use the app, as it stores all its data locally in the `Documents` directory by default. Note that things might break in future releases, e.g. if some model fields change! Also, you need to _terminate_ the app to trigger a write to local storage.

For serious use and if you want to share data across multiple devices, I recommend you use [Goalbase][goalbase] as a backend. It's easy to get started:

Expand Down

0 comments on commit f826bf0

Please sign in to comment.