Temporarily override PBXBuildsContinueAfterErrors (snippets, 14ccc04)

I like to have PBXBuildsContinueAfterErrors set to YES in my user defaults so as to catch the maximum number of errors possible in each build cycle.

But having this set doesn't work too well when building nightlies, where we want the first error to derail the build process as soon as possible.

So set up a temporary override from within the nightlies script to allow us to have the best of both worlds.

Signed-off-by: Greg Hurrell <greg@hurrell.net>

← Don't pass SVNREV during Synergy nightly build (snippets, c5d7094)
Teach nightlies script to find out latest Synergy archive name (snippets, f0162d1) →

All snippets