This looks like a great way to get started with frappliance development. However, I failed to build after having checked out the latest revision from SVN.
I therefore file this ticket in the hopes that you will make available build instructions somewhere. I have figured out one step, but am currently stumped on the next.
1. Xcode fails to find the BackRow? headers.
Open SapphireCompatibilityClasses? in Xcode and choose Project|Edit Project Settings from the menu. Add a recursive Framework Search Path "/System/Library/PrivateFrameworks".
2. In file included from /System/Library/PrivateFrameworks/BackRow.framework/PrivateHeaders/BRControl.h:10,
from /System/Library/PrivateFrameworks/BackRow.framework/PrivateHeaders/BRPanel.h:10,
from /System/Library/PrivateFrameworks/Backrow.framework/PrivateHeaders/BRControllerStack.h:9,
from /Users/gnarv/Documents/Coding/Sapphire-trunk/SapphireCompatibilityClasses/BRLayerController.h:21,
from /Users/gnarv/Documents/Coding/Sapphire-trunk/SapphireCompatibilityClasses/BRLayerController.m:21:
/System/Library/PrivateFrameworks/BackRow.framework/PrivateHeaders/BRLayer.h:25: error: cannot find interface declaration for 'CALayer', superclass of 'BRLayer'
I can't figure this one out, BRLayer.h imports QuartzCore?.h which should give it a declaration of CALayer...
Thankful for any help, or complete build instructions as hinted in the bug summary.