Skip to content

Commit

Permalink
js/react_native/ios/Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jul 22, 2024
1 parent cb92bd5 commit ecfa1bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/react_native/e2e/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

platform :ios, '15.0'
platform :ios, '13.0'

target 'OnnxruntimeModuleExample' do
config = use_native_modules!
Expand Down
2 changes: 1 addition & 1 deletion js/react_native/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

platform :ios, '13.0'
platform :ios, '15.0'

def shared
config = use_native_modules!
Expand Down

0 comments on commit ecfa1bf

Please sign in to comment.