Skip to content

Commit a181f74

Browse files
committed
Another attempt on fixing dependency on local package
1 parent fb09c2e commit a181f74

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

Example/InterposeKitExample.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
10-
80523B6B2DA923430068EA71 /* InterposeKit in Frameworks */ = {isa = PBXBuildFile; productRef = 80523B6A2DA923430068EA71 /* InterposeKit */; };
1110
8078DF9F2DA016EE009A0B1A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8078DF962DA016EE009A0B1A /* Assets.xcassets */; };
1211
8078DFA02DA016EE009A0B1A /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8078DF982DA016EE009A0B1A /* MainMenu.xib */; };
1312
8078DFA12DA016EE009A0B1A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8078DF9A2DA016EE009A0B1A /* AppDelegate.swift */; };
1413
8078DFAA2DA04DAA009A0B1A /* HookExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8078DFA92DA04DAA009A0B1A /* HookExample.swift */; };
1514
8078DFAC2DA04DC6009A0B1A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8078DFAB2DA04DC6009A0B1A /* ContentView.swift */; };
15+
809570D02DA926DC00C7ABE7 /* InterposeKit in Frameworks */ = {isa = PBXBuildFile; productRef = 809570CF2DA926DC00C7ABE7 /* InterposeKit */; };
1616
/* End PBXBuildFile section */
1717

1818
/* Begin PBXFileReference section */
@@ -30,7 +30,7 @@
3030
isa = PBXFrameworksBuildPhase;
3131
buildActionMask = 2147483647;
3232
files = (
33-
80523B6B2DA923430068EA71 /* InterposeKit in Frameworks */,
33+
809570D02DA926DC00C7ABE7 /* InterposeKit in Frameworks */,
3434
);
3535
runOnlyForDeploymentPostprocessing = 0;
3636
};
@@ -107,8 +107,7 @@
107107
);
108108
name = InterposeKitExample;
109109
packageProductDependencies = (
110-
8078DFA42DA01B90009A0B1A /* InterposeKit */,
111-
80523B6A2DA923430068EA71 /* InterposeKit */,
110+
809570CF2DA926DC00C7ABE7 /* InterposeKit */,
112111
);
113112
productName = InterposeKitExample;
114113
productReference = 8078DF832DA016B6009A0B1A /* InterposeKitExample.app */;
@@ -139,7 +138,7 @@
139138
mainGroup = 8078DF7A2DA016B6009A0B1A;
140139
minimizedProjectReferenceProxies = 1;
141140
packageReferences = (
142-
80523B692DA923430068EA71 /* XCLocalSwiftPackageReference "../../InterposeKit" */,
141+
809570CE2DA926DC00C7ABE7 /* XCLocalSwiftPackageReference "../../InterposeKit" */,
143142
);
144143
preferredProjectObjectVersion = 77;
145144
productRefGroup = 8078DF842DA016B6009A0B1A /* Products */;
@@ -384,18 +383,14 @@
384383
/* End XCConfigurationList section */
385384

386385
/* Begin XCLocalSwiftPackageReference section */
387-
80523B692DA923430068EA71 /* XCLocalSwiftPackageReference "../../InterposeKit" */ = {
386+
809570CE2DA926DC00C7ABE7 /* XCLocalSwiftPackageReference "../../InterposeKit" */ = {
388387
isa = XCLocalSwiftPackageReference;
389388
relativePath = ../../InterposeKit;
390389
};
391390
/* End XCLocalSwiftPackageReference section */
392391

393392
/* Begin XCSwiftPackageProductDependency section */
394-
80523B6A2DA923430068EA71 /* InterposeKit */ = {
395-
isa = XCSwiftPackageProductDependency;
396-
productName = InterposeKit;
397-
};
398-
8078DFA42DA01B90009A0B1A /* InterposeKit */ = {
393+
809570CF2DA926DC00C7ABE7 /* InterposeKit */ = {
399394
isa = XCSwiftPackageProductDependency;
400395
productName = InterposeKit;
401396
};

0 commit comments

Comments
 (0)