Add the Xcode 4 project configuration under `projects/xcode4/`, including the workspace file `wren-cli.xcworkspace` and the full `wren_cli.xcodeproj` with 641 lines of build settings. The project integrates all wren source files (core.c, wren_vm.c, wren_compiler.c, wren_value.c, wren_primitive.c, wren_opt_random.c) and platform-specific modules (darwin.c, bsd-ifaddrs.c, dl.c, io.c, os.c, process.c) into a single CLI target, enabling native builds and testing on macOS via Xcode.
7 lines
143 B
XML
7 lines
143 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Workspace
|
|
version = "1.0">
|
|
<FileRef
|
|
location = "group:wren_cli.xcodeproj">
|
|
</FileRef>
|
|
</Workspace> |