Skip to content

Commit 584f110

Browse files
rabbleterragon-labs[bot]
andcommitted
chore(project): add CashuSwift package dependency to Xcode project
Added CashuSwift as a remote Swift package reference and included it in the project dependencies in Nos.xcodeproj/project.pbxproj. Co-authored-by: terragon-labs[bot] <terragon-labs[bot]@users.noreply.github.com>
1 parent cc1f66c commit 584f110

2 files changed

Lines changed: 4050 additions & 0 deletions

File tree

Nos.xcodeproj/project.pbxproj

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2176,6 +2176,7 @@
21762176
03C49ABF2C938A9C00502321 /* SwiftSoup */,
21772177
039389222CA4985C00698978 /* SDWebImageWebPCoder */,
21782178
C98905A12CD3B8CF00C17EE0 /* Inject */,
2179+
C9BF90152E323CCA1FEE24A2 /* CashuSwift */,
21792180
);
21802181
productName = Nos;
21812182
productReference = C9DEBFCE298941000078B43A /* Nos.app */;
@@ -2273,6 +2274,7 @@
22732274
03C49ABE2C938A9C00502321 /* XCRemoteSwiftPackageReference "SwiftSoup" */,
22742275
039389212CA4985C00698978 /* XCRemoteSwiftPackageReference "SDWebImageWebPCoder" */,
22752276
C98905A02CD3B8CF00C17EE0 /* XCRemoteSwiftPackageReference "Inject" */,
2277+
C9BF90152E323CCA1FEE24A1 /* XCRemoteSwiftPackageReference "CashuSwift" */,
22762278
);
22772279
productRefGroup = C9DEBFCF298941000078B43A /* Products */;
22782280
projectDirPath = "";
@@ -3840,6 +3842,14 @@
38403842
revision = 8968ec00caa51d03d48bd2e91e70f121950fa05d;
38413843
};
38423844
};
3845+
C9BF90152E323CCA1FEE24A1 /* XCRemoteSwiftPackageReference "CashuSwift" */ = {
3846+
isa = XCRemoteSwiftPackageReference;
3847+
repositoryURL = "https://github.com/zeugmaster/CashuSwift";
3848+
requirement = {
3849+
kind = upToNextMajorVersion;
3850+
minimumVersion = 0.1.0;
3851+
};
3852+
};
38433853
/* End XCRemoteSwiftPackageReference section */
38443854

38453855
/* Begin XCSwiftPackageProductDependency section */
@@ -4002,6 +4012,11 @@
40024012
package = C94D855D29914D2300749478 /* XCRemoteSwiftPackageReference "swiftui-navigation" */;
40034013
productName = SwiftUINavigation;
40044014
};
4015+
C9BF90152E323CCA1FEE24A2 /* CashuSwift */ = {
4016+
isa = XCSwiftPackageProductDependency;
4017+
package = C9BF90152E323CCA1FEE24A1 /* XCRemoteSwiftPackageReference "CashuSwift" */;
4018+
productName = CashuSwift;
4019+
};
40054020
/* End XCSwiftPackageProductDependency section */
40064021

40074022
/* Begin XCVersionGroup section */

0 commit comments

Comments
 (0)