chipsenkbeil / choose

Fuzzy matcher for OS X that uses both std{in,out} and a native GUI
Other
422 stars 19 forks source link

Explicitly set xcodebuild configuration to Release #29

Closed yshym closed 3 years ago

yshym commented 3 years ago

If option -configuration is omitted Debug value will be used by default and binary will be outputed to build/Debug/choose instead of build/Release/choose. I faced this issue while building choose using Xcode 13.0

chipsenkbeil commented 3 years ago

Thanks for the contribution!