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