|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 46; |
| 6 | + objectVersion = 54; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; }; |
11 | 11 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
12 | 12 | 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; |
13 | | - 3D62E7EDD1C6E35A8273D0AE /* Pods_OnnxruntimeModuleExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 99282A6C17B49FD1C1B4E793 /* Pods_OnnxruntimeModuleExample.framework */; }; |
14 | 13 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; |
| 14 | + 863EC78A40302DD5B5E3AD76 /* Pods_OnnxruntimeModuleExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FBB91B17EC27D0D688A14CD /* Pods_OnnxruntimeModuleExample.framework */; }; |
15 | 15 | DB61BA27278684FB0096C971 /* OnnxruntimeModuleExampleUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = DB61BA26278684FB0096C971 /* OnnxruntimeModuleExampleUITests.m */; }; |
16 | 16 | DBA8BA87267293C4008CC55A /* mnist.ort in Resources */ = {isa = PBXBuildFile; fileRef = DBA8BA86267293C4008CC55A /* mnist.ort */; }; |
17 | 17 | DBBF7412263B8C7100487C77 /* MNISTDataHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = DBBF7411263B8C7100487C77 /* MNISTDataHandler.mm */; }; |
18 | 18 | DBBF7414263B8CCB00487C77 /* 3.jpg in Resources */ = {isa = PBXBuildFile; fileRef = DBBF7413263B8CCB00487C77 /* 3.jpg */; }; |
| 19 | + E315AAD72D31C6100069FA6B /* main.jsbundle in Resources */ = {isa = PBXBuildFile; fileRef = 008F07F21AC5B25A0029DE68 /* main.jsbundle */; }; |
19 | 20 | /* End PBXBuildFile section */ |
20 | 21 |
|
21 | 22 | /* Begin PBXContainerItemProxy section */ |
|
49 | 50 | 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = OnnxruntimeModuleExample/Images.xcassets; sourceTree = "<group>"; }; |
50 | 51 | 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = OnnxruntimeModuleExample/Info.plist; sourceTree = "<group>"; }; |
51 | 52 | 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = OnnxruntimeModuleExample/main.m; sourceTree = "<group>"; }; |
| 53 | + 1FBB91B17EC27D0D688A14CD /* Pods_OnnxruntimeModuleExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OnnxruntimeModuleExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
52 | 54 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = OnnxruntimeModuleExample/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
53 | | - 99282A6C17B49FD1C1B4E793 /* Pods_OnnxruntimeModuleExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OnnxruntimeModuleExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
54 | 55 | 9D58C0FCCF00905433F4ED74 /* Pods-OnnxruntimeModuleExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OnnxruntimeModuleExample.debug.xcconfig"; path = "Target Support Files/Pods-OnnxruntimeModuleExample/Pods-OnnxruntimeModuleExample.debug.xcconfig"; sourceTree = "<group>"; }; |
55 | 56 | B70FCE6DFAB320E9051DA321 /* Pods-OnnxruntimeModuleExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OnnxruntimeModuleExample.release.xcconfig"; path = "Target Support Files/Pods-OnnxruntimeModuleExample/Pods-OnnxruntimeModuleExample.release.xcconfig"; sourceTree = "<group>"; }; |
56 | 57 | DB61BA24278684FB0096C971 /* OnnxruntimeModuleExampleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = OnnxruntimeModuleExampleUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
67 | 68 | isa = PBXFrameworksBuildPhase; |
68 | 69 | buildActionMask = 2147483647; |
69 | 70 | files = ( |
70 | | - 3D62E7EDD1C6E35A8273D0AE /* Pods_OnnxruntimeModuleExample.framework in Frameworks */, |
| 71 | + 863EC78A40302DD5B5E3AD76 /* Pods_OnnxruntimeModuleExample.framework in Frameworks */, |
71 | 72 | ); |
72 | 73 | runOnlyForDeploymentPostprocessing = 0; |
73 | 74 | }; |
|
101 | 102 | isa = PBXGroup; |
102 | 103 | children = ( |
103 | 104 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */, |
104 | | - 99282A6C17B49FD1C1B4E793 /* Pods_OnnxruntimeModuleExample.framework */, |
| 105 | + 1FBB91B17EC27D0D688A14CD /* Pods_OnnxruntimeModuleExample.framework */, |
105 | 106 | ); |
106 | 107 | name = Frameworks; |
107 | 108 | sourceTree = "<group>"; |
|
170 | 171 | 13B07F8E1A680F5B00A75B9A /* Resources */, |
171 | 172 | 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, |
172 | 173 | DB8FCD9C25C3404B00C72F26 /* Embed Libraries */, |
173 | | - C05B673BA9948099CF43C8FD /* [CP] Embed Pods Frameworks */, |
| 174 | + 8BCC39118F893614DE3809E3 /* [CP] Embed Pods Frameworks */, |
174 | 175 | ); |
175 | 176 | buildRules = ( |
176 | 177 | ); |
|
241 | 242 | isa = PBXResourcesBuildPhase; |
242 | 243 | buildActionMask = 2147483647; |
243 | 244 | files = ( |
| 245 | + E315AAD72D31C6100069FA6B /* main.jsbundle in Resources */, |
244 | 246 | DBA8BA87267293C4008CC55A /* mnist.ort in Resources */, |
245 | 247 | DBBF7414263B8CCB00487C77 /* 3.jpg in Resources */, |
246 | 248 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */, |
|
272 | 274 | shellPath = /bin/sh; |
273 | 275 | shellScript = "set -e\n\nexport NODE_BINARY=node\nexport PROJECT_ROOT=$PWD/..\nexport ENTRY_FILE=index.tsx\n../node_modules/react-native/scripts/react-native-xcode.sh\n"; |
274 | 276 | }; |
275 | | - C05B673BA9948099CF43C8FD /* [CP] Embed Pods Frameworks */ = { |
| 277 | + 8BCC39118F893614DE3809E3 /* [CP] Embed Pods Frameworks */ = { |
276 | 278 | isa = PBXShellScriptBuildPhase; |
277 | 279 | buildActionMask = 2147483647; |
278 | 280 | files = ( |
|
465 | 467 | isa = XCBuildConfiguration; |
466 | 468 | buildSettings = { |
467 | 469 | ALWAYS_SEARCH_USER_PATHS = NO; |
468 | | - ARCHS = ( |
469 | | - "$(ARCHS_STANDARD)", |
470 | | - x86_64, |
471 | | - ); |
| 470 | + ARCHS = "$(ARCHS_STANDARD)"; |
472 | 471 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
473 | | - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 472 | + CLANG_CXX_LANGUAGE_STANDARD = "c++17"; |
474 | 473 | CLANG_CXX_LIBRARY = "libc++"; |
475 | 474 | CLANG_ENABLE_MODULES = YES; |
476 | 475 | CLANG_ENABLE_OBJC_ARC = YES; |
|
497 | 496 | COPY_PHASE_STRIP = NO; |
498 | 497 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
499 | 498 | ENABLE_TESTABILITY = YES; |
| 499 | + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; |
500 | 500 | GCC_C_LANGUAGE_STANDARD = gnu99; |
501 | 501 | GCC_DYNAMIC_NO_PIC = NO; |
502 | 502 | GCC_NO_COMMON_BLOCKS = YES; |
503 | 503 | GCC_OPTIMIZATION_LEVEL = 0; |
504 | 504 | GCC_PREPROCESSOR_DEFINITIONS = ( |
505 | 505 | "DEBUG=1", |
506 | 506 | "$(inherited)", |
| 507 | + _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION, |
507 | 508 | ); |
508 | 509 | GCC_SYMBOLS_PRIVATE_EXTERN = NO; |
509 | 510 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
|
516 | 517 | IPHONEOS_DEPLOYMENT_TARGET = 15.1; |
517 | 518 | LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)"; |
518 | 519 | LIBRARY_SEARCH_PATHS = ( |
| 520 | + "$(SDKROOT)/usr/lib/swift", |
519 | 521 | "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"", |
520 | | - "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"", |
521 | 522 | "\"$(inherited)\"", |
522 | 523 | ); |
523 | 524 | MTL_ENABLE_DEBUG_INFO = YES; |
524 | 525 | ONLY_ACTIVE_ARCH = YES; |
| 526 | + OTHER_LDFLAGS = ( |
| 527 | + "$(inherited)", |
| 528 | + "-Wl", |
| 529 | + "-ld_classic", |
| 530 | + ); |
| 531 | + REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
525 | 532 | SDKROOT = iphoneos; |
526 | 533 | }; |
527 | 534 | name = Debug; |
|
530 | 537 | isa = XCBuildConfiguration; |
531 | 538 | buildSettings = { |
532 | 539 | ALWAYS_SEARCH_USER_PATHS = NO; |
533 | | - ARCHS = ( |
534 | | - "$(ARCHS_STANDARD)", |
535 | | - x86_64, |
536 | | - ); |
| 540 | + ARCHS = "$(ARCHS_STANDARD)"; |
537 | 541 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
538 | | - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 542 | + CLANG_CXX_LANGUAGE_STANDARD = "c++17"; |
539 | 543 | CLANG_CXX_LIBRARY = "libc++"; |
540 | 544 | CLANG_ENABLE_MODULES = YES; |
541 | 545 | CLANG_ENABLE_OBJC_ARC = YES; |
|
562 | 566 | COPY_PHASE_STRIP = YES; |
563 | 567 | ENABLE_NS_ASSERTIONS = NO; |
564 | 568 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 569 | + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; |
565 | 570 | GCC_C_LANGUAGE_STANDARD = gnu99; |
566 | 571 | GCC_NO_COMMON_BLOCKS = YES; |
| 572 | + GCC_PREPROCESSOR_DEFINITIONS = ( |
| 573 | + "$(inherited)", |
| 574 | + _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION, |
| 575 | + ); |
567 | 576 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
568 | 577 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
569 | 578 | GCC_WARN_UNDECLARED_SELECTOR = YES; |
|
573 | 582 | IPHONEOS_DEPLOYMENT_TARGET = 15.1; |
574 | 583 | LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)"; |
575 | 584 | LIBRARY_SEARCH_PATHS = ( |
| 585 | + "$(SDKROOT)/usr/lib/swift", |
576 | 586 | "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"", |
577 | | - "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"", |
578 | 587 | "\"$(inherited)\"", |
579 | 588 | ); |
580 | 589 | MTL_ENABLE_DEBUG_INFO = NO; |
| 590 | + OTHER_LDFLAGS = ( |
| 591 | + "$(inherited)", |
| 592 | + "-Wl", |
| 593 | + "-ld_classic", |
| 594 | + ); |
| 595 | + REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
581 | 596 | SDKROOT = iphoneos; |
582 | 597 | VALIDATE_PRODUCT = YES; |
583 | 598 | }; |
|
0 commit comments