Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS / iOS - .mm ofApp parsing #600

Open
danoli3 opened this issue Jan 26, 2025 · 2 comments
Open

macOS / iOS - .mm ofApp parsing #600

danoli3 opened this issue Jan 26, 2025 · 2 comments

Comments

@danoli3
Copy link
Member

danoli3 commented Jan 26, 2025

When a template or project has a .mm (objective-c++) ofApp or main the project generator doesn't link to the .mm

Image

Need to make it check if the ofApp.cpp or ofApp.mm / and or main.cpp or main.mm and generate the correct extension

@danoli3
Copy link
Member Author

danoli3 commented Jan 26, 2025

So where the actual folder contains:

Image

@dimitre
Copy link
Member

dimitre commented Jan 26, 2025

the solution for that will be adding src folder dynamically instead of having it pre made in the template.
we can use a blue (dynamic) folder also as proposed in this PR
openframeworks/openFrameworks#8179
but this would limit XCode usage to 16+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants