|
14 | 14 | 2BFE22062AC1C93100307752 /* metadata-arm64.bin in Resources */ = {isa = PBXBuildFile; fileRef = 2BFE22052AC1C93100307752 /* metadata-arm64.bin */; }; |
15 | 15 | 3C1850542A6DCB2D002ACC81 /* Timers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C1850522A6DCB2D002ACC81 /* Timers.cpp */; }; |
16 | 16 | 3C1850552A6DCB2D002ACC81 /* Timers.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3C1850532A6DCB2D002ACC81 /* Timers.hpp */; }; |
| 17 | + 3C48F68D2F57905500C14231 /* json.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3C48F68B2F57905500C14231 /* json.hpp */; }; |
17 | 18 | 3C5333342B0E683100BE0C47 /* Message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C5333322B0E683100BE0C47 /* Message.cpp */; }; |
18 | 19 | 3C5333352B0E683100BE0C47 /* Message.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3C5333332B0E683100BE0C47 /* Message.hpp */; }; |
19 | 20 | 3C78BA5C2A0D600100C20A88 /* ModuleBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C78BA5A2A0D600100C20A88 /* ModuleBinding.cpp */; }; |
|
453 | 454 | 2BFE22052AC1C93100307752 /* metadata-arm64.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = "metadata-arm64.bin"; sourceTree = "<group>"; }; |
454 | 455 | 3C1850522A6DCB2D002ACC81 /* Timers.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Timers.cpp; sourceTree = "<group>"; }; |
455 | 456 | 3C1850532A6DCB2D002ACC81 /* Timers.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = Timers.hpp; sourceTree = "<group>"; }; |
| 457 | + 3C48F68B2F57905500C14231 /* json.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = json.hpp; sourceTree = "<group>"; }; |
456 | 458 | 3C5333322B0E683100BE0C47 /* Message.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Message.cpp; sourceTree = "<group>"; }; |
457 | 459 | 3C5333332B0E683100BE0C47 /* Message.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = Message.hpp; sourceTree = "<group>"; }; |
458 | 460 | 3C78BA5A2A0D600100C20A88 /* ModuleBinding.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ModuleBinding.cpp; sourceTree = "<group>"; }; |
|
852 | 854 | F6191AB529C0FF86003F588F /* utils.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = utils.mm; sourceTree = "<group>"; }; |
853 | 855 | /* End PBXFileReference section */ |
854 | 856 |
|
855 | | -/* Begin PBXFileSystemSynchronizedRootGroup section */ |
856 | | - 3C2C0B252F16EF01002D942A /* third_party */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = third_party; sourceTree = "<group>"; }; |
857 | | -/* End PBXFileSystemSynchronizedRootGroup section */ |
858 | | - |
859 | 857 | /* Begin PBXFrameworksBuildPhase section */ |
860 | 858 | C225377F241A41C500192740 /* Frameworks */ = { |
861 | 859 | isa = PBXFrameworksBuildPhase; |
|
928 | 926 | path = embedding; |
929 | 927 | sourceTree = "<group>"; |
930 | 928 | }; |
| 929 | + 3C48F68C2F57905500C14231 /* third_party */ = { |
| 930 | + isa = PBXGroup; |
| 931 | + children = ( |
| 932 | + 3C48F68B2F57905500C14231 /* json.hpp */, |
| 933 | + ); |
| 934 | + path = third_party; |
| 935 | + sourceTree = "<group>"; |
| 936 | + }; |
931 | 937 | 6573B9C1291FE29F00B0ED7C /* v8runtime */ = { |
932 | 938 | isa = PBXGroup; |
933 | 939 | children = ( |
|
1377 | 1383 | C2DDEB33229EAB3B00345BFE /* NativeScript */ = { |
1378 | 1384 | isa = PBXGroup; |
1379 | 1385 | children = ( |
1380 | | - 3C2C0B252F16EF01002D942A /* third_party */, |
| 1386 | + 3C48F68C2F57905500C14231 /* third_party */, |
1381 | 1387 | 2BFE22052AC1C93100307752 /* metadata-arm64.bin */, |
1382 | 1388 | 2BFE21F12AC1B79F00307752 /* embedding */, |
1383 | 1389 | F1F30E862B58FE28006A62C0 /* ada */, |
|
1601 | 1607 | C2A6EF3123745A0B00E8FBE7 /* MetadataInlines.h in Headers */, |
1602 | 1608 | C2F4D0AE232F85E20008A2EB /* SymbolIterator.h in Headers */, |
1603 | 1609 | C2DDEBAD229EAC8300345BFE /* Caches.h in Headers */, |
| 1610 | + 3C48F68D2F57905500C14231 /* json.hpp in Headers */, |
1604 | 1611 | C247C17022F82842001D2CA2 /* libffi.h in Headers */, |
1605 | 1612 | C2DDEB9D229EAC8300345BFE /* SetTimeout.h in Headers */, |
1606 | 1613 | C2DDEB90229EAC8300345BFE /* MetadataBuilder.h in Headers */, |
|
1778 | 1785 | ); |
1779 | 1786 | dependencies = ( |
1780 | 1787 | ); |
1781 | | - fileSystemSynchronizedGroups = ( |
1782 | | - 3C2C0B252F16EF01002D942A /* third_party */, |
1783 | | - ); |
1784 | 1788 | name = NativeScript; |
1785 | 1789 | productName = NativeScript; |
1786 | 1790 | productReference = C2DDEB32229EAB3B00345BFE /* NativeScript.framework */; |
|
0 commit comments