onnxruntime/tools/ci_build/github/apple
Scott McKay 446c478fbd
Add iOS Swift Package Manager support (#15297)
### Description
<!-- Describe your changes. -->
Add Swift Package Manager (SPM) support for ORT based on  #14621
- uses the existing objective-c bindings
- some re-organization of the directory structure was required but the
contents of the files are unchanged, apart from adjustments due to file
movements

Add tool for updating ORT native pod used in the SPM package
Update CIs to use ORT native pod from build, and build/test using SPM



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
iOS developers are using SPM as much as cocoapods, so adding SPM means
both are catered for.
2023-04-20 16:18:35 +10:00
..
c
objectivec Add iOS Swift Package Manager support (#15297) 2023-04-20 16:18:35 +10:00
__init__.py
assemble_ios_packaging_artifacts.sh Add workflow to update Objective-C docs. (#15413) 2023-04-07 15:00:15 -07:00
build_and_assemble_ios_pods.py Bump ruff in CI (#15533) 2023-04-17 10:11:44 -07:00
build_host_protoc.sh Remove protobuf submodule (#15190) 2023-03-27 10:35:49 -07:00
build_ios_framework.py
coreml_supported_ops.md [CoreML EP]Add broadcasting support for binary ops (#15187) 2023-04-11 13:50:45 -07:00
default_full_ios_framework_build_settings.json
default_mobile_ios_framework_build_settings.json
framework_info.json.template
ios_packaging.requirements.txt
package_assembly_utils.py
test_ios_packages.py Bump ruff in CI (#15533) 2023-04-17 10:11:44 -07:00
use_ios_pods_with_custom_build.md