⚠️ PFIS is no longer maintained, see Parse Local Storage ⚠️
An NSIncrementalStore subclass for Parse
PFIncrementalStore is an
NSIncrementalStore
subclass that uses
Parse to
automatically request resources as properties and relationships are
needed.
PFIncrementalStore
does not persist data directly. Instead, it
manages a persistent store coordinator that can be configured to
communicate with any number of persistent stores of your choice.
PFIncrementalStore requires a subscription to Parse, a valid Parse App, API Key and Secret, and minor programming knowledge. Parse subscription and API information can be obtained at https://www.parse.com/
PFIncrementalStore requires Xcode 4.4 with the iOS 5.0 SDK, as well as Parse 1.2 or higher.
CocoaPods is the recommended way to add PFIncrementalStore to your project.
Check out the PFIncrementalStore github page for installation instructions.
Apple has recently updated their programming guide for
NSIncrementalStore
, which is available from the Developer
Center.
You may find this useful in debugging the behavior of
PFIncrementalStore
, and its interactions with your app's Core Data
stack.
PFIncrementalStore is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Parse.com, Parse Inc., or any of its subsidiaries or its affiliates. The official Parse web site is available at www.parse.com.
PFIncrementalStore is available under the MIT license. See the LICENSE file for more info.
- Fork repository on GitHub.
- Create a feature branch (should indicate intention
add_feature_x
or issue##_issue_name
). - Make changes.
- Test changes (
rake test:ios
orrake test:osx
). - Ensure all tests pass.
- Submit pull request using GitHub.
Do not modify PFIncrementalStore.podspec
, the maintainers will handle those changes.