Skip to content

Commit

Permalink
Rolling Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Dec 10, 2024
1 parent a879329 commit 434cfff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions js/react_native/e2e/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ end
target 'OnnxruntimeModuleExample' do
config = use_native_modules!

use_react_native!(
:path => config[:reactNativePath]
)
use_react_native!(:path => config["reactNativePath"])

use_frameworks!

Expand Down
4 changes: 1 addition & 3 deletions js/react_native/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ end
def shared
config = use_native_modules!

use_react_native!(
:path => config[:reactNativePath]
)
use_react_native!(:path => config["reactNativePath"])

# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
Expand Down

0 comments on commit 434cfff

Please sign in to comment.