Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Companion code for the Heroku Dev Center article "Building an iOS App with AFIncrementalStore and the Core Data Buildpack"

Notifications You must be signed in to change notification settings

heroku/devcenter-ios-core-data-buildpack-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building an iOS App with AFIncrementalStore and the Core Data Buildpack

Heroku makes it easy to develop mobile applications. With AFIncrementalStore and the Core Data Buildpack, developers are able to get working on the core of their application in a matter of minutes, creating a robust webservice scaffolding that is able to generate RESTful APIs from just the project's Core Data model.

Deploying to Heroku

  $ git clone https://github.com/heroku/devcenter-ios-15-minute-app
  $ cd devcenter-ios-15-minute-app
  $ pod install
  $ heroku create --buildpack git://github.com/mattt/heroku-buildpack-core-data.git
  $ git push heroku master

About

Companion code for the Heroku Dev Center article "Building an iOS App with AFIncrementalStore and the Core Data Buildpack"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published