Search Results

0
votes
1answer
167 views

Sync Services Client and Schema Xcode Project Structure

I'm starting work on a project that will be primarily acting as a Sync Services client. Ideally, the project will have two components: a custom schema bundle and a preference pane. As a fir …
29
votes

What are those little Xcode tips & tricks you wish you knew about 2 years ago?

I'm a big fan of the Open Quickly feature, which is particularly good in Xcode 3.1 and later. When you want to open a file or a symbol definition that's in your project or in a framework, just hit …
2
votes
1
vote

Programmatically Update an attribute in Core Data

The Apple documentation on using managed objects in Core Data likely has you …
2
votes

Techniques for implementing -hash on mutable Cocoa objects

My reading of the documentation is that a mutable object's value for hash can (and probably should) change when it is mutated, but should not change when the object h …