|
10 | 10 | 4A7236902CA8A677003DD1EC /* CustomExpressionDemoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A72368F2CA8A677003DD1EC /* CustomExpressionDemoView.swift */; }; |
11 | 11 | 4A7236922CA8A877003DD1EC /* PredicateDecodingDemoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A7236912CA8A877003DD1EC /* PredicateDecodingDemoView.swift */; }; |
12 | 12 | 4A7236942CA8A9B3003DD1EC /* ReadOnlyDemoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A7236932CA8A9B3003DD1EC /* ReadOnlyDemoView.swift */; }; |
| 13 | + 4A7D7B472D0E8B5D0027A305 /* PredicateView in Frameworks */ = {isa = PBXBuildFile; productRef = 4A7D7B462D0E8B5D0027A305 /* PredicateView */; }; |
13 | 14 | 4ACACCED2C9F5C65003FA734 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ACACCE82C9F5C65003FA734 /* ContentView.swift */; }; |
14 | 15 | 4ACACCEE2C9F5C65003FA734 /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ACACCE92C9F5C65003FA734 /* Item.swift */; }; |
15 | 16 | 4ACACCEF2C9F5C65003FA734 /* PredicateViewExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ACACCEB2C9F5C65003FA734 /* PredicateViewExampleApp.swift */; }; |
|
42 | 43 | buildActionMask = 2147483647; |
43 | 44 | files = ( |
44 | 45 | 4ACACCFE2C9F5E26003FA734 /* PredicateView in Frameworks */, |
| 46 | + 4A7D7B472D0E8B5D0027A305 /* PredicateView in Frameworks */, |
45 | 47 | 4ACACCF72C9F5C9B003FA734 /* PredicateView in Frameworks */, |
46 | 48 | ); |
47 | 49 | runOnlyForDeploymentPostprocessing = 0; |
|
110 | 112 | packageProductDependencies = ( |
111 | 113 | 4ACACCF32C9F5C78003FA734 /* PredicateView */, |
112 | 114 | 4ACACCF62C9F5C9B003FA734 /* PredicateView */, |
| 115 | + 4A7D7B462D0E8B5D0027A305 /* PredicateView */, |
113 | 116 | ); |
114 | 117 | productName = PredicateViewExample; |
115 | 118 | productReference = 4ACACCD12C9F5C56003FA734 /* PredicateViewExample.app */; |
|
140 | 143 | mainGroup = 4ACACCC82C9F5C56003FA734; |
141 | 144 | minimizedProjectReferenceProxies = 1; |
142 | 145 | packageReferences = ( |
143 | | - 4ACACCF52C9F5C9B003FA734 /* XCLocalSwiftPackageReference "../../PredicateView" */, |
| 146 | + 4A7D7B452D0E8B5D0027A305 /* XCLocalSwiftPackageReference "../../PredicateView" */, |
144 | 147 | ); |
145 | 148 | preferredProjectObjectVersion = 77; |
146 | 149 | productRefGroup = 4ACACCD22C9F5C56003FA734 /* Products */; |
|
395 | 398 | /* End XCConfigurationList section */ |
396 | 399 |
|
397 | 400 | /* Begin XCLocalSwiftPackageReference section */ |
398 | | - 4ACACCF52C9F5C9B003FA734 /* XCLocalSwiftPackageReference "../../PredicateView" */ = { |
| 401 | + 4A7D7B452D0E8B5D0027A305 /* XCLocalSwiftPackageReference "../../PredicateView" */ = { |
399 | 402 | isa = XCLocalSwiftPackageReference; |
400 | 403 | relativePath = ../../PredicateView; |
401 | 404 | }; |
402 | 405 | /* End XCLocalSwiftPackageReference section */ |
403 | 406 |
|
404 | 407 | /* Begin XCSwiftPackageProductDependency section */ |
| 408 | + 4A7D7B462D0E8B5D0027A305 /* PredicateView */ = { |
| 409 | + isa = XCSwiftPackageProductDependency; |
| 410 | + productName = PredicateView; |
| 411 | + }; |
405 | 412 | 4ACACCF32C9F5C78003FA734 /* PredicateView */ = { |
406 | 413 | isa = XCSwiftPackageProductDependency; |
407 | 414 | productName = PredicateView; |
|
0 commit comments