Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Jun 3, 2024
1 parent a53cb35 commit 2b01660
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, '12.4'
platform :ios, '13.0'

target 'OnnxruntimeModuleExample' do
config = use_native_modules!
Expand Down
2 changes: 1 addition & 1 deletion js/react_native/onnxruntime-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |spec|
spec.license = package["license"]
spec.authors = package["author"]

spec.platforms = { :ios => "12.4" }
spec.platforms = { :ios => "13.0" }
spec.source = { :git => "https://github.com/Microsoft/onnxruntime.git", :tag => "rel-#{spec.version}" }

spec.source_files = "ios/*.{h,mm}"
Expand Down

0 comments on commit 2b01660

Please sign in to comment.