HackPlan / quark-shell-mac

Quark Shell for Mac helps web developers to create native-like Mac menubar app using HTML and JavaScript without writing any native code.
MIT License
910 stars 42 forks source link

Compile error related to "IS_PERIOR_TO_10_9" #25

Closed codewise-nicolas closed 9 years ago

codewise-nicolas commented 9 years ago

When I try to compile I get an error everywhere "IS_PERIOR_TO_10_9" is used. Did you miss to commit a file in the change 3 days ago that added that piece of code ?

xhacker commented 9 years ago

Hi, could you use Xcode 6.1 and OS X 10.10 SDK and try again?

codewise-nicolas commented 9 years ago

I was on the trail of that after I looked up NSAppKitVersionNumber10_9 not defined. I guess it requires 10.10 sdk. I was trying with 10.9

Will retry shortly thanks.