PFIncrementalStore 0.2.0

PFIncrementalStore 0.2.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



  • By
  • Scott BonAmi

Bitdeli Badge

An NSIncrementalStore subclass for Parse

PFIncrementalStore is an NSIncrementalStore subclass that uses Parse to automatically request resources as properties and relationships are needed.

Incremental Store Persistence

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.

Requirements

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.

Installation

CocoaPods is the recommended way to add PFIncrementalStore to your project.

Check out the PFIncrementalStore github page for installation instructions.

References

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.

Contributors

Disclaimer

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.

License

PFIncrementalStore is available under the MIT license. See the LICENSE file for more info.

Contributing

  1. Fork repository on GitHub.
  2. Create a feature branch (should indicate intention add_feature_x or issue ##_issue_name).
  3. Make changes.
  4. Test changes.
  5. Ensure all tests pass.
  6. Submit pull request using GitHub.

Do not modify PFIncrementalStore.podspec, the maintainers will handle those changes.