mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
* onnxruntime react native binding * add react native backend * fix lint comments * fix react native backend for ios * remove unnecessary files to check in * move onnxruntime-common to devDependency * create two podspec files for iphoneos and iphonesimulator * revise README.md and add third party notices for react native * rename a package * rename a package and revise README * add a license into package.json * revise README and comments * fix typo * fix lint errors * fix lint errors * add a prepack script. touch index.tsx and App.tsx to resolve CI issue * remove a unsupported tsx format from clang-format * fix a type and add steps tp publish a react native npm package * resolve comments * fix clang format * remove promise wrap. change prepack to typescript
698 lines
31 KiB
Text
698 lines
31 KiB
Text
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
D1D81F804850BCAF0F66320B /* libPods-OnnxruntimeModuleTest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4ED4282B152369F0F6753107 /* libPods-OnnxruntimeModuleTest.a */; };
|
|
DB8FC9B525C2867800C72F26 /* OnnxruntimeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = DB8FC9B425C2867800C72F26 /* OnnxruntimeModule.mm */; };
|
|
DB8FC9B825C2868700C72F26 /* TensorHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = DB8FC9B725C2868700C72F26 /* TensorHelper.mm */; };
|
|
DBD3F06A263F7F9C00CD0373 /* libonnxruntime.${ONNXRUNTIME_VERSION}.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DBD3F069263F7F9C00CD0373 /* libonnxruntime.${ONNXRUNTIME_VERSION}.dylib */; };
|
|
DBD3F06B263F803D00CD0373 /* libonnxruntime.${ONNXRUNTIME_VERSION}.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DBD3F069263F7F9C00CD0373 /* libonnxruntime.${ONNXRUNTIME_VERSION}.dylib */; };
|
|
DBDB57DA2603211A004F16BE /* TensorHelperTest.mm in Sources */ = {isa = PBXBuildFile; fileRef = DBDB57D92603211A004F16BE /* TensorHelperTest.mm */; };
|
|
DBDB57DC2603211A004F16BE /* libOnnxruntimeModule.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 134814201AA4EA6300B7C361 /* libOnnxruntimeModule.a */; };
|
|
DBDB588B2609B18F004F16BE /* Resources in Resources */ = {isa = PBXBuildFile; fileRef = DBDB588A2609B18F004F16BE /* Resources */; };
|
|
DBDB58B0262A92D7004F16BE /* OnnxruntimeModuleTest.mm in Sources */ = {isa = PBXBuildFile; fileRef = DBDB58AF262A92D6004F16BE /* OnnxruntimeModuleTest.mm */; };
|
|
F92876D1F6656034AD2EC8D1 /* libPods-OnnxruntimeModule.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E96BE961E158CBAAD5BA677 /* libPods-OnnxruntimeModule.a */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
DBDB57DD2603211A004F16BE /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 58B511D31A9E6C8500147676 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 58B511DA1A9E6C8500147676;
|
|
remoteInfo = OnnxruntimeModule;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
58B511D91A9E6C8500147676 /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "include/$(PRODUCT_NAME)";
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
01C2D06548A9114EA7E75A55 /* Pods-OnnxruntimeModuleTest.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OnnxruntimeModuleTest.debug.xcconfig"; path = "Target Support Files/Pods-OnnxruntimeModuleTest/Pods-OnnxruntimeModuleTest.debug.xcconfig"; sourceTree = "<group>"; };
|
|
134814201AA4EA6300B7C361 /* libOnnxruntimeModule.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libOnnxruntimeModule.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
4ED4282B152369F0F6753107 /* libPods-OnnxruntimeModuleTest.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-OnnxruntimeModuleTest.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
4FA772A32BE6D874419D9094 /* Pods-OnnxruntimeModule.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OnnxruntimeModule.debug.xcconfig"; path = "Target Support Files/Pods-OnnxruntimeModule/Pods-OnnxruntimeModule.debug.xcconfig"; sourceTree = "<group>"; };
|
|
6E96BE961E158CBAAD5BA677 /* libPods-OnnxruntimeModule.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-OnnxruntimeModule.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
94FB38C2CBF8DFA9F2AEAB37 /* Pods-OnnxruntimeModule.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OnnxruntimeModule.release.xcconfig"; path = "Target Support Files/Pods-OnnxruntimeModule/Pods-OnnxruntimeModule.release.xcconfig"; sourceTree = "<group>"; };
|
|
BD5F629FF761AD0F444C93B5 /* Pods-OnnxruntimeModuleTest.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OnnxruntimeModuleTest.release.xcconfig"; path = "Target Support Files/Pods-OnnxruntimeModuleTest/Pods-OnnxruntimeModuleTest.release.xcconfig"; sourceTree = "<group>"; };
|
|
DB8FC9A325C2850300C72F26 /* onnxruntime_session_options_config_keys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = onnxruntime_session_options_config_keys.h; sourceTree = "<group>"; };
|
|
DB8FC9A425C2850300C72F26 /* automl_data_containers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = automl_data_containers.h; sourceTree = "<group>"; };
|
|
DB8FC9A525C2850300C72F26 /* experimental_onnxruntime_cxx_inline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = experimental_onnxruntime_cxx_inline.h; sourceTree = "<group>"; };
|
|
DB8FC9A625C2850300C72F26 /* environment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = environment.h; sourceTree = "<group>"; };
|
|
DB8FC9A725C2850300C72F26 /* onnxruntime_cxx_inline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = onnxruntime_cxx_inline.h; sourceTree = "<group>"; };
|
|
DB8FC9A825C2850300C72F26 /* onnxruntime_cxx_api.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = onnxruntime_cxx_api.h; sourceTree = "<group>"; };
|
|
DB8FC9A925C2850300C72F26 /* onnxruntime_c_api.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = onnxruntime_c_api.h; sourceTree = "<group>"; };
|
|
DB8FC9AA25C2850300C72F26 /* experimental_onnxruntime_cxx_api.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = experimental_onnxruntime_cxx_api.h; sourceTree = "<group>"; };
|
|
DB8FC9B425C2867800C72F26 /* OnnxruntimeModule.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = OnnxruntimeModule.mm; sourceTree = SOURCE_ROOT; };
|
|
DB8FC9B725C2868700C72F26 /* TensorHelper.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = TensorHelper.mm; sourceTree = SOURCE_ROOT; };
|
|
DBD3F069263F7F9C00CD0373 /* libonnxruntime.${ONNXRUNTIME_VERSION}.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libonnxruntime.${ONNXRUNTIME_VERSION}.dylib"; path = "Libraries/onnxruntime/lib/iphonesimulator/libonnxruntime.${ONNXRUNTIME_VERSION}.dylib"; sourceTree = "<group>"; };
|
|
DBDB57D72603211A004F16BE /* OnnxruntimeModuleTest.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = OnnxruntimeModuleTest.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
DBDB57D92603211A004F16BE /* TensorHelperTest.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = TensorHelperTest.mm; sourceTree = "<group>"; };
|
|
DBDB57DB2603211A004F16BE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
DBDB588A2609B18F004F16BE /* Resources */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Resources; path = OnnxruntimeModuleTest/Resources; sourceTree = "<group>"; };
|
|
DBDB58AF262A92D6004F16BE /* OnnxruntimeModuleTest.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = OnnxruntimeModuleTest.mm; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
58B511D81A9E6C8500147676 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
F92876D1F6656034AD2EC8D1 /* libPods-OnnxruntimeModule.a in Frameworks */,
|
|
DBD3F06A263F7F9C00CD0373 /* libonnxruntime.${ONNXRUNTIME_VERSION}.dylib in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
DBDB57D42603211A004F16BE /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
DBD3F06B263F803D00CD0373 /* libonnxruntime.${ONNXRUNTIME_VERSION}.dylib in Frameworks */,
|
|
DBDB57DC2603211A004F16BE /* libOnnxruntimeModule.a in Frameworks */,
|
|
D1D81F804850BCAF0F66320B /* libPods-OnnxruntimeModuleTest.a in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
134814211AA4EA7D00B7C361 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
134814201AA4EA6300B7C361 /* libOnnxruntimeModule.a */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
58B511D21A9E6C8500147676 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DBDB588A2609B18F004F16BE /* Resources */,
|
|
DB8FC9B325C2861300C72F26 /* OnnxruntimeModule */,
|
|
DB8FC9A125C284E700C72F26 /* Libraries */,
|
|
DBDB57D82603211A004F16BE /* OnnxruntimeModuleTest */,
|
|
134814211AA4EA7D00B7C361 /* Products */,
|
|
DB8FC99D25C284A200C72F26 /* Frameworks */,
|
|
62ED2272D9F9CF7E3D0A8F87 /* Pods */,
|
|
DBDB57D72603211A004F16BE /* OnnxruntimeModuleTest.xctest */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
62ED2272D9F9CF7E3D0A8F87 /* Pods */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4FA772A32BE6D874419D9094 /* Pods-OnnxruntimeModule.debug.xcconfig */,
|
|
94FB38C2CBF8DFA9F2AEAB37 /* Pods-OnnxruntimeModule.release.xcconfig */,
|
|
01C2D06548A9114EA7E75A55 /* Pods-OnnxruntimeModuleTest.debug.xcconfig */,
|
|
BD5F629FF761AD0F444C93B5 /* Pods-OnnxruntimeModuleTest.release.xcconfig */,
|
|
);
|
|
path = Pods;
|
|
sourceTree = "<group>";
|
|
};
|
|
DB8FC99D25C284A200C72F26 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DBD3F069263F7F9C00CD0373 /* libonnxruntime.${ONNXRUNTIME_VERSION}.dylib */,
|
|
6E96BE961E158CBAAD5BA677 /* libPods-OnnxruntimeModule.a */,
|
|
4ED4282B152369F0F6753107 /* libPods-OnnxruntimeModuleTest.a */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
DB8FC9A125C284E700C72F26 /* Libraries */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DB8FC9A225C2850300C72F26 /* onnxruntime */,
|
|
);
|
|
path = Libraries;
|
|
sourceTree = "<group>";
|
|
};
|
|
DB8FC9A225C2850300C72F26 /* onnxruntime */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DB8FC9A325C2850300C72F26 /* onnxruntime_session_options_config_keys.h */,
|
|
DB8FC9A425C2850300C72F26 /* automl_data_containers.h */,
|
|
DB8FC9A525C2850300C72F26 /* experimental_onnxruntime_cxx_inline.h */,
|
|
DB8FC9A625C2850300C72F26 /* environment.h */,
|
|
DB8FC9A725C2850300C72F26 /* onnxruntime_cxx_inline.h */,
|
|
DB8FC9A825C2850300C72F26 /* onnxruntime_cxx_api.h */,
|
|
DB8FC9A925C2850300C72F26 /* onnxruntime_c_api.h */,
|
|
DB8FC9AA25C2850300C72F26 /* experimental_onnxruntime_cxx_api.h */,
|
|
);
|
|
path = onnxruntime;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
DB8FC9B325C2861300C72F26 /* OnnxruntimeModule */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DB8FC9B725C2868700C72F26 /* TensorHelper.mm */,
|
|
DB8FC9B425C2867800C72F26 /* OnnxruntimeModule.mm */,
|
|
);
|
|
path = OnnxruntimeModule;
|
|
sourceTree = "<group>";
|
|
};
|
|
DBDB57D82603211A004F16BE /* OnnxruntimeModuleTest */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DBDB57D92603211A004F16BE /* TensorHelperTest.mm */,
|
|
DBDB57DB2603211A004F16BE /* Info.plist */,
|
|
DBDB58AF262A92D6004F16BE /* OnnxruntimeModuleTest.mm */,
|
|
);
|
|
path = OnnxruntimeModuleTest;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
58B511DA1A9E6C8500147676 /* OnnxruntimeModule */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "OnnxruntimeModule" */;
|
|
buildPhases = (
|
|
148DE3680F0F3FE8BA6A82D1 /* [CP] Check Pods Manifest.lock */,
|
|
58B511D71A9E6C8500147676 /* Sources */,
|
|
58B511D81A9E6C8500147676 /* Frameworks */,
|
|
58B511D91A9E6C8500147676 /* CopyFiles */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = OnnxruntimeModule;
|
|
productName = RCTDataManager;
|
|
productReference = 134814201AA4EA6300B7C361 /* libOnnxruntimeModule.a */;
|
|
productType = "com.apple.product-type.library.static";
|
|
};
|
|
DBDB57D62603211A004F16BE /* OnnxruntimeModuleTest */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = DBDB57E12603211A004F16BE /* Build configuration list for PBXNativeTarget "OnnxruntimeModuleTest" */;
|
|
buildPhases = (
|
|
5B732845A8C64D3A3B502FEC /* [CP] Check Pods Manifest.lock */,
|
|
DBDB57D32603211A004F16BE /* Sources */,
|
|
DBDB57D42603211A004F16BE /* Frameworks */,
|
|
DBDB57D52603211A004F16BE /* Resources */,
|
|
0E58273833B892727485824E /* [CP] Copy Pods Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
DBDB57DE2603211A004F16BE /* PBXTargetDependency */,
|
|
);
|
|
name = OnnxruntimeModuleTest;
|
|
productName = OnnxruntimeModuleTest;
|
|
productReference = DBDB57D72603211A004F16BE /* OnnxruntimeModuleTest.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
58B511D31A9E6C8500147676 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0920;
|
|
ORGANIZATIONNAME = Facebook;
|
|
TargetAttributes = {
|
|
58B511DA1A9E6C8500147676 = {
|
|
CreatedOnToolsVersion = 6.1.1;
|
|
};
|
|
DBDB57D62603211A004F16BE = {
|
|
CreatedOnToolsVersion = 12.4;
|
|
DevelopmentTeam = X7YWPPMK53;
|
|
ProvisioningStyle = Automatic;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "OnnxruntimeModule" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
English,
|
|
en,
|
|
);
|
|
mainGroup = 58B511D21A9E6C8500147676;
|
|
productRefGroup = 58B511D21A9E6C8500147676;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
58B511DA1A9E6C8500147676 /* OnnxruntimeModule */,
|
|
DBDB57D62603211A004F16BE /* OnnxruntimeModuleTest */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
DBDB57D52603211A004F16BE /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
DBDB588B2609B18F004F16BE /* Resources in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
0E58273833B892727485824E /* [CP] Copy Pods Resources */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
"${PODS_ROOT}/Target Support Files/Pods-OnnxruntimeModuleTest/Pods-OnnxruntimeModuleTest-resources.sh",
|
|
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
|
|
);
|
|
name = "[CP] Copy Pods Resources";
|
|
outputPaths = (
|
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-OnnxruntimeModuleTest/Pods-OnnxruntimeModuleTest-resources.sh\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
148DE3680F0F3FE8BA6A82D1 /* [CP] Check Pods Manifest.lock */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputFileListPaths = (
|
|
);
|
|
inputPaths = (
|
|
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
"${PODS_ROOT}/Manifest.lock",
|
|
);
|
|
name = "[CP] Check Pods Manifest.lock";
|
|
outputFileListPaths = (
|
|
);
|
|
outputPaths = (
|
|
"$(DERIVED_FILE_DIR)/Pods-OnnxruntimeModule-checkManifestLockResult.txt",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
5B732845A8C64D3A3B502FEC /* [CP] Check Pods Manifest.lock */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputFileListPaths = (
|
|
);
|
|
inputPaths = (
|
|
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
"${PODS_ROOT}/Manifest.lock",
|
|
);
|
|
name = "[CP] Check Pods Manifest.lock";
|
|
outputFileListPaths = (
|
|
);
|
|
outputPaths = (
|
|
"$(DERIVED_FILE_DIR)/Pods-OnnxruntimeModuleTest-checkManifestLockResult.txt",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
58B511D71A9E6C8500147676 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
DB8FC9B825C2868700C72F26 /* TensorHelper.mm in Sources */,
|
|
DB8FC9B525C2867800C72F26 /* OnnxruntimeModule.mm in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
DBDB57D32603211A004F16BE /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
DBDB57DA2603211A004F16BE /* TensorHelperTest.mm in Sources */,
|
|
DBDB58B0262A92D7004F16BE /* OnnxruntimeModuleTest.mm in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
DBDB57DE2603211A004F16BE /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 58B511DA1A9E6C8500147676 /* OnnxruntimeModule */;
|
|
targetProxy = DBDB57DD2603211A004F16BE /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
58B511ED1A9E6C8500147676 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
"HEADER_SEARCH_PATHS[arch=*]" = "$(PROJECT_DIR)/Libraries/onnxruntime/include";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libraries/onnxruntime/lib";
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
};
|
|
name = Debug;
|
|
};
|
|
58B511EE1A9E6C8500147676 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = YES;
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
"HEADER_SEARCH_PATHS[arch=*]" = "$(PROJECT_DIR)/Libraries/onnxruntime/include";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libraries/onnxruntime/lib";
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
SDKROOT = iphoneos;
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
58B511F01A9E6C8500147676 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 4FA772A32BE6D874419D9094 /* Pods-OnnxruntimeModule.debug.xcconfig */;
|
|
buildSettings = {
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
"$(SRCROOT)/../../../React/**",
|
|
"$(SRCROOT)/../../react-native/React/**",
|
|
);
|
|
LIBRARY_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PROJECT_DIR)",
|
|
"$(PROJECT_DIR)/Libraries/onnxruntime/lib",
|
|
"$(PROJECT_DIR)/Libraries/onnxruntime/lib/iphonesimulator",
|
|
);
|
|
OTHER_LDFLAGS = "$(inherited)";
|
|
PRODUCT_NAME = OnnxruntimeModule;
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_OBJC_BRIDGING_HEADER = "OnnxruntimeModule-Bridging-Header.h";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
58B511F11A9E6C8500147676 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 94FB38C2CBF8DFA9F2AEAB37 /* Pods-OnnxruntimeModule.release.xcconfig */;
|
|
buildSettings = {
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
"$(SRCROOT)/../../../React/**",
|
|
"$(SRCROOT)/../../react-native/React/**",
|
|
);
|
|
LIBRARY_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PROJECT_DIR)",
|
|
"$(PROJECT_DIR)/Libraries/onnxruntime/lib",
|
|
"$(PROJECT_DIR)/Libraries/onnxruntime/lib/iphonesimulator",
|
|
);
|
|
OTHER_LDFLAGS = "$(inherited)";
|
|
PRODUCT_NAME = OnnxruntimeModule;
|
|
SKIP_INSTALL = YES;
|
|
SWIFT_OBJC_BRIDGING_HEADER = "OnnxruntimeModule-Bridging-Header.h";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
DBDB57DF2603211A004F16BE /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 01C2D06548A9114EA7E75A55 /* Pods-OnnxruntimeModuleTest.debug.xcconfig */;
|
|
buildSettings = {
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
DEVELOPMENT_TEAM = X7YWPPMK53;
|
|
EXCLUDED_ARCHS = "";
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"\"${PODS_ROOT}/Headers/Public\"",
|
|
"\"${PODS_ROOT}/Headers/Public/DoubleConversion\"",
|
|
"\"${PODS_ROOT}/Headers/Public/FBLazyVector\"",
|
|
"\"${PODS_ROOT}/Headers/Public/FBReactNativeSpec\"",
|
|
"\"${PODS_ROOT}/Headers/Public/RCTRequired\"",
|
|
"\"${PODS_ROOT}/Headers/Public/RCTTypeSafety\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-Core\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-RCTText\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-callinvoker\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-cxxreact\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-jsi\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-jsiexecutor\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-jsinspector\"",
|
|
"\"${PODS_ROOT}/Headers/Public/ReactCommon\"",
|
|
"\"${PODS_ROOT}/Headers/Public/Yoga\"",
|
|
"\"${PODS_ROOT}/Headers/Public/glog\"",
|
|
"\"$(PODS_ROOT)/Headers/Private/React-Core\"",
|
|
"$(PROJECT_DIR)/Libraries/onnxruntime/include",
|
|
"$(PROJECT_DIR)",
|
|
);
|
|
"HEADER_SEARCH_PATHS[arch=*]" = (
|
|
"$(inherited)",
|
|
"\"${PODS_ROOT}/Headers/Public\"",
|
|
"\"${PODS_ROOT}/Headers/Public/DoubleConversion\"",
|
|
"\"${PODS_ROOT}/Headers/Public/FBLazyVector\"",
|
|
"\"${PODS_ROOT}/Headers/Public/FBReactNativeSpec\"",
|
|
"\"${PODS_ROOT}/Headers/Public/RCTRequired\"",
|
|
"\"${PODS_ROOT}/Headers/Public/RCTTypeSafety\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-Core\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-RCTText\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-callinvoker\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-cxxreact\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-jsi\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-jsiexecutor\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-jsinspector\"",
|
|
"\"${PODS_ROOT}/Headers/Public/ReactCommon\"",
|
|
"\"${PODS_ROOT}/Headers/Public/Yoga\"",
|
|
"\"${PODS_ROOT}/Headers/Public/glog\"",
|
|
"\"$(PODS_ROOT)/Headers/Private/React-Core\"",
|
|
"$(PROJECT_DIR)/Libraries/onnxruntime/include",
|
|
"$(PROJECT_DIR)",
|
|
);
|
|
INFOPLIST_FILE = OnnxruntimeModuleTest/Info.plist;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.4;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks $(PROJECT_DIR)/Libraries/onnxruntime/lib $(PROJECT_DIR)/Libraries/onnxruntime/lib/iphonesimulator";
|
|
LIBRARY_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PROJECT_DIR)/Libraries/onnxruntime/lib",
|
|
"$(PROJECT_DIR)/Libraries/onnxruntime/lib/iphonesimulator",
|
|
);
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
PRODUCT_BUNDLE_IDENTIFIER = ai.onnxruntime.reactnative.OnnxruntimeModuleTest;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
DBDB57E02603211A004F16BE /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = BD5F629FF761AD0F444C93B5 /* Pods-OnnxruntimeModuleTest.release.xcconfig */;
|
|
buildSettings = {
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
DEVELOPMENT_TEAM = X7YWPPMK53;
|
|
EXCLUDED_ARCHS = "";
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"\"${PODS_ROOT}/Headers/Public\"",
|
|
"\"${PODS_ROOT}/Headers/Public/DoubleConversion\"",
|
|
"\"${PODS_ROOT}/Headers/Public/FBLazyVector\"",
|
|
"\"${PODS_ROOT}/Headers/Public/FBReactNativeSpec\"",
|
|
"\"${PODS_ROOT}/Headers/Public/RCTRequired\"",
|
|
"\"${PODS_ROOT}/Headers/Public/RCTTypeSafety\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-Core\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-RCTText\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-callinvoker\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-cxxreact\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-jsi\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-jsiexecutor\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-jsinspector\"",
|
|
"\"${PODS_ROOT}/Headers/Public/ReactCommon\"",
|
|
"\"${PODS_ROOT}/Headers/Public/Yoga\"",
|
|
"\"${PODS_ROOT}/Headers/Public/glog\"",
|
|
"\"$(PODS_ROOT)/Headers/Private/React-Core\"",
|
|
"$(PROJECT_DIR)/Libraries/onnxruntime/include",
|
|
"$(PROJECT_DIR)",
|
|
);
|
|
"HEADER_SEARCH_PATHS[arch=*]" = (
|
|
"$(inherited)",
|
|
"\"${PODS_ROOT}/Headers/Public\"",
|
|
"\"${PODS_ROOT}/Headers/Public/DoubleConversion\"",
|
|
"\"${PODS_ROOT}/Headers/Public/FBLazyVector\"",
|
|
"\"${PODS_ROOT}/Headers/Public/FBReactNativeSpec\"",
|
|
"\"${PODS_ROOT}/Headers/Public/RCTRequired\"",
|
|
"\"${PODS_ROOT}/Headers/Public/RCTTypeSafety\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-Core\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-RCTText\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-callinvoker\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-cxxreact\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-jsi\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-jsiexecutor\"",
|
|
"\"${PODS_ROOT}/Headers/Public/React-jsinspector\"",
|
|
"\"${PODS_ROOT}/Headers/Public/ReactCommon\"",
|
|
"\"${PODS_ROOT}/Headers/Public/Yoga\"",
|
|
"\"${PODS_ROOT}/Headers/Public/glog\"",
|
|
"\"$(PODS_ROOT)/Headers/Private/React-Core\"",
|
|
"$(PROJECT_DIR)/Libraries/onnxruntime/include",
|
|
"$(PROJECT_DIR)",
|
|
);
|
|
INFOPLIST_FILE = OnnxruntimeModuleTest/Info.plist;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 14.4;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks $(PROJECT_DIR)/Libraries/onnxruntime/lib $(PROJECT_DIR)/Libraries/onnxruntime/lib/iphonesimulator";
|
|
LIBRARY_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PROJECT_DIR)/Libraries/onnxruntime/lib",
|
|
"$(PROJECT_DIR)/Libraries/onnxruntime/lib/iphonesimulator",
|
|
);
|
|
MTL_FAST_MATH = YES;
|
|
PRODUCT_BUNDLE_IDENTIFIER = ai.onnxruntime.reactnative.OnnxruntimeModuleTest;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "OnnxruntimeModule" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
58B511ED1A9E6C8500147676 /* Debug */,
|
|
58B511EE1A9E6C8500147676 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "OnnxruntimeModule" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
58B511F01A9E6C8500147676 /* Debug */,
|
|
58B511F11A9E6C8500147676 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
DBDB57E12603211A004F16BE /* Build configuration list for PBXNativeTarget "OnnxruntimeModuleTest" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
DBDB57DF2603211A004F16BE /* Debug */,
|
|
DBDB57E02603211A004F16BE /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 58B511D31A9E6C8500147676 /* Project object */;
|
|
}
|