|
371 | 371 | 40D884B22D5591E800E3518E /* CASTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 40D884B12D5591E300E3518E /* CASTree.cpp */; };
|
372 | 372 | 40D884B42D5DC52E00E3518E /* LocalExecutor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40D884B32D5DC52700E3518E /* LocalExecutor.swift */; };
|
373 | 373 | 40D884B62D5EE62400E3518E /* CASTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40D884B52D5EE62100E3518E /* CASTests.swift */; };
|
| 374 | + 40D884DC2D78130F00E3518E /* RemoteExecutor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40D884DB2D78130B00E3518E /* RemoteExecutor.swift */; }; |
| 375 | + 40D884DE2D7B94B700E3518E /* ActionExecutor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40D884DD2D7B94B300E3518E /* ActionExecutor.swift */; }; |
| 376 | + 40D884F12D7BC51700E3518E /* time_zone_format.cc in Sources */ = {isa = PBXBuildFile; fileRef = 40C1F98A2C79076200757481 /* time_zone_format.cc */; }; |
| 377 | + 40D884F32D7BCBBB00E3518E /* Logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D884F22D7BCBB200E3518E /* Logging.h */; }; |
| 378 | + 40D884F52D7BCBCE00E3518E /* Logging.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 40D884F42D7BCBC700E3518E /* Logging.cpp */; }; |
| 379 | + 40D884FB2D7BD4E100E3518E /* Common.pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D884F82D7BD4E100E3518E /* Common.pb.h */; }; |
| 380 | + 40D884FC2D7BD4E100E3518E /* Common.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40D884FA2D7BD4E100E3518E /* Common.pb.swift */; }; |
| 381 | + 40D884FD2D7BD4E100E3518E /* Common.pb.cc in Sources */ = {isa = PBXBuildFile; fileRef = 40D884F92D7BD4E100E3518E /* Common.pb.cc */; }; |
| 382 | + 40D884FF2D7BDA3B00E3518E /* Logging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40D884FE2D7BDA3400E3518E /* Logging.swift */; }; |
374 | 383 | 40E331942D4DD7240011ABFA /* Common.h in Headers */ = {isa = PBXBuildFile; fileRef = 40E331932D4DD7120011ABFA /* Common.h */; };
|
375 | 384 | 40E7C53C2C61CD8100FC0383 /* Types.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E7C53B2C61CD7D00FC0383 /* Types.swift */; };
|
376 | 385 | 40E7C53E2C61CF6800FC0383 /* Engine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E7C53D2C61CF6300FC0383 /* Engine.swift */; };
|
|
3820 | 3829 | 40D884B12D5591E300E3518E /* CASTree.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CASTree.cpp; sourceTree = "<group>"; };
|
3821 | 3830 | 40D884B32D5DC52700E3518E /* LocalExecutor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalExecutor.swift; sourceTree = "<group>"; };
|
3822 | 3831 | 40D884B52D5EE62100E3518E /* CASTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CASTests.swift; sourceTree = "<group>"; };
|
| 3832 | + 40D884DB2D78130B00E3518E /* RemoteExecutor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteExecutor.swift; sourceTree = "<group>"; }; |
| 3833 | + 40D884DD2D7B94B300E3518E /* ActionExecutor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionExecutor.swift; sourceTree = "<group>"; }; |
| 3834 | + 40D884F22D7BCBB200E3518E /* Logging.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Logging.h; sourceTree = "<group>"; }; |
| 3835 | + 40D884F42D7BCBC700E3518E /* Logging.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Logging.cpp; sourceTree = "<group>"; }; |
| 3836 | + 40D884F62D7BD41600E3518E /* Common.proto */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.protobuf; path = Common.proto; sourceTree = "<group>"; }; |
| 3837 | + 40D884F82D7BD4E100E3518E /* Common.pb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Common.pb.h; sourceTree = "<group>"; }; |
| 3838 | + 40D884F92D7BD4E100E3518E /* Common.pb.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Common.pb.cc; sourceTree = "<group>"; }; |
| 3839 | + 40D884FA2D7BD4E100E3518E /* Common.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Common.pb.swift; sourceTree = "<group>"; }; |
| 3840 | + 40D884FE2D7BDA3400E3518E /* Logging.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logging.swift; sourceTree = "<group>"; }; |
3823 | 3841 | 40E331932D4DD7120011ABFA /* Common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Common.h; sourceTree = "<group>"; };
|
3824 | 3842 | 40E7B4252C61CA1F00FC0383 /* ProtocolBuffers_iOS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = ProtocolBuffers_iOS.xcodeproj; sourceTree = "<group>"; };
|
3825 | 3843 | 40E7B4262C61CA1F00FC0383 /* ProtocolBuffers_OSX.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = ProtocolBuffers_OSX.xcodeproj; sourceTree = "<group>"; };
|
|
5073 | 5091 | 4072B4BB2C51995100B68221 /* ActionCache.pb.swift */,
|
5074 | 5092 | 4035F6C62D2D86FC00337926 /* ActionExecutor.h */,
|
5075 | 5093 | 4035F6C82D2D870F00337926 /* ActionExecutor.cpp */,
|
| 5094 | + 40D884DD2D7B94B300E3518E /* ActionExecutor.swift */, |
5076 | 5095 | 4072B4BC2C51995100B68221 /* Artifact.proto */,
|
5077 | 5096 | 4072B4BD2C51995100B68221 /* Artifact.pb.h */,
|
5078 | 5097 | 4072B4BE2C51995100B68221 /* Artifact.pb.cc */,
|
|
5093 | 5112 | 4035F6B12D28761000337926 /* CASTree.pb.cc */,
|
5094 | 5113 | 4035F6B22D28761000337926 /* CASTree.pb.swift */,
|
5095 | 5114 | 40E331932D4DD7120011ABFA /* Common.h */,
|
| 5115 | + 40D884F62D7BD41600E3518E /* Common.proto */, |
| 5116 | + 40D884F82D7BD4E100E3518E /* Common.pb.h */, |
| 5117 | + 40D884F92D7BD4E100E3518E /* Common.pb.cc */, |
| 5118 | + 40D884FA2D7BD4E100E3518E /* Common.pb.swift */, |
5096 | 5119 | 4072B4C42C51995100B68221 /* Engine.h */,
|
5097 | 5120 | 4072B4C52C51995100B68221 /* Engine.cpp */,
|
5098 | 5121 | 4072B4CC2C51995100B68221 /* Engine.proto */,
|
|
5117 | 5140 | 4035F6B92D28CC4C00337926 /* LocalExecutor.h */,
|
5118 | 5141 | 4035F6BB2D28CC5D00337926 /* LocalExecutor.cpp */,
|
5119 | 5142 | 40D884B32D5DC52700E3518E /* LocalExecutor.swift */,
|
| 5143 | + 40D884F22D7BCBB200E3518E /* Logging.h */, |
| 5144 | + 40D884F42D7BCBC700E3518E /* Logging.cpp */, |
| 5145 | + 40D884FE2D7BDA3400E3518E /* Logging.swift */, |
5120 | 5146 | 4035F6BD2D28CC6E00337926 /* RemoteExecutor.h */,
|
5121 | 5147 | 4035F6BF2D28CC7C00337926 /* RemoteExecutor.cpp */,
|
| 5148 | + 40D884DB2D78130B00E3518E /* RemoteExecutor.swift */, |
5122 | 5149 | 4035F6CC2D46FAD100337926 /* Subtask.h */,
|
5123 | 5150 | 4072B4D42C51995100B68221 /* support */,
|
5124 | 5151 | 4072B4D02C51995100B68221 /* SwiftAdaptors.cpp */,
|
|
9060 | 9087 | 4035F6C72D2D870600337926 /* ActionExecutor.h in Headers */,
|
9061 | 9088 | 4035F6CB2D2E36FF00337926 /* LabelTrie.h in Headers */,
|
9062 | 9089 | 4035F6E52D47F54700337926 /* Engine.pb.h in Headers */,
|
| 9090 | + 40D884FB2D7BD4E100E3518E /* Common.pb.h in Headers */, |
9063 | 9091 | 40E331942D4DD7240011ABFA /* Common.h in Headers */,
|
| 9092 | + 40D884F32D7BCBBB00E3518E /* Logging.h in Headers */, |
9064 | 9093 | 4035F6B32D28761000337926 /* Action.pb.h in Headers */,
|
9065 | 9094 | 4035F6BA2D28CC5400337926 /* LocalExecutor.h in Headers */,
|
9066 | 9095 | 4035F6B42D28761000337926 /* CASTree.pb.h in Headers */,
|
|
10782 | 10811 | 40C10C3B2C790CC400757481 /* utf8.cc in Sources */,
|
10783 | 10812 | 40C10C3C2C790CC400757481 /* ascii.cc in Sources */,
|
10784 | 10813 | 40C10C3D2C790CC400757481 /* charconv.cc in Sources */,
|
| 10814 | + 40D884F12D7BC51700E3518E /* time_zone_format.cc in Sources */, |
10785 | 10815 | 40C10C3E2C790CC400757481 /* cord.cc in Sources */,
|
10786 | 10816 | 40C10C3F2C790CC400757481 /* cord_analysis.cc in Sources */,
|
10787 | 10817 | 40C10C402C790CC400757481 /* cord_buffer.cc in Sources */,
|
@@ -10865,15 +10895,21 @@
|
10865 | 10895 | 4072B5F52C51BF1700B68221 /* ActionCache.cpp in Sources */,
|
10866 | 10896 | 4035F6C92D2D871500337926 /* ActionExecutor.cpp in Sources */,
|
10867 | 10897 | 40E837EA2CCC64430022B026 /* CAS.cpp in Sources */,
|
| 10898 | + 40D884FC2D7BD4E100E3518E /* Common.pb.swift in Sources */, |
| 10899 | + 40D884FD2D7BD4E100E3518E /* Common.pb.cc in Sources */, |
10868 | 10900 | 4035F64B2CF140B000337926 /* CAS.swift in Sources */,
|
10869 | 10901 | 4072B5F62C51BF1700B68221 /* Error.pb.swift in Sources */,
|
10870 | 10902 | 4072B5F72C51BF1700B68221 /* ActionCache.pb.swift in Sources */,
|
10871 | 10903 | 4072B5F82C51BF1700B68221 /* Label.cpp in Sources */,
|
10872 | 10904 | 4035F6B52D28761000337926 /* CASTree.pb.swift in Sources */,
|
10873 | 10905 | 4035F6B62D28761000337926 /* CASTree.pb.cc in Sources */,
|
| 10906 | + 40D884DC2D78130F00E3518E /* RemoteExecutor.swift in Sources */, |
| 10907 | + 40D884FF2D7BDA3B00E3518E /* Logging.swift in Sources */, |
| 10908 | + 40D884F52D7BCBCE00E3518E /* Logging.cpp in Sources */, |
10874 | 10909 | 4035F6B72D28761000337926 /* Action.pb.swift in Sources */,
|
10875 | 10910 | 4035F6B82D28761000337926 /* Action.pb.cc in Sources */,
|
10876 | 10911 | 4035F6BC2D28CC6600337926 /* LocalExecutor.cpp in Sources */,
|
| 10912 | + 40D884DE2D7B94B700E3518E /* ActionExecutor.swift in Sources */, |
10877 | 10913 | 40D884B42D5DC52E00E3518E /* LocalExecutor.swift in Sources */,
|
10878 | 10914 | 4072B5FC2C51BF1700B68221 /* SwiftAdaptors.cpp in Sources */,
|
10879 | 10915 | );
|
|
0 commit comments