File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
js/react_native/ios/OnnxruntimeModule.xcodeproj Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 673
673
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
674
674
MTL_FAST_MATH = YES;
675
675
PRODUCT_BUNDLE_IDENTIFIER = ai.onnxruntime.reactnative.OnnxruntimeModuleTest;
676
+ OTHER_CODE_SIGN_FLAGS = "\"--remove-signature=\\\"$(BUILT_PRODUCTS_DIR)/$(PRODUCT_NAME).xctest/PrivacyInfo.xcprivacy\\\"\"";
676
677
PRODUCT_NAME = "$(TARGET_NAME)";
677
678
TARGETED_DEVICE_FAMILY = "1,2";
678
679
};
749
750
);
750
751
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift$(inherited)";
751
752
MTL_FAST_MATH = YES;
753
+ OTHER_CODE_SIGN_FLAGS = "\"--remove-signature=\\\"$(BUILT_PRODUCTS_DIR)/$(PRODUCT_NAME).xctest/PrivacyInfo.xcprivacy\\\"\"";
752
754
PRODUCT_BUNDLE_IDENTIFIER = ai.onnxruntime.reactnative.OnnxruntimeModuleTest;
753
755
PRODUCT_NAME = "$(TARGET_NAME)";
754
756
TARGETED_DEVICE_FAMILY = "1,2";
You can’t perform that action at this time.
0 commit comments