Although the CI for Mac exists and even builds successfully, my every attempt of actually launching it failed. All relevant cross-platform integration code is located in:
- app/src/main.rs (resumed(), window handles selection),
- renderer/build.rs (cpp building script),
- and renderer/renderer_cpp/src/instance.cpp (instance and surface creation).
Although the CI for Mac exists and even builds successfully, my every attempt of actually launching it failed. All relevant cross-platform integration code is located in: