|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 651A53C929F65EF4001441F9 /* LightningDevKitNode in Frameworks */ = {isa = PBXBuildFile; productRef = 651A53C829F65EF4001441F9 /* LightningDevKitNode */; }; |
10 | 11 | 6541A524282E69600051B2B0 /* DailyWalletApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6541A523282E69600051B2B0 /* DailyWalletApp.swift */; }; |
11 | 12 | 6541A526282E69600051B2B0 /* StartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6541A525282E69600051B2B0 /* StartView.swift */; }; |
12 | 13 | 6541A528282E69620051B2B0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6541A527282E69620051B2B0 /* Assets.xcassets */; }; |
|
23 | 24 | 658FA38E28CB950A00196EF9 /* ActivityView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 658FA38D28CB950A00196EF9 /* ActivityView.swift */; }; |
24 | 25 | 65A85E6628F01D8A00845AE2 /* RequestView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65A85E6528F01D8A00845AE2 /* RequestView.swift */; }; |
25 | 26 | 65A85E6828F01F5600845AE2 /* SendView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65A85E6728F01F5500845AE2 /* SendView.swift */; }; |
26 | | - 65EA783329F142B400384706 /* LightningDevKitNode in Frameworks */ = {isa = PBXBuildFile; productRef = 65EA783229F142B400384706 /* LightningDevKitNode */; }; |
27 | 27 | 65EA783529F1431E00384706 /* LDKNodeManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65EA783429F1431E00384706 /* LDKNodeManager.swift */; }; |
28 | 28 | /* End PBXBuildFile section */ |
29 | 29 |
|
|
58 | 58 | 658FA38D28CB950A00196EF9 /* ActivityView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityView.swift; sourceTree = "<group>"; }; |
59 | 59 | 65A85E6528F01D8A00845AE2 /* RequestView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestView.swift; sourceTree = "<group>"; }; |
60 | 60 | 65A85E6728F01F5500845AE2 /* SendView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendView.swift; sourceTree = "<group>"; }; |
| 61 | + 65E7B48A29F65EA800E3A672 /* swift */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = swift; path = "../../../../Downloads/ldk-node/bindings/swift"; sourceTree = "<group>"; }; |
61 | 62 | 65EA783429F1431E00384706 /* LDKNodeManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LDKNodeManager.swift; sourceTree = "<group>"; }; |
62 | 63 | /* End PBXFileReference section */ |
63 | 64 |
|
|
66 | 67 | isa = PBXFrameworksBuildPhase; |
67 | 68 | buildActionMask = 2147483647; |
68 | 69 | files = ( |
69 | | - 65EA783329F142B400384706 /* LightningDevKitNode in Frameworks */, |
| 70 | + 651A53C929F65EF4001441F9 /* LightningDevKitNode in Frameworks */, |
70 | 71 | 6541A53E282E70C20051B2B0 /* KeychainAccess in Frameworks */, |
71 | 72 | 658FA38828CB5CEF00196EF9 /* WalletUI in Frameworks */, |
72 | 73 | ); |
|
78 | 79 | 6541A517282E69600051B2B0 = { |
79 | 80 | isa = PBXGroup; |
80 | 81 | children = ( |
| 82 | + 65E7B48929F65EA800E3A672 /* Packages */, |
81 | 83 | 6541A534282E6A960051B2B0 /* README.md */, |
82 | 84 | 6541A535282E6B710051B2B0 /* .gitignore */, |
83 | 85 | 6541A522282E69600051B2B0 /* dailywallet */, |
|
187 | 189 | path = Payments; |
188 | 190 | sourceTree = "<group>"; |
189 | 191 | }; |
| 192 | + 65E7B48929F65EA800E3A672 /* Packages */ = { |
| 193 | + isa = PBXGroup; |
| 194 | + children = ( |
| 195 | + 65E7B48A29F65EA800E3A672 /* swift */, |
| 196 | + ); |
| 197 | + name = Packages; |
| 198 | + sourceTree = "<group>"; |
| 199 | + }; |
190 | 200 | /* End PBXGroup section */ |
191 | 201 |
|
192 | 202 | /* Begin PBXNativeTarget section */ |
|
207 | 217 | packageProductDependencies = ( |
208 | 218 | 6541A53D282E70C20051B2B0 /* KeychainAccess */, |
209 | 219 | 658FA38728CB5CEF00196EF9 /* WalletUI */, |
210 | | - 65EA783229F142B400384706 /* LightningDevKitNode */, |
| 220 | + 651A53C829F65EF4001441F9 /* LightningDevKitNode */, |
211 | 221 | ); |
212 | 222 | productName = dailywallet; |
213 | 223 | productReference = 6541A520282E69600051B2B0 /* Daily Wallet.app */; |
|
240 | 250 | packageReferences = ( |
241 | 251 | 6541A53C282E70C20051B2B0 /* XCRemoteSwiftPackageReference "KeychainAccess" */, |
242 | 252 | 658FA38628CB5CEF00196EF9 /* XCRemoteSwiftPackageReference "WalletUI" */, |
243 | | - 65EA783129F142B400384706 /* XCRemoteSwiftPackageReference "ldk-node" */, |
244 | 253 | ); |
245 | 254 | productRefGroup = 6541A521282E69600051B2B0 /* Products */; |
246 | 255 | projectDirPath = ""; |
|
507 | 516 | kind = branch; |
508 | 517 | }; |
509 | 518 | }; |
510 | | - 65EA783129F142B400384706 /* XCRemoteSwiftPackageReference "ldk-node" */ = { |
511 | | - isa = XCRemoteSwiftPackageReference; |
512 | | - repositoryURL = "https://github.com/jurvis/ldk-node"; |
513 | | - requirement = { |
514 | | - kind = upToNextMajorVersion; |
515 | | - minimumVersion = 0.0.2; |
516 | | - }; |
517 | | - }; |
518 | 519 | /* End XCRemoteSwiftPackageReference section */ |
519 | 520 |
|
520 | 521 | /* Begin XCSwiftPackageProductDependency section */ |
| 522 | + 651A53C829F65EF4001441F9 /* LightningDevKitNode */ = { |
| 523 | + isa = XCSwiftPackageProductDependency; |
| 524 | + productName = LightningDevKitNode; |
| 525 | + }; |
521 | 526 | 6541A53D282E70C20051B2B0 /* KeychainAccess */ = { |
522 | 527 | isa = XCSwiftPackageProductDependency; |
523 | 528 | package = 6541A53C282E70C20051B2B0 /* XCRemoteSwiftPackageReference "KeychainAccess" */; |
|
528 | 533 | package = 658FA38628CB5CEF00196EF9 /* XCRemoteSwiftPackageReference "WalletUI" */; |
529 | 534 | productName = WalletUI; |
530 | 535 | }; |
531 | | - 65EA783229F142B400384706 /* LightningDevKitNode */ = { |
532 | | - isa = XCSwiftPackageProductDependency; |
533 | | - package = 65EA783129F142B400384706 /* XCRemoteSwiftPackageReference "ldk-node" */; |
534 | | - productName = LightningDevKitNode; |
535 | | - }; |
536 | 536 | /* End XCSwiftPackageProductDependency section */ |
537 | 537 | }; |
538 | 538 | rootObject = 6541A518282E69600051B2B0 /* Project object */; |
|
0 commit comments