Skip to content

Commit f5485da

Browse files
committed
Carthage project file update for new files
1 parent d09748f commit f5485da

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

carthage-files/BranchSDK.xcodeproj/project.pbxproj

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
7DA3BF1D1D889CE500CA8AE0 /* BranchContentDiscoverer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DA3BF171D889CE500CA8AE0 /* BranchContentDiscoverer.m */; };
11+
7DA3BF1E1D889CE500CA8AE0 /* BranchContentDiscoverer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DA3BF181D889CE500CA8AE0 /* BranchContentDiscoverer.h */; };
12+
7DA3BF1F1D889CE500CA8AE0 /* BranchContentDiscoveryManifest.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DA3BF191D889CE500CA8AE0 /* BranchContentDiscoveryManifest.h */; };
13+
7DA3BF201D889CE500CA8AE0 /* BranchContentDiscoveryManifest.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DA3BF1A1D889CE500CA8AE0 /* BranchContentDiscoveryManifest.m */; };
14+
7DA3BF211D889CE500CA8AE0 /* BranchContentPathProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DA3BF1B1D889CE500CA8AE0 /* BranchContentPathProperties.h */; };
15+
7DA3BF221D889CE500CA8AE0 /* BranchContentPathProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DA3BF1C1D889CE500CA8AE0 /* BranchContentPathProperties.m */; };
1016
E230A16C1D03DB9E006181D8 /* BNCConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E230A1151D03DB9E006181D8 /* BNCConfig.h */; settings = {ATTRIBUTES = (Public, ); }; };
1117
E230A16D1D03DB9E006181D8 /* BNCContentDiscoveryManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E230A1161D03DB9E006181D8 /* BNCContentDiscoveryManager.h */; };
1218
E230A16E1D03DB9E006181D8 /* BNCContentDiscoveryManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E230A1171D03DB9E006181D8 /* BNCContentDiscoveryManager.m */; };
@@ -84,6 +90,12 @@
8490
/* End PBXBuildFile section */
8591

8692
/* Begin PBXFileReference section */
93+
7DA3BF171D889CE500CA8AE0 /* BranchContentDiscoverer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BranchContentDiscoverer.m; sourceTree = "<group>"; };
94+
7DA3BF181D889CE500CA8AE0 /* BranchContentDiscoverer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BranchContentDiscoverer.h; sourceTree = "<group>"; };
95+
7DA3BF191D889CE500CA8AE0 /* BranchContentDiscoveryManifest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BranchContentDiscoveryManifest.h; sourceTree = "<group>"; };
96+
7DA3BF1A1D889CE500CA8AE0 /* BranchContentDiscoveryManifest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BranchContentDiscoveryManifest.m; sourceTree = "<group>"; };
97+
7DA3BF1B1D889CE500CA8AE0 /* BranchContentPathProperties.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BranchContentPathProperties.h; sourceTree = "<group>"; };
98+
7DA3BF1C1D889CE500CA8AE0 /* BranchContentPathProperties.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BranchContentPathProperties.m; sourceTree = "<group>"; };
8799
E230A1151D03DB9E006181D8 /* BNCConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCConfig.h; sourceTree = "<group>"; };
88100
E230A1161D03DB9E006181D8 /* BNCContentDiscoveryManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCContentDiscoveryManager.h; sourceTree = "<group>"; };
89101
E230A1171D03DB9E006181D8 /* BNCContentDiscoveryManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BNCContentDiscoveryManager.m; sourceTree = "<group>"; };
@@ -184,6 +196,12 @@
184196
E230A1141D03DB9E006181D8 /* Branch-SDK */ = {
185197
isa = PBXGroup;
186198
children = (
199+
7DA3BF171D889CE500CA8AE0 /* BranchContentDiscoverer.m */,
200+
7DA3BF181D889CE500CA8AE0 /* BranchContentDiscoverer.h */,
201+
7DA3BF191D889CE500CA8AE0 /* BranchContentDiscoveryManifest.h */,
202+
7DA3BF1A1D889CE500CA8AE0 /* BranchContentDiscoveryManifest.m */,
203+
7DA3BF1B1D889CE500CA8AE0 /* BranchContentPathProperties.h */,
204+
7DA3BF1C1D889CE500CA8AE0 /* BranchContentPathProperties.m */,
187205
E230A1151D03DB9E006181D8 /* BNCConfig.h */,
188206
E230A1161D03DB9E006181D8 /* BNCContentDiscoveryManager.h */,
189207
E230A1171D03DB9E006181D8 /* BNCContentDiscoveryManager.m */,
@@ -316,8 +334,10 @@
316334
E230A1791D03DB9E006181D8 /* BNCPreferenceHelper.h in Headers */,
317335
E230A17B1D03DB9E006181D8 /* BNCServerInterface.h in Headers */,
318336
E230A1961D03DB9E006181D8 /* BranchViewHandler.h in Headers */,
337+
7DA3BF211D889CE500CA8AE0 /* BranchContentPathProperties.h in Headers */,
319338
E230A1861D03DB9E006181D8 /* Branch.h in Headers */,
320339
E230A16C1D03DB9E006181D8 /* BNCConfig.h in Headers */,
340+
7DA3BF1E1D889CE500CA8AE0 /* BranchContentDiscoverer.h in Headers */,
321341
E230A18E1D03DB9E006181D8 /* BranchDeepLinkingController.h in Headers */,
322342
E230A1921D03DB9E006181D8 /* BranchUniversalObject.h in Headers */,
323343
E230A1771D03DB9E006181D8 /* BNCLinkData.h in Headers */,
@@ -351,6 +371,7 @@
351371
E230A18A1D03DB9E006181D8 /* BranchConstants.h in Headers */,
352372
E230A1751D03DB9E006181D8 /* BNCLinkCache.h in Headers */,
353373
E230A19C1D03DB9E006181D8 /* BranchCloseRequest.h in Headers */,
374+
7DA3BF1F1D889CE500CA8AE0 /* BranchContentDiscoveryManifest.h in Headers */,
354375
);
355376
runOnlyForDeploymentPostprocessing = 0;
356377
};
@@ -423,6 +444,7 @@
423444
files = (
424445
E230A16E1D03DB9E006181D8 /* BNCContentDiscoveryManager.m in Sources */,
425446
E230A1701D03DB9E006181D8 /* BNCDeviceInfo.m in Sources */,
447+
7DA3BF201D889CE500CA8AE0 /* BranchContentDiscoveryManifest.m in Sources */,
426448
E230A1B71D03DB9F006181D8 /* BranchSpotlightUrlRequest.m in Sources */,
427449
E230A1B31D03DB9E006181D8 /* BranchShortUrlRequest.m in Sources */,
428450
E230A1931D03DB9E006181D8 /* BranchUniversalObject.m in Sources */,
@@ -444,6 +466,7 @@
444466
E230A1871D03DB9E006181D8 /* Branch.m in Sources */,
445467
E230A1761D03DB9E006181D8 /* BNCLinkCache.m in Sources */,
446468
E230A1AD1D03DB9E006181D8 /* BranchRedeemRewardsRequest.m in Sources */,
469+
7DA3BF1D1D889CE500CA8AE0 /* BranchContentDiscoverer.m in Sources */,
447470
E230A1971D03DB9E006181D8 /* BranchViewHandler.m in Sources */,
448471
E230A1801D03DB9E006181D8 /* BNCServerResponse.m in Sources */,
449472
E230A1A91D03DB9E006181D8 /* BranchLogoutRequest.m in Sources */,
@@ -456,6 +479,7 @@
456479
E230A17E1D03DB9E006181D8 /* BNCServerRequestQueue.m in Sources */,
457480
E2B9477F1D15E3C100F2270D /* BNCFabricAnswers.m in Sources */,
458481
E230A1A31D03DB9E006181D8 /* BranchInstallRequest.m in Sources */,
482+
7DA3BF221D889CE500CA8AE0 /* BranchContentPathProperties.m in Sources */,
459483
);
460484
runOnlyForDeploymentPostprocessing = 0;
461485
};

0 commit comments

Comments
 (0)