onnxruntime/js/react_native/e2e
Changming Sun 3dd6fcc089
Upgrade min ios version to 13.0 (#20773)
To align with Office and other MS products.
Office's support policy is:
"Office for iPad and iPhone is supported on the two most recent versions
of iOS and iPadOS. When a new version of iOS or iPadOS is released, the
Office Operating System requirement becomes the two most recent
versions: the new version of iOS or iPadOS and the previous version."
(from https://products.office.com/office-system-requirements)

The latest iOS version is 17. So they support both 17 and 16. Here I set
our min iOS version to 13 so that it will be a superset of what Office
supports.

This change would allow us using C++17's std::filesystem feature in the
core framework. The modifications were generated by running
```bash
 find . -type f -exec sed -i "s/apple_deploy_target[ =]12.0/apple_deploy_target=13.0/g"  {} \;
```

Cannot use 15.0 because otherwise iOS packaging would fail with:

```
/Users/runner/work/1/b/apple_framework/intermediates/iphoneos_arm64/Release/_deps/coremltools-src/mlmodel/src/MILBlob/Util/Span.hpp:288:9: error: cannot use 'throw' with exceptions disabled
        MILVerifyIsTrue(index < Size(), std::range_error, "index out of bounds");
```

The Google OSS libraries we use only officially support iOS 15+.
2024-06-04 10:15:20 -07:00
..
android [js/rn] Fix React Native CI pipeline E2E test (#16447) 2023-06-22 14:33:49 -07:00
ios Upgrade min ios version to 13.0 (#20773) 2024-06-04 10:15:20 -07:00
src Add bytes model loading test to react native e2e (#17749) 2023-10-02 12:25:28 +10:00
test Integrate React Native E2E test with detox framework (#15133) 2023-04-21 09:46:26 -07:00
.detoxrc.js [js/rn] limit x86_64 arch in detox xcodebuild for react native e2e test (#16460) 2023-06-27 09:45:04 -07:00
app.json [js/react_native] Create ONNX Runtime React Native pipeline (#10474) 2022-02-09 21:37:05 -08:00
babel.config.js [js/react_native] Create ONNX Runtime React Native pipeline (#10474) 2022-02-09 21:37:05 -08:00
index.tsx [js/react_native] Create ONNX Runtime React Native pipeline (#10474) 2022-02-09 21:37:05 -08:00
metro.config.js [js/react_native] Create ONNX Runtime React Native pipeline (#10474) 2022-02-09 21:37:05 -08:00
package.json Add bytes model loading test to react native e2e (#17749) 2023-10-02 12:25:28 +10:00
yarn.lock Bump ip from 1.1.8 to 1.1.9 in /js/react_native/e2e (#19583) 2024-02-22 13:58:17 -08:00