Skip to content

From chapter 9 of Beginning Objective-C: A simple Core Data-based Contacts application with iCloud support, sandboxing (Address Book access only), and networked sharing of data via an included XPC bundle.

License

AlanQuatermain/Beginning-ObjC-Project

Repository files navigation

This is a relatively simple little application written to serve as the final project in my Beginning Objective-C book from Apress.

It implements a basic Core Data store for some simple Contacts data, and will import a starting set from the user's address book. The application is sandboxed, with access provided only to the Address Book API. It also makes its data available on the network (and browses for other contacts stores) using a sandboxed XPC bundle to implement the networking steps, including Bonjour browse and registration.

About

From chapter 9 of Beginning Objective-C: A simple Core Data-based Contacts application with iCloud support, sandboxing (Address Book access only), and networked sharing of data via an included XPC bundle.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published