You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Revive reaction diffusion iOS app
The xcode project still shells out to build the generators, which is not
ideal. But there's a host-arch test file now that's built with cmake, so
we can at least make sure the generators don't rot.
* Redo the HelloiOS build
* Remove HelloiOS from apps/CMakeLists.txt
The HelloiOS build must run on macOS and be invoked twice. It isn't a
superbuild, and we wouldn't want to inject a superbuild here anyway.
* Move reaction_diffusion_2_generator.cpp to Generators directory
* Single-target Xcode-driven prototype
* use Xcode generator again
* don't clutter the Xcode project navigator
* Build for both device and simulator
* Set folder directly in HalideGeneratorHelpers.cmake
* Simplify folder setting in HelloiOS
* A little more cleanup
* Fix header selection
* Use xcodebuild directly rather than store the CMake path
* All supported iPhone versions have Metal
* Rename build.sh to setup.sh
* Update README.md
* Generate xcconfig from CMake
* Use XCode's own propagation mechanism for includes and libraries
* Just bundle an XCFramework
* Add helpers for creating iOS xcframeworks
* Use new add_halide_xcframework helper
* Get code-signing working
* Don't inherit environment from device build
* Drop env -i and patch HalideGeneratorHelpers.cmake instead
* grammar tweak
* Reflow troubleshooting paragraph
* clang-format
* Add note about known issue
* Apply pre-commit auto-fixes
* Add missing keep-sorted start
* Pacify cmake linter
* Apply pre-commit auto-fixes
* Fix bad merge
* Add a macOS workflow for HelloiOS testing
* Use Python 3.10 so we don't need to build onnx wheels
* Don't install to /opt
* Use a more generic destination for iOS
---------
Co-authored-by: Claude Code <noreply@anthropic.com>
Co-authored-by: Alex Reinking <areinking@adobe.com>
Co-authored-by: halide-ci[bot] <266445882+halide-ci[bot]@users.noreply.github.com>
0 commit comments