Commits
Andy Matuschak authored and GitHub committed 13bc6a75764
fix(app,ios): build fails when targeting Mac (Project Catalyst) The Catalyst SDK does not support `assets-library://` URLs, which have been deprecated for many years. This patch fixes the build failure when compiling with the Catalyst SDK; requests for such assets will fail and log (the first time). [publish]