unconed / TermKit

Experimental Terminal platform built on WebKit + node.js. Currently only for Mac and Windows, though the prototype works 90% in any WebKit browser.
http://acko.net/
Other
4.43k stars 236 forks source link

Cocoa: build correctly on case-sensitive HFS+ (HFSX) #56

Closed jesboat closed 13 years ago

jesboat commented 13 years ago

The build.sh to bundle the TermKit.app built by xcode into the TermKit.zip file refers to the build directory as "../Cocoa/TermKit/Build", but Xcode (on my system, at least), creates the directory as "../build", causing build.sh to fail when TermKit is being built on HFSX.

Note: I'm running Leopard's Xcode, so it's probably worth double-checking to make sure Snow Leopard's Xcode also creates the build directory with a lowercase B.

~jon.