Skip to content

Commit

Permalink
Only set Core Audio session category for iOS targets
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
dskuza committed Jul 17, 2024
1 parent 1c92a83 commit 57aed5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8e1be1223161ced9cfb80c0ec3671ffd25ee5cfb
6c5c79b751c50fa4393fb0e44624635861bc3f3b
2 changes: 1 addition & 1 deletion wasm/submodules/rive-cpp

0 comments on commit 57aed5a

Please sign in to comment.