Skip to content

Commit

Permalink
Link with release Rive binaries in the iOS runtime debug configurations
Browse files Browse the repository at this point in the history
The Rive renderer is significaly slower with a debug build, and we almost never expect users to debug our own binaries anyway.

Diffs=
a1fc80933 Link with release Rive binaries in the iOS runtime debug configurations (#6628)

Co-authored-by: Chris Dalton <[email protected]>
  • Loading branch information
csmartdalton and csmartdalton committed Feb 16, 2024
1 parent 3c53249 commit 4758a27
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 @@
1cf6a65f1cb3f98e113397be9096250f7052a845
a1fc8093388765e9331766e2547a870599798dff
2 changes: 1 addition & 1 deletion RiveRuntime.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@
"@loader_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = (
"${PROJECT_DIR}/dependencies/debug",
"${PROJECT_DIR}/dependencies/release",
"${PROJECT_DIR}/dependencies",
);
MARKETING_VERSION = 0.6.5;
Expand Down

0 comments on commit 4758a27

Please sign in to comment.