From 0fbc961bb8e7b9864c0982bb86b0de2e25d6f4aa Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 9 Nov 2025 06:37:45 +0530 Subject: Add macOS support and project creation tool - Add macOS static and dynamic library linking support - Add cross-platform build scripts for Windows, macOS, and Linux - Add project creation script with metadata embedding - Add macOS app bundle creation with icon support - Update CMakeLists.txt for platform detection - Fix STB rect pack duplicate symbols - Remove test images and unused files - Consolidate documentation into MACOS.md --- projects/.DS_Store | Bin 0 -> 8196 bytes projects/README.md | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 projects/.DS_Store create mode 100644 projects/README.md (limited to 'projects') diff --git a/projects/.DS_Store b/projects/.DS_Store new file mode 100644 index 0000000..e952635 Binary files /dev/null and b/projects/.DS_Store differ diff --git a/projects/README.md b/projects/README.md new file mode 100644 index 0000000..4ee9b0b --- /dev/null +++ b/projects/README.md @@ -0,0 +1,4 @@ +# All projects go in this folder +# Projects created by create_project.sh + +Each project is a complete ReiLua-Enhanced setup ready to build. -- cgit v1.2.3