From 57aed5a218079f671e5072e839549915aa2b0a56 Mon Sep 17 00:00:00 2001 From: dskuza Date: Wed, 17 Jul 2024 19:29:52 +0000 Subject: [PATCH] Only set Core Audio session category for iOS targets Fixes a crash in the latest UAT desktop editor(s) on macOS by targeting setting iOS session category to mixing only for iOS / iPadOS / Catalyst targets. The desktop editor is _not_ any of these targets, so the code changes are not compiled. See [here](https://github.com/rive-app/rive/pull/7555/files#r1680306818) for more discussion. Diffs= 6c5c79b75 Only set Core Audio session category for iOS targets (#7624) --- .rive_head | 2 +- wasm/submodules/rive-cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rive_head b/.rive_head index b46f69f..fb5018f 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -8e1be1223161ced9cfb80c0ec3671ffd25ee5cfb +6c5c79b751c50fa4393fb0e44624635861bc3f3b diff --git a/wasm/submodules/rive-cpp b/wasm/submodules/rive-cpp index 595ac88..88375e7 160000 --- a/wasm/submodules/rive-cpp +++ b/wasm/submodules/rive-cpp @@ -1 +1 @@ -Subproject commit 595ac88483b8778abdb32ad7d620306f74e54e8f +Subproject commit 88375e79c43001eadfefc5a7f18729865ad78d94