mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
13 lines
386 B
Text
13 lines
386 B
Text
|
|
require_relative '../node_modules/react-native/scripts/react_native_pods'
|
||
|
|
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
|
||
|
|
|
||
|
|
platform :ios, '10.0'
|
||
|
|
|
||
|
|
target 'OnnxruntimeModuleExample' do
|
||
|
|
config = use_native_modules!
|
||
|
|
|
||
|
|
use_react_native!(:path => config["reactNativePath"])
|
||
|
|
|
||
|
|
pod 'onnxruntime-react-native.iphonesimulator', :path => '../..'
|
||
|
|
end
|