Skip to content

Commit

Permalink
fix: sort out peer dependencies issue
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Sep 13, 2024
1 parent 944b1ab commit 1fd29d5
Show file tree
Hide file tree
Showing 10 changed files with 11,269 additions and 19,294 deletions.
2 changes: 1 addition & 1 deletion Apps/BRNPlayground/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ workspace 'BRNPlayground.xcworkspace'
options = {
:bridgeless_enabled => false,
:fabric_enabled => false,
:hermes_enabled => false,
:hermes_enabled => true,
# Fixes linking issue when using CMake > 3.24
:build_setting_overrides => {
'LIBRARY_SEARCH_PATHS' => '$(inherited) "$(PODS_ROOT)/../../../../Modules/@babylonjs/Build/iOS/build/"/**',
Expand Down
Loading

0 comments on commit 1fd29d5

Please sign in to comment.