Skip to content

Commit 93aa91f

Browse files
committed
Maintain common references
1 parent a806bc2 commit 93aa91f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Samples/MobileBuyIntegration/MobileBuyIntegration.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@
6969
CB05E6C32D4954E400466376 /* Storefront.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Storefront.swift; sourceTree = "<group>"; };
7070
/* End PBXFileReference section */
7171

72+
/* Begin PBXFileSystemSynchronizedRootGroup section */
73+
6A4895F72E4E069C00D4AE90 /* Common */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Common; sourceTree = "<group>"; };
74+
/* End PBXFileSystemSynchronizedRootGroup section */
75+
7276
/* Begin PBXFrameworksBuildPhase section */
7377
4EBBA7642A5F0CE200193E19 /* Frameworks */ = {
7478
isa = PBXFrameworksBuildPhase;
@@ -126,6 +130,7 @@
126130
4EBBA77F2A5F0DA300193E19 /* Application */ = {
127131
isa = PBXGroup;
128132
children = (
133+
6A4895F72E4E069C00D4AE90 /* Common */,
129134
86250DE32AD5521C002E45C2 /* AppConfiguration.swift */,
130135
4EBBA76A2A5F0CE200193E19 /* AppDelegate.swift */,
131136
4EF54F232A6F456B00F5E407 /* CartManager.swift */,
@@ -214,6 +219,9 @@
214219
);
215220
dependencies = (
216221
);
222+
fileSystemSynchronizedGroups = (
223+
6A4895F72E4E069C00D4AE90 /* Common */,
224+
);
217225
name = MobileBuyIntegration;
218226
packageProductDependencies = (
219227
4EBBA7A22A5F0F5600193E19 /* Buy */,

0 commit comments

Comments
 (0)