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

Apple - iOS / tvOS / osx - Core Project fixes for Clean / Missing Libraries #8057

Closed danoli3 closed 4 months ago

danoli3 commented 4 months ago

Updates to iOS / tvOS / OSX (core projects)

Auto Download Phase if missing (core project on build):

Screenshot 2024-07-24 at 2 33 03 PM

attribute fixer for build/lib dir

Screenshot 2024-07-24 at 2 33 19 PM
danoli3 commented 4 months ago

yeah some cURL issues. Fixing up downloader script.

I've resolved the issues with bash date in Darwin (embedded bash of Xcode) with if check. Fixed up downloader to now v3.4.0.

Now looks like:

Screenshot 2024-07-24 at 4 34 11 PM Screenshot 2024-07-24 at 4 36 35 PM

Within Xcode core project (will only occur is freetype xcframework is missing):

Screenshot 2024-07-24 at 4 51 10 PM
danoli3 commented 4 months ago

osx example

Screenshot 2024-07-24 at 5 00 38 PM
danoli3 commented 4 months ago

downloader - [3.2.4 -> 3.3.0]