Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32168960
D3286.1765055796.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
4 KB
Referenced Files
None
Subscribers
None
D3286.1765055796.diff
View Options
diff --git a/native/ios/Comm.xcodeproj/project.pbxproj b/native/ios/Comm.xcodeproj/project.pbxproj
--- a/native/ios/Comm.xcodeproj/project.pbxproj
+++ b/native/ios/Comm.xcodeproj/project.pbxproj
@@ -43,6 +43,7 @@
B71AFF1F265EDD8600B22352 /* IBMPlexSans-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B71AFF1E265EDD8600B22352 /* IBMPlexSans-Medium.ttf */; };
B723460726979250009A0709 /* swmansion.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B723460626979250009A0709 /* swmansion.ttf */; };
B7BEE749279B3FB6009CCA35 /* GRPCStreamHostObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B7BEE744279B3E20009CCA35 /* GRPCStreamHostObject.cpp */; };
+ CBF00E7927C7C37E009EBA29 /* ClientGetReadReactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CBF00E7827C7C37E009EBA29 /* ClientGetReadReactor.cpp */; };
D7DB6E0F85B2DBE15B01EC21 /* libPods-Comm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 994BEBDD4E4959F69CEA0BC3 /* libPods-Comm.a */; };
/* End PBXBuildFile section */
@@ -158,6 +159,9 @@
B7BEE748279B3F2E009CCA35 /* GRPCStreamHostObject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GRPCStreamHostObject.h; sourceTree = "<group>"; };
B7E937CA26F448E700022A7C /* Media.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Media.h; sourceTree = "<group>"; };
C562A7004903539402D988CE /* Pods-Comm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Comm.release.xcconfig"; path = "Target Support Files/Pods-Comm/Pods-Comm.release.xcconfig"; sourceTree = "<group>"; };
+ CBF00E7827C7C37E009EBA29 /* ClientGetReadReactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ClientGetReadReactor.cpp; sourceTree = "<group>"; };
+ CBF00E7E27C7D187009EBA29 /* Metadata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Metadata.h; path = ../cpp/CommonCpp/DatabaseManagers/entities/Metadata.h; sourceTree = "<group>"; };
+ CBF00E7F27C7D23D009EBA29 /* SocketStatus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SocketStatus.h; path = ../cpp/CommonCpp/NativeModules/InternalModules/SocketStatus.h; sourceTree = "<group>"; };
F53DA7B3F26C2798DCE74A94 /* Pods-Comm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Comm.debug.xcconfig"; path = "Target Support Files/Pods-Comm/Pods-Comm.debug.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
@@ -239,7 +243,6 @@
B7BEE748279B3F2E009CCA35 /* GRPCStreamHostObject.h */,
718A3C0626F22D0A00F04A8D /* _generated */,
B72879B827A865EF008A04CC /* ClientGetReadReactor.h */,
- 2DDA00CA889DFF0ECB7E338D /* ClientGetReadReactor.cpp */,
);
path = grpc;
sourceTree = "<group>";
@@ -337,7 +340,6 @@
71BE84452636A944002849D2 /* Draft.h */,
B70FBC1226B047050040F480 /* Message.h */,
B7E937CA26F448E700022A7C /* Media.h */,
- 2DDA0A22FECC9DAA5C19C35D /* Metadata.h */,
);
path = entities;
sourceTree = "<group>";
@@ -398,7 +400,6 @@
726E5D742731A4790032361D /* NetworkModule.h */,
726E5D762731A5E10032361D /* GlobalNetworkSingleton.cpp */,
726E5D772731A5E10032361D /* GlobalNetworkSingleton.h */,
- 2DDA05D6D8D20D885F22F82C /* SocketStatus.h */,
);
path = InternalModules;
sourceTree = "<group>";
@@ -417,6 +418,8 @@
83CBB9F61A601CBA00E9B192 = {
isa = PBXGroup;
children = (
+ CBF00E7F27C7D23D009EBA29 /* SocketStatus.h */,
+ CBF00E7E27C7D187009EBA29 /* Metadata.h */,
71BE84362636A944002849D2 /* cpp */,
13B07FAE1A68108700A75B9A /* Comm */,
713EE40726C6676B003D7C48 /* CommTests */,
@@ -426,6 +429,7 @@
7FF0870B1E833C3F000A1ACF /* Frameworks */,
D533B93718E3B9684B508006 /* Pods */,
AFF3F1F76178B42122C79BDE /* ExpoModulesProviders */,
+ CBF00E7D27C7C6EA009EBA29 /* Recovered References */,
);
indentWidth = 2;
sourceTree = "<group>";
@@ -449,6 +453,14 @@
name = ExpoModulesProviders;
sourceTree = "<group>";
};
+ CBF00E7D27C7C6EA009EBA29 /* Recovered References */ = {
+ isa = PBXGroup;
+ children = (
+ CBF00E7827C7C37E009EBA29 /* ClientGetReadReactor.cpp */,
+ );
+ name = "Recovered References";
+ sourceTree = "<group>";
+ };
D533B93718E3B9684B508006 /* Pods */ = {
isa = PBXGroup;
children = (
@@ -761,6 +773,7 @@
71CA4A64262DA8E500835C89 /* Logger.mm in Sources */,
71BF5B7F26BBDD7400EDE27D /* CryptoModule.cpp in Sources */,
71BE844A2636A944002849D2 /* CommCoreModule.cpp in Sources */,
+ CBF00E7927C7C37E009EBA29 /* ClientGetReadReactor.cpp in Sources */,
71D4D7CC26C50B1000FCDBCD /* CommSecureStore.mm in Sources */,
711B408425DA97F9005F8F06 /* dummy.swift in Sources */,
726E5D782731A5E10032361D /* GlobalNetworkSingleton.cpp in Sources */,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 6, 9:16 PM (23 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5840906
Default Alt Text
D3286.1765055796.diff (4 KB)
Attached To
Mode
D3286: Add ClientGetReadReactor.cpp to project.pbxproj again
Attached
Detach File
Event Timeline
Log In to Comment