Dungeon Crawl Stone Soup Tracker - DCSS
Viewing Issue Advanced Details
8422 Patches tweak have not tried 2014-04-23 06:40 2014-09-15 16:20
floatingatoll Both  
wheals All  
normal Both  
resolved 0.15 ancient branch  
0.15-a0-205-g67e6867 done  
none    
none 0.16 ancient branch  
0008422: Makefile doesn't understand Xcode developer previews
When testing a new Xcode from Apple, it resides at e.g. /Applications/XcodeDP4.app.

This presents complications when the Makefile presumes /Applications/Xcode.app, rather than honoring the output from xcode-select -p.

The attached patch attempts to use xcode-select -p to find Xcode, falling back to either /Applications/Xcode.app (or /Developer, as before).
? file icon xcode-select.patch [^] (1,752 bytes) 2014-04-23 06:40 [Show Content]
Issue History
2014-04-23 06:40 floatingatoll New Issue
2014-04-23 06:40 floatingatoll File Added: xcode-select.patch
2014-09-15 16:20 wheals Note Added: 0027268
2014-09-15 16:20 wheals Status new => resolved
2014-09-15 16:20 wheals Fixed in Branch => 0.16 development branch
2014-09-15 16:20 wheals Resolution open => done
2014-09-15 16:20 wheals Assigned To => wheals

Notes
(0027268)
wheals   
2014-09-15 16:20   
Applied in 0.16-a0-459-g30d2c40; I didn't actually realise the XCode project worked!