0
votes
1answer
174 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 …
0
votes
2answers
196 views
Linking a Bundle Target to a Command-Line Target in Xcode
I have a project in Xcode that contains multiple targets. One of these builds a sync schema bundle, and another one builds a Foundation command-line tool that initiates a sync session using the sch …
31
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 …
0
votes
Linking a Bundle Target to a Command-Line Target in Xcode
After stepping away from the computer for a while, I realized that one solution to this problem was to add Schema-strings.m to the "Compile Sources" phase of the command-line tool's ta …
