|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 80523B6B2DA923430068EA71 /* InterposeKit in Frameworks */ = {isa = PBXBuildFile; productRef = 80523B6A2DA923430068EA71 /* InterposeKit */; }; |
10 | 11 | 8078DF9F2DA016EE009A0B1A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8078DF962DA016EE009A0B1A /* Assets.xcassets */; }; |
11 | 12 | 8078DFA02DA016EE009A0B1A /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8078DF982DA016EE009A0B1A /* MainMenu.xib */; }; |
12 | 13 | 8078DFA12DA016EE009A0B1A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8078DF9A2DA016EE009A0B1A /* AppDelegate.swift */; }; |
13 | | - 8078DFA52DA01B90009A0B1A /* InterposeKit in Frameworks */ = {isa = PBXBuildFile; productRef = 8078DFA42DA01B90009A0B1A /* InterposeKit */; }; |
14 | 14 | 8078DFAA2DA04DAA009A0B1A /* HookExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8078DFA92DA04DAA009A0B1A /* HookExample.swift */; }; |
15 | 15 | 8078DFAC2DA04DC6009A0B1A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8078DFAB2DA04DC6009A0B1A /* ContentView.swift */; }; |
16 | 16 | /* End PBXBuildFile section */ |
|
30 | 30 | isa = PBXFrameworksBuildPhase; |
31 | 31 | buildActionMask = 2147483647; |
32 | 32 | files = ( |
33 | | - 8078DFA52DA01B90009A0B1A /* InterposeKit in Frameworks */, |
| 33 | + 80523B6B2DA923430068EA71 /* InterposeKit in Frameworks */, |
34 | 34 | ); |
35 | 35 | runOnlyForDeploymentPostprocessing = 0; |
36 | 36 | }; |
|
108 | 108 | name = InterposeKitExample; |
109 | 109 | packageProductDependencies = ( |
110 | 110 | 8078DFA42DA01B90009A0B1A /* InterposeKit */, |
| 111 | + 80523B6A2DA923430068EA71 /* InterposeKit */, |
111 | 112 | ); |
112 | 113 | productName = InterposeKitExample; |
113 | 114 | productReference = 8078DF832DA016B6009A0B1A /* InterposeKitExample.app */; |
|
138 | 139 | mainGroup = 8078DF7A2DA016B6009A0B1A; |
139 | 140 | minimizedProjectReferenceProxies = 1; |
140 | 141 | packageReferences = ( |
| 142 | + 80523B692DA923430068EA71 /* XCLocalSwiftPackageReference "../../InterposeKit" */, |
141 | 143 | ); |
142 | 144 | preferredProjectObjectVersion = 77; |
143 | 145 | productRefGroup = 8078DF842DA016B6009A0B1A /* Products */; |
|
381 | 383 | }; |
382 | 384 | /* End XCConfigurationList section */ |
383 | 385 |
|
| 386 | +/* Begin XCLocalSwiftPackageReference section */ |
| 387 | + 80523B692DA923430068EA71 /* XCLocalSwiftPackageReference "../../InterposeKit" */ = { |
| 388 | + isa = XCLocalSwiftPackageReference; |
| 389 | + relativePath = ../../InterposeKit; |
| 390 | + }; |
| 391 | +/* End XCLocalSwiftPackageReference section */ |
| 392 | + |
384 | 393 | /* Begin XCSwiftPackageProductDependency section */ |
| 394 | + 80523B6A2DA923430068EA71 /* InterposeKit */ = { |
| 395 | + isa = XCSwiftPackageProductDependency; |
| 396 | + productName = InterposeKit; |
| 397 | + }; |
385 | 398 | 8078DFA42DA01B90009A0B1A /* InterposeKit */ = { |
386 | 399 | isa = XCSwiftPackageProductDependency; |
387 | 400 | productName = InterposeKit; |
|
0 commit comments