|
@@ -168,6 +168,7 @@
|
|
|
F75E57BF25BF0EC8002B72C2 /* SVGKit in Frameworks */ = {isa = PBXBuildFile; productRef = F75E57BE25BF0EC8002B72C2 /* SVGKit */; };
|
|
|
F75E57C125BF0ECD002B72C2 /* SVGKit in Frameworks */ = {isa = PBXBuildFile; productRef = F75E57C025BF0ECD002B72C2 /* SVGKit */; };
|
|
|
F75E57C325BF0ED2002B72C2 /* SVGKit in Frameworks */ = {isa = PBXBuildFile; productRef = F75E57C225BF0ED2002B72C2 /* SVGKit */; };
|
|
|
+ F75EAED826D2552E00F4320E /* MarqueeLabel in Frameworks */ = {isa = PBXBuildFile; productRef = F75EAED726D2552E00F4320E /* MarqueeLabel */; };
|
|
|
F760329F252F0F8E0015A421 /* NCTransferCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F760329D252F0F8E0015A421 /* NCTransferCell.swift */; };
|
|
|
F76032A0252F0F8E0015A421 /* NCTransferCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = F760329E252F0F8E0015A421 /* NCTransferCell.xib */; };
|
|
|
F7632FBF21832F8700721B71 /* NCTrashSectionHeaderMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = F7632FBE21832F8700721B71 /* NCTrashSectionHeaderMenu.xib */; };
|
|
@@ -821,6 +822,7 @@
|
|
|
F70B86752642CE3B00ED5349 /* FirebaseCrashlytics in Frameworks */,
|
|
|
F70B86992642CF5800ED5349 /* FSCalendar.xcframework in Frameworks */,
|
|
|
F70B86762642CF5300ED5349 /* ChromaColorPicker.xcframework in Frameworks */,
|
|
|
+ F75EAED826D2552E00F4320E /* MarqueeLabel in Frameworks */,
|
|
|
F72DA9B425F53E4E00B87DB1 /* SwiftRichString in Frameworks */,
|
|
|
F703FFE8268CA52900FA1459 /* KTVCocoaHTTPServer.xcframework in Frameworks */,
|
|
|
F70B86932642CF5700ED5349 /* OpenSSL.xcframework in Frameworks */,
|
|
@@ -1745,6 +1747,7 @@
|
|
|
F788ECC6263AAAFA00ADC67F /* MarkdownKit */,
|
|
|
F70B86742642CE3B00ED5349 /* FirebaseCrashlytics */,
|
|
|
F73ADD1B265546890069EA0D /* SwiftEntryKit */,
|
|
|
+ F75EAED726D2552E00F4320E /* MarqueeLabel */,
|
|
|
);
|
|
|
productName = "Crypto Cloud";
|
|
|
productReference = F7CE8AFA1DC1F8D8009CAE48 /* Nextcloud.app */;
|
|
@@ -1860,6 +1863,7 @@
|
|
|
F788ECC5263AAAF900ADC67F /* XCRemoteSwiftPackageReference "MarkdownKit" */,
|
|
|
F70B86732642CE3B00ED5349 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
|
|
|
F73ADD1A265546880069EA0D /* XCRemoteSwiftPackageReference "SwiftEntryKit" */,
|
|
|
+ F75EAED626D2552E00F4320E /* XCRemoteSwiftPackageReference "MarqueeLabel" */,
|
|
|
);
|
|
|
productRefGroup = F7F67B9F1A24D27800EE80DA;
|
|
|
projectDirPath = "";
|
|
@@ -2902,6 +2906,14 @@
|
|
|
kind = branch;
|
|
|
};
|
|
|
};
|
|
|
+ F75EAED626D2552E00F4320E /* XCRemoteSwiftPackageReference "MarqueeLabel" */ = {
|
|
|
+ isa = XCRemoteSwiftPackageReference;
|
|
|
+ repositoryURL = "https://github.com/cbpowell/MarqueeLabel";
|
|
|
+ requirement = {
|
|
|
+ kind = upToNextMajorVersion;
|
|
|
+ minimumVersion = 4.3.0;
|
|
|
+ };
|
|
|
+ };
|
|
|
F770768C263A8C3400A1BA94 /* XCRemoteSwiftPackageReference "FloatingPanel" */ = {
|
|
|
isa = XCRemoteSwiftPackageReference;
|
|
|
repositoryURL = "https://github.com/scenee/FloatingPanel";
|
|
@@ -3003,6 +3015,11 @@
|
|
|
package = F75E57A725BF0D61002B72C2 /* XCRemoteSwiftPackageReference "SVGKit" */;
|
|
|
productName = SVGKit;
|
|
|
};
|
|
|
+ F75EAED726D2552E00F4320E /* MarqueeLabel */ = {
|
|
|
+ isa = XCSwiftPackageProductDependency;
|
|
|
+ package = F75EAED626D2552E00F4320E /* XCRemoteSwiftPackageReference "MarqueeLabel" */;
|
|
|
+ productName = MarqueeLabel;
|
|
|
+ };
|
|
|
F770768D263A8C3400A1BA94 /* FloatingPanel */ = {
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
package = F770768C263A8C3400A1BA94 /* XCRemoteSwiftPackageReference "FloatingPanel" */;
|