openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.98k stars 2.55k forks source link

XCode project changes - script to compile OF now in Project.xcconfig #8123

Closed dimitre closed 1 month ago

dimitre commented 2 months ago

It is easier to write and read outside of that small text area in XCode And parameters for project compilation can be defined now per project using App.xcconfig.

Useful for me, I'll always compile just for arm, Intel can be compiled just if needed

Other small change, xcodebuild is less verbose because it doesn't show env vars repeatedly

dimitre commented 2 months ago

@danoli3

ofTheo commented 1 month ago

fine with me! :)