From 171ec18952810698efe343f1c030d35fe1de0fc5 Mon Sep 17 00:00:00 2001 From: Joshua Villasenor Date: Mon, 18 Sep 2023 08:17:43 -0700 Subject: [PATCH] Update darwin framework tool project with missing files --- src/darwin/Framework/Matter.xcodeproj/project.pbxproj | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/darwin/Framework/Matter.xcodeproj/project.pbxproj b/src/darwin/Framework/Matter.xcodeproj/project.pbxproj index 3eda4201e349e9..9eca142e371084 100644 --- a/src/darwin/Framework/Matter.xcodeproj/project.pbxproj +++ b/src/darwin/Framework/Matter.xcodeproj/project.pbxproj @@ -7,6 +7,8 @@ objects = { /* Begin PBXBuildFile section */ + 0341022C2AB8A02700D47A97 /* KeyValueStoreManagerImpl.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0341022B2AB8A02700D47A97 /* KeyValueStoreManagerImpl.mm */; }; + 034102312AB8A24B00D47A97 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0341022F2AB8A20100D47A97 /* CoreData.framework */; }; 037C3CA72991A44B00B7EEE2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 037C3CA62991A44B00B7EEE2 /* Foundation.framework */; }; 037C3D742991B32700B7EEE2 /* Matter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B202528D2459E34F00F97062 /* Matter.framework */; }; 037C3DAD2991BD4F00B7EEE2 /* PairingCommandBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 037C3D7D2991BD4F00B7EEE2 /* PairingCommandBridge.h */; }; @@ -330,6 +332,9 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ + 0341022B2AB8A02700D47A97 /* KeyValueStoreManagerImpl.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = KeyValueStoreManagerImpl.mm; path = ../../src/platform/Darwin/KeyValueStoreManagerImpl.mm; sourceTree = ""; }; + 0341022D2AB8A0D900D47A97 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.0.Internal.sdk/System/Library/Frameworks/CoreData.framework; sourceTree = DEVELOPER_DIR; }; + 0341022F2AB8A20100D47A97 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.0.sdk/System/Library/Frameworks/CoreData.framework; sourceTree = DEVELOPER_DIR; }; 037C3CA52991A44B00B7EEE2 /* darwin-framework-tool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "darwin-framework-tool"; sourceTree = BUILT_PRODUCTS_DIR; }; 037C3CA62991A44B00B7EEE2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 037C3CCF2991A8B400B7EEE2 /* libCHIP.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libCHIP.a; path = lib/libCHIP.a; sourceTree = ""; }; @@ -667,6 +672,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 034102312AB8A24B00D47A97 /* CoreData.framework in Frameworks */, 039145F029931B2D00257B3E /* CoreBluetooth.framework in Frameworks */, 039145EE29931B2600257B3E /* Network.framework in Frameworks */, 039145EC29931ABF00257B3E /* Security.framework in Frameworks */, @@ -701,6 +707,7 @@ 037C3CA82991A44B00B7EEE2 /* darwin-framework-tool */ = { isa = PBXGroup; children = ( + 0341022B2AB8A02700D47A97 /* KeyValueStoreManagerImpl.mm */, 039145E02993102B00257B3E /* main.mm */, 03F430A52994100000166449 /* controller */, 039547092992DB02006D42A8 /* editline */, @@ -1313,6 +1320,8 @@ BA09EB3E2474762900605257 /* Frameworks */ = { isa = PBXGroup; children = ( + 0341022D2AB8A0D900D47A97 /* CoreData.framework */, + 0341022F2AB8A20100D47A97 /* CoreData.framework */, 039145EF29931B2D00257B3E /* CoreBluetooth.framework */, 039145ED29931B2600257B3E /* Network.framework */, 039145EA29931A4900257B3E /* Security.framework */, @@ -1621,6 +1630,7 @@ B45373D72A9FEB0C00807602 /* lws_dll2.c in Sources */, B45373FE2A9FEC4F00807602 /* unix-fds.c in Sources */, B45373C72A9FEA9100807602 /* pollfd.c in Sources */, + 0341022C2AB8A02700D47A97 /* KeyValueStoreManagerImpl.mm in Sources */, B45373BE2A9FEA9100807602 /* network.c in Sources */, B45373BD2A9FEA9100807602 /* service.c in Sources */, 0395469E2991DFC5006D42A8 /* json_writer.cpp in Sources */,