jmorton06 / Lumos

Cross-Platform C++ 2D/3D game engine
MIT License
1.26k stars 138 forks source link

Fixed Runtime.xcodeproj path for apple targets #132

Closed adriengivry closed 9 months ago

adriengivry commented 9 months ago

Describe the issue (if no issue has been made)

The project file Runtime.xcodeproj does not exist at the root of the repository after running premake5, contrary to what the README.md file suggests.

Proposed Solution

This pull request adds Runtime/ to the beginning of the Runtime.xcodeproj path in the README.md sections for Apple targets to accurately reflect the file structure of the project.

Additional Notes

We might want to consider updating the README.md to include an example of compilation for Apple targets using Lumos.xcodeproj instead of Runtime.xcodeproj to maintain consistency with Windows and Linux targets.

jmorton06 commented 9 months ago

Thanks!