Skip to content

Commit

Permalink
Update darwin framework tool project with missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton36 committed Sep 18, 2023
1 parent 7423b08 commit 171ec18
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/darwin/Framework/Matter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand Down Expand Up @@ -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 = "<group>"; };
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 = "<group>"; };
Expand Down Expand Up @@ -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 */,
Expand Down Expand Up @@ -701,6 +707,7 @@
037C3CA82991A44B00B7EEE2 /* darwin-framework-tool */ = {
isa = PBXGroup;
children = (
0341022B2AB8A02700D47A97 /* KeyValueStoreManagerImpl.mm */,
039145E02993102B00257B3E /* main.mm */,
03F430A52994100000166449 /* controller */,
039547092992DB02006D42A8 /* editline */,
Expand Down Expand Up @@ -1313,6 +1320,8 @@
BA09EB3E2474762900605257 /* Frameworks */ = {
isa = PBXGroup;
children = (
0341022D2AB8A0D900D47A97 /* CoreData.framework */,
0341022F2AB8A20100D47A97 /* CoreData.framework */,
039145EF29931B2D00257B3E /* CoreBluetooth.framework */,
039145ED29931B2600257B3E /* Network.framework */,
039145EA29931A4900257B3E /* Security.framework */,
Expand Down Expand Up @@ -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 */,
Expand Down

0 comments on commit 171ec18

Please sign in to comment.