|
@@ -318,6 +318,8 @@
|
|
F77BB746289984CA0090FC19 /* UIViewController+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = F77BB745289984CA0090FC19 /* UIViewController+Extension.swift */; };
|
|
F77BB746289984CA0090FC19 /* UIViewController+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = F77BB745289984CA0090FC19 /* UIViewController+Extension.swift */; };
|
|
F77BB748289985270090FC19 /* UITabBarController+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = F77BB747289985270090FC19 /* UITabBarController+Extension.swift */; };
|
|
F77BB748289985270090FC19 /* UITabBarController+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = F77BB747289985270090FC19 /* UITabBarController+Extension.swift */; };
|
|
F77BB74A2899857B0090FC19 /* UINavigationController+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = F77BB7492899857B0090FC19 /* UINavigationController+Extension.swift */; };
|
|
F77BB74A2899857B0090FC19 /* UINavigationController+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = F77BB7492899857B0090FC19 /* UINavigationController+Extension.swift */; };
|
|
|
|
+ F77BC3EB293E5268005F2B08 /* Swifter in Frameworks */ = {isa = PBXBuildFile; productRef = F77BC3EA293E5268005F2B08 /* Swifter */; };
|
|
|
|
+ F77BC3ED293E528A005F2B08 /* NCConfigServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = F77BC3EC293E528A005F2B08 /* NCConfigServer.swift */; };
|
|
F77ED59128C9CE9D00E24ED0 /* ToolbarData.swift in Sources */ = {isa = PBXBuildFile; fileRef = F77ED59028C9CE9D00E24ED0 /* ToolbarData.swift */; };
|
|
F77ED59128C9CE9D00E24ED0 /* ToolbarData.swift in Sources */ = {isa = PBXBuildFile; fileRef = F77ED59028C9CE9D00E24ED0 /* ToolbarData.swift */; };
|
|
F77ED59328C9CEA000E24ED0 /* ToolbarWidgetProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = F77ED59228C9CEA000E24ED0 /* ToolbarWidgetProvider.swift */; };
|
|
F77ED59328C9CEA000E24ED0 /* ToolbarWidgetProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = F77ED59228C9CEA000E24ED0 /* ToolbarWidgetProvider.swift */; };
|
|
F77ED59528C9CEA400E24ED0 /* ToolbarWidgetView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F77ED59428C9CEA300E24ED0 /* ToolbarWidgetView.swift */; };
|
|
F77ED59528C9CEA400E24ED0 /* ToolbarWidgetView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F77ED59428C9CEA300E24ED0 /* ToolbarWidgetView.swift */; };
|
|
@@ -922,6 +924,7 @@
|
|
F77BB745289984CA0090FC19 /* UIViewController+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+Extension.swift"; sourceTree = "<group>"; };
|
|
F77BB745289984CA0090FC19 /* UIViewController+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+Extension.swift"; sourceTree = "<group>"; };
|
|
F77BB747289985270090FC19 /* UITabBarController+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UITabBarController+Extension.swift"; sourceTree = "<group>"; };
|
|
F77BB747289985270090FC19 /* UITabBarController+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UITabBarController+Extension.swift"; sourceTree = "<group>"; };
|
|
F77BB7492899857B0090FC19 /* UINavigationController+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UINavigationController+Extension.swift"; sourceTree = "<group>"; };
|
|
F77BB7492899857B0090FC19 /* UINavigationController+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UINavigationController+Extension.swift"; sourceTree = "<group>"; };
|
|
|
|
+ F77BC3EC293E528A005F2B08 /* NCConfigServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCConfigServer.swift; sourceTree = "<group>"; };
|
|
F77ED59028C9CE9D00E24ED0 /* ToolbarData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToolbarData.swift; sourceTree = "<group>"; };
|
|
F77ED59028C9CE9D00E24ED0 /* ToolbarData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToolbarData.swift; sourceTree = "<group>"; };
|
|
F77ED59228C9CEA000E24ED0 /* ToolbarWidgetProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToolbarWidgetProvider.swift; sourceTree = "<group>"; };
|
|
F77ED59228C9CEA000E24ED0 /* ToolbarWidgetProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToolbarWidgetProvider.swift; sourceTree = "<group>"; };
|
|
F77ED59428C9CEA300E24ED0 /* ToolbarWidgetView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToolbarWidgetView.swift; sourceTree = "<group>"; };
|
|
F77ED59428C9CEA300E24ED0 /* ToolbarWidgetView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToolbarWidgetView.swift; sourceTree = "<group>"; };
|
|
@@ -1238,6 +1241,7 @@
|
|
F76DA941277B75870082465B /* KTVHTTPCache.xcframework in Frameworks */,
|
|
F76DA941277B75870082465B /* KTVHTTPCache.xcframework in Frameworks */,
|
|
F7ED547C25EEA65400956C55 /* QRCodeReader in Frameworks */,
|
|
F7ED547C25EEA65400956C55 /* QRCodeReader in Frameworks */,
|
|
F788ECC7263AAAFA00ADC67F /* MarkdownKit in Frameworks */,
|
|
F788ECC7263AAAFA00ADC67F /* MarkdownKit in Frameworks */,
|
|
|
|
+ F77BC3EB293E5268005F2B08 /* Swifter in Frameworks */,
|
|
F7BB7E4727A18C56009B9F29 /* Parchment in Frameworks */,
|
|
F7BB7E4727A18C56009B9F29 /* Parchment in Frameworks */,
|
|
F734B06628E75C0100E180D5 /* TLPhotoPicker in Frameworks */,
|
|
F734B06628E75C0100E180D5 /* TLPhotoPicker in Frameworks */,
|
|
F770768E263A8C3400A1BA94 /* FloatingPanel in Frameworks */,
|
|
F770768E263A8C3400A1BA94 /* FloatingPanel in Frameworks */,
|
|
@@ -1566,6 +1570,7 @@
|
|
F70D8D8024A4A9BF000A5756 /* NCNetworkingProcessUpload.swift */,
|
|
F70D8D8024A4A9BF000A5756 /* NCNetworkingProcessUpload.swift */,
|
|
F72A47EB2487B06B005AD489 /* NCOperationQueue.swift */,
|
|
F72A47EB2487B06B005AD489 /* NCOperationQueue.swift */,
|
|
F755BD9A20594AC7008C5FBB /* NCService.swift */,
|
|
F755BD9A20594AC7008C5FBB /* NCService.swift */,
|
|
|
|
+ F77BC3EC293E528A005F2B08 /* NCConfigServer.swift */,
|
|
);
|
|
);
|
|
path = Networking;
|
|
path = Networking;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -2446,6 +2451,7 @@
|
|
F72AD70C28C24B93006CB92D /* NextcloudKit */,
|
|
F72AD70C28C24B93006CB92D /* NextcloudKit */,
|
|
F734B06528E75C0100E180D5 /* TLPhotoPicker */,
|
|
F734B06528E75C0100E180D5 /* TLPhotoPicker */,
|
|
F77333872927A72100466E35 /* OpenSSL */,
|
|
F77333872927A72100466E35 /* OpenSSL */,
|
|
|
|
+ F77BC3EA293E5268005F2B08 /* Swifter */,
|
|
);
|
|
);
|
|
productName = "Crypto Cloud";
|
|
productName = "Crypto Cloud";
|
|
productReference = F7CE8AFA1DC1F8D8009CAE48 /* Nextcloud.app */;
|
|
productReference = F7CE8AFA1DC1F8D8009CAE48 /* Nextcloud.app */;
|
|
@@ -2603,6 +2609,7 @@
|
|
F783034028B511D200B84583 /* XCRemoteSwiftPackageReference "NextcloudKit" */,
|
|
F783034028B511D200B84583 /* XCRemoteSwiftPackageReference "NextcloudKit" */,
|
|
F734B06428E75C0100E180D5 /* XCRemoteSwiftPackageReference "TLPhotoPicker" */,
|
|
F734B06428E75C0100E180D5 /* XCRemoteSwiftPackageReference "TLPhotoPicker" */,
|
|
F77333862927A72100466E35 /* XCRemoteSwiftPackageReference "OpenSSL" */,
|
|
F77333862927A72100466E35 /* XCRemoteSwiftPackageReference "OpenSSL" */,
|
|
|
|
+ F77BC3E9293E5268005F2B08 /* XCRemoteSwiftPackageReference "swifter" */,
|
|
);
|
|
);
|
|
productRefGroup = F7F67B9F1A24D27800EE80DA;
|
|
productRefGroup = F7F67B9F1A24D27800EE80DA;
|
|
projectDirPath = "";
|
|
projectDirPath = "";
|
|
@@ -3124,6 +3131,7 @@
|
|
F75D19E325EFE09000D74598 /* NCTrash+Menu.swift in Sources */,
|
|
F75D19E325EFE09000D74598 /* NCTrash+Menu.swift in Sources */,
|
|
F70CAE3A1F8CF31A008125FD /* NCEndToEndEncryption.m in Sources */,
|
|
F70CAE3A1F8CF31A008125FD /* NCEndToEndEncryption.m in Sources */,
|
|
AF93471B27E2361E002537EE /* NCShareAdvancePermission.swift in Sources */,
|
|
AF93471B27E2361E002537EE /* NCShareAdvancePermission.swift in Sources */,
|
|
|
|
+ F77BC3ED293E528A005F2B08 /* NCConfigServer.swift in Sources */,
|
|
F70753EB2542A99800972D44 /* NCViewerMediaPage.swift in Sources */,
|
|
F70753EB2542A99800972D44 /* NCViewerMediaPage.swift in Sources */,
|
|
F7FAFD3A28BFA948000777FE /* NCNotification+Menu.swift in Sources */,
|
|
F7FAFD3A28BFA948000777FE /* NCNotification+Menu.swift in Sources */,
|
|
F74C0436253F1CDC009762AB /* NCShares.swift in Sources */,
|
|
F74C0436253F1CDC009762AB /* NCShares.swift in Sources */,
|
|
@@ -3989,6 +3997,14 @@
|
|
minimumVersion = 1.0.0;
|
|
minimumVersion = 1.0.0;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
+ F77BC3E9293E5268005F2B08 /* XCRemoteSwiftPackageReference "swifter" */ = {
|
|
|
|
+ isa = XCRemoteSwiftPackageReference;
|
|
|
|
+ repositoryURL = "https://github.com/httpswift/swifter.git";
|
|
|
|
+ requirement = {
|
|
|
|
+ branch = stable;
|
|
|
|
+ kind = branch;
|
|
|
|
+ };
|
|
|
|
+ };
|
|
F783034028B511D200B84583 /* XCRemoteSwiftPackageReference "NextcloudKit" */ = {
|
|
F783034028B511D200B84583 /* XCRemoteSwiftPackageReference "NextcloudKit" */ = {
|
|
isa = XCRemoteSwiftPackageReference;
|
|
isa = XCRemoteSwiftPackageReference;
|
|
repositoryURL = "https://github.com/nextcloud/NextcloudKit";
|
|
repositoryURL = "https://github.com/nextcloud/NextcloudKit";
|
|
@@ -4204,6 +4220,11 @@
|
|
package = F77333862927A72100466E35 /* XCRemoteSwiftPackageReference "OpenSSL" */;
|
|
package = F77333862927A72100466E35 /* XCRemoteSwiftPackageReference "OpenSSL" */;
|
|
productName = OpenSSL;
|
|
productName = OpenSSL;
|
|
};
|
|
};
|
|
|
|
+ F77BC3EA293E5268005F2B08 /* Swifter */ = {
|
|
|
|
+ isa = XCSwiftPackageProductDependency;
|
|
|
|
+ package = F77BC3E9293E5268005F2B08 /* XCRemoteSwiftPackageReference "swifter" */;
|
|
|
|
+ productName = Swifter;
|
|
|
|
+ };
|
|
F783030428B4C50600B84583 /* SVGKit */ = {
|
|
F783030428B4C50600B84583 /* SVGKit */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
isa = XCSwiftPackageProductDependency;
|
|
package = F75E57A725BF0D61002B72C2 /* XCRemoteSwiftPackageReference "SVGKit" */;
|
|
package = F75E57A725BF0D61002B72C2 /* XCRemoteSwiftPackageReference "SVGKit" */;
|