From 7a6df8579b25ef6e9bea5867de7ff1f3a81c30c9 Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Thu, 21 Nov 2024 19:29:55 -0400 Subject: [PATCH] fix: absolute path in OpenSSL dependency --- ios/BTFuse/BTFuse.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/BTFuse/BTFuse.xcodeproj/project.pbxproj b/ios/BTFuse/BTFuse.xcodeproj/project.pbxproj index 8928b8c..b4b7246 100644 --- a/ios/BTFuse/BTFuse.xcodeproj/project.pbxproj +++ b/ios/BTFuse/BTFuse.xcodeproj/project.pbxproj @@ -169,7 +169,7 @@ 94A928562B1A729000AAC44A /* BTFuseIDGenerator.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BTFuseIDGenerator.m; sourceTree = ""; }; 94B0A68E2AB776DC008C291A /* BTFuseAPIServer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BTFuseAPIServer.h; sourceTree = ""; }; 94B0A6922AB77790008C291A /* BTFuseAPIServer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BTFuseAPIServer.m; sourceTree = ""; }; - 94B3ABEA2CCECBDF00BD34E2 /* OpenSSL.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = OpenSSL.xcframework; path = /Users/norman/development/breautek/fuse/ios/third_party/com.breautek.btfuse.third_party/../openssl/OpenSSL.xcframework; sourceTree = ""; }; + 94B3ABEA2CCECBDF00BD34E2 /* OpenSSL.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = OpenSSL.xcframework; path = ../third_party/openssl/OpenSSL.xcframework; sourceTree = ""; }; 94B7A9CC2AC89E39003D294D /* BTFuseTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BTFuseTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 94B7A9CE2AC89E39003D294D /* BTFuseTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BTFuseTests.m; sourceTree = ""; }; 94C3AF272B6867B8006AD040 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; };