Skip to content

Commit 468f079

Browse files
committed
chore: make third_party a group
1 parent 682b0fd commit 468f079

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

v8ios.xcodeproj/project.pbxproj

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
2BFE22062AC1C93100307752 /* metadata-arm64.bin in Resources */ = {isa = PBXBuildFile; fileRef = 2BFE22052AC1C93100307752 /* metadata-arm64.bin */; };
1515
3C1850542A6DCB2D002ACC81 /* Timers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C1850522A6DCB2D002ACC81 /* Timers.cpp */; };
1616
3C1850552A6DCB2D002ACC81 /* Timers.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3C1850532A6DCB2D002ACC81 /* Timers.hpp */; };
17+
3C48F68D2F57905500C14231 /* json.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3C48F68B2F57905500C14231 /* json.hpp */; };
1718
3C5333342B0E683100BE0C47 /* Message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C5333322B0E683100BE0C47 /* Message.cpp */; };
1819
3C5333352B0E683100BE0C47 /* Message.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 3C5333332B0E683100BE0C47 /* Message.hpp */; };
1920
3C78BA5C2A0D600100C20A88 /* ModuleBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C78BA5A2A0D600100C20A88 /* ModuleBinding.cpp */; };
@@ -453,6 +454,7 @@
453454
2BFE22052AC1C93100307752 /* metadata-arm64.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = "metadata-arm64.bin"; sourceTree = "<group>"; };
454455
3C1850522A6DCB2D002ACC81 /* Timers.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Timers.cpp; sourceTree = "<group>"; };
455456
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>"; };
456458
3C5333322B0E683100BE0C47 /* Message.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Message.cpp; sourceTree = "<group>"; };
457459
3C5333332B0E683100BE0C47 /* Message.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = Message.hpp; sourceTree = "<group>"; };
458460
3C78BA5A2A0D600100C20A88 /* ModuleBinding.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ModuleBinding.cpp; sourceTree = "<group>"; };
@@ -852,10 +854,6 @@
852854
F6191AB529C0FF86003F588F /* utils.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = utils.mm; sourceTree = "<group>"; };
853855
/* End PBXFileReference section */
854856

855-
/* Begin PBXFileSystemSynchronizedRootGroup section */
856-
3C2C0B252F16EF01002D942A /* third_party */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = third_party; sourceTree = "<group>"; };
857-
/* End PBXFileSystemSynchronizedRootGroup section */
858-
859857
/* Begin PBXFrameworksBuildPhase section */
860858
C225377F241A41C500192740 /* Frameworks */ = {
861859
isa = PBXFrameworksBuildPhase;
@@ -928,6 +926,14 @@
928926
path = embedding;
929927
sourceTree = "<group>";
930928
};
929+
3C48F68C2F57905500C14231 /* third_party */ = {
930+
isa = PBXGroup;
931+
children = (
932+
3C48F68B2F57905500C14231 /* json.hpp */,
933+
);
934+
path = third_party;
935+
sourceTree = "<group>";
936+
};
931937
6573B9C1291FE29F00B0ED7C /* v8runtime */ = {
932938
isa = PBXGroup;
933939
children = (
@@ -1377,7 +1383,7 @@
13771383
C2DDEB33229EAB3B00345BFE /* NativeScript */ = {
13781384
isa = PBXGroup;
13791385
children = (
1380-
3C2C0B252F16EF01002D942A /* third_party */,
1386+
3C48F68C2F57905500C14231 /* third_party */,
13811387
2BFE22052AC1C93100307752 /* metadata-arm64.bin */,
13821388
2BFE21F12AC1B79F00307752 /* embedding */,
13831389
F1F30E862B58FE28006A62C0 /* ada */,
@@ -1601,6 +1607,7 @@
16011607
C2A6EF3123745A0B00E8FBE7 /* MetadataInlines.h in Headers */,
16021608
C2F4D0AE232F85E20008A2EB /* SymbolIterator.h in Headers */,
16031609
C2DDEBAD229EAC8300345BFE /* Caches.h in Headers */,
1610+
3C48F68D2F57905500C14231 /* json.hpp in Headers */,
16041611
C247C17022F82842001D2CA2 /* libffi.h in Headers */,
16051612
C2DDEB9D229EAC8300345BFE /* SetTimeout.h in Headers */,
16061613
C2DDEB90229EAC8300345BFE /* MetadataBuilder.h in Headers */,
@@ -1778,9 +1785,6 @@
17781785
);
17791786
dependencies = (
17801787
);
1781-
fileSystemSynchronizedGroups = (
1782-
3C2C0B252F16EF01002D942A /* third_party */,
1783-
);
17841788
name = NativeScript;
17851789
productName = NativeScript;
17861790
productReference = C2DDEB32229EAB3B00345BFE /* NativeScript.framework */;

0 commit comments

Comments
 (0)