Skip to content

Commit f68d3bf

Browse files
committed
Fix sample project
1 parent 83c756e commit f68d3bf

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

Examples/LazyPagerExample.xcodeproj/project.pbxproj

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 56;
6+
objectVersion = 60;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -16,6 +16,7 @@
1616
D353FB742A52174C00C04ABE /* ImageScrollViewUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D353FB732A52174C00C04ABE /* ImageScrollViewUITests.swift */; };
1717
D353FB762A52174C00C04ABE /* ImageScrollViewUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D353FB752A52174C00C04ABE /* ImageScrollViewUITestsLaunchTests.swift */; };
1818
D367DA132A59E930004497D4 /* LazyPager in Frameworks */ = {isa = PBXBuildFile; productRef = D367DA122A59E930004497D4 /* LazyPager */; };
19+
D38D65E32C62E4B900AA140E /* LazyPager in Frameworks */ = {isa = PBXBuildFile; productRef = D38D65E22C62E4B900AA140E /* LazyPager */; };
1920
/* End PBXBuildFile section */
2021

2122
/* Begin PBXContainerItemProxy section */
@@ -47,14 +48,15 @@
4748
D353FB6F2A52174C00C04ABE /* LazyPagerExampleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LazyPagerExampleUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4849
D353FB732A52174C00C04ABE /* ImageScrollViewUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageScrollViewUITests.swift; sourceTree = "<group>"; };
4950
D353FB752A52174C00C04ABE /* ImageScrollViewUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageScrollViewUITestsLaunchTests.swift; sourceTree = "<group>"; };
50-
D367DA102A59E925004497D4 /* ImageScrollView */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = ImageScrollView; path = ..; sourceTree = "<group>"; };
51+
D38D65E02C62E47C00AA140E /* LazyPager */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = LazyPager; path = ..; sourceTree = "<group>"; };
5152
/* End PBXFileReference section */
5253

5354
/* Begin PBXFrameworksBuildPhase section */
5455
D353FB522A52174B00C04ABE /* Frameworks */ = {
5556
isa = PBXFrameworksBuildPhase;
5657
buildActionMask = 2147483647;
5758
files = (
59+
D38D65E32C62E4B900AA140E /* LazyPager in Frameworks */,
5860
D367DA132A59E930004497D4 /* LazyPager in Frameworks */,
5961
);
6062
runOnlyForDeploymentPostprocessing = 0;
@@ -79,7 +81,6 @@
7981
D353FB4C2A52174B00C04ABE = {
8082
isa = PBXGroup;
8183
children = (
82-
D367DA0F2A59E925004497D4 /* Packages */,
8384
D353FB572A52174B00C04ABE /* LazyPagerExampleApp */,
8485
D353FB682A52174C00C04ABE /* LazyPagerExampleAppTests */,
8586
D353FB722A52174C00C04ABE /* LazyPagerExampleAppUITests */,
@@ -135,17 +136,10 @@
135136
path = LazyPagerExampleAppUITests;
136137
sourceTree = "<group>";
137138
};
138-
D367DA0F2A59E925004497D4 /* Packages */ = {
139-
isa = PBXGroup;
140-
children = (
141-
D367DA102A59E925004497D4 /* ImageScrollView */,
142-
);
143-
name = Packages;
144-
sourceTree = "<group>";
145-
};
146139
D367DA112A59E930004497D4 /* Frameworks */ = {
147140
isa = PBXGroup;
148141
children = (
142+
D38D65E02C62E47C00AA140E /* LazyPager */,
149143
);
150144
name = Frameworks;
151145
sourceTree = "<group>";
@@ -168,6 +162,7 @@
168162
name = LazyPagerExample;
169163
packageProductDependencies = (
170164
D367DA122A59E930004497D4 /* LazyPager */,
165+
D38D65E22C62E4B900AA140E /* LazyPager */,
171166
);
172167
productName = ImageScrollView;
173168
productReference = D353FB552A52174B00C04ABE /* LazyPagerExample.app */;
@@ -241,6 +236,9 @@
241236
Base,
242237
);
243238
mainGroup = D353FB4C2A52174B00C04ABE;
239+
packageReferences = (
240+
D38D65E12C62E4B900AA140E /* XCLocalSwiftPackageReference "../" */,
241+
);
244242
productRefGroup = D353FB562A52174B00C04ABE /* Products */;
245243
projectDirPath = "";
246244
projectRoot = "";
@@ -611,11 +609,22 @@
611609
};
612610
/* End XCConfigurationList section */
613611

612+
/* Begin XCLocalSwiftPackageReference section */
613+
D38D65E12C62E4B900AA140E /* XCLocalSwiftPackageReference "../" */ = {
614+
isa = XCLocalSwiftPackageReference;
615+
relativePath = ../;
616+
};
617+
/* End XCLocalSwiftPackageReference section */
618+
614619
/* Begin XCSwiftPackageProductDependency section */
615620
D367DA122A59E930004497D4 /* LazyPager */ = {
616621
isa = XCSwiftPackageProductDependency;
617622
productName = LazyPager;
618623
};
624+
D38D65E22C62E4B900AA140E /* LazyPager */ = {
625+
isa = XCSwiftPackageProductDependency;
626+
productName = LazyPager;
627+
};
619628
/* End XCSwiftPackageProductDependency section */
620629
};
621630
rootObject = D353FB4D2A52174B00C04ABE /* Project object */;

0 commit comments

Comments
 (0)