Skip to content

Commit 33f18e3

Browse files
committed
Fixed package reference in example Xcode project
1 parent 7033aed commit 33f18e3

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

Example/InterposeKitExample.xcodeproj/project.pbxproj

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
80523B6B2DA923430068EA71 /* InterposeKit in Frameworks */ = {isa = PBXBuildFile; productRef = 80523B6A2DA923430068EA71 /* InterposeKit */; };
1011
8078DF9F2DA016EE009A0B1A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8078DF962DA016EE009A0B1A /* Assets.xcassets */; };
1112
8078DFA02DA016EE009A0B1A /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8078DF982DA016EE009A0B1A /* MainMenu.xib */; };
1213
8078DFA12DA016EE009A0B1A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8078DF9A2DA016EE009A0B1A /* AppDelegate.swift */; };
13-
8078DFA52DA01B90009A0B1A /* InterposeKit in Frameworks */ = {isa = PBXBuildFile; productRef = 8078DFA42DA01B90009A0B1A /* InterposeKit */; };
1414
8078DFAA2DA04DAA009A0B1A /* HookExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8078DFA92DA04DAA009A0B1A /* HookExample.swift */; };
1515
8078DFAC2DA04DC6009A0B1A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8078DFAB2DA04DC6009A0B1A /* ContentView.swift */; };
1616
/* End PBXBuildFile section */
@@ -30,7 +30,7 @@
3030
isa = PBXFrameworksBuildPhase;
3131
buildActionMask = 2147483647;
3232
files = (
33-
8078DFA52DA01B90009A0B1A /* InterposeKit in Frameworks */,
33+
80523B6B2DA923430068EA71 /* InterposeKit in Frameworks */,
3434
);
3535
runOnlyForDeploymentPostprocessing = 0;
3636
};
@@ -108,6 +108,7 @@
108108
name = InterposeKitExample;
109109
packageProductDependencies = (
110110
8078DFA42DA01B90009A0B1A /* InterposeKit */,
111+
80523B6A2DA923430068EA71 /* InterposeKit */,
111112
);
112113
productName = InterposeKitExample;
113114
productReference = 8078DF832DA016B6009A0B1A /* InterposeKitExample.app */;
@@ -138,6 +139,7 @@
138139
mainGroup = 8078DF7A2DA016B6009A0B1A;
139140
minimizedProjectReferenceProxies = 1;
140141
packageReferences = (
142+
80523B692DA923430068EA71 /* XCLocalSwiftPackageReference "../../InterposeKit" */,
141143
);
142144
preferredProjectObjectVersion = 77;
143145
productRefGroup = 8078DF842DA016B6009A0B1A /* Products */;
@@ -381,7 +383,18 @@
381383
};
382384
/* End XCConfigurationList section */
383385

386+
/* Begin XCLocalSwiftPackageReference section */
387+
80523B692DA923430068EA71 /* XCLocalSwiftPackageReference "../../InterposeKit" */ = {
388+
isa = XCLocalSwiftPackageReference;
389+
relativePath = ../../InterposeKit;
390+
};
391+
/* End XCLocalSwiftPackageReference section */
392+
384393
/* Begin XCSwiftPackageProductDependency section */
394+
80523B6A2DA923430068EA71 /* InterposeKit */ = {
395+
isa = XCSwiftPackageProductDependency;
396+
productName = InterposeKit;
397+
};
385398
8078DFA42DA01B90009A0B1A /* InterposeKit */ = {
386399
isa = XCSwiftPackageProductDependency;
387400
productName = InterposeKit;

0 commit comments

Comments
 (0)