Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Marino Faggiana <[email protected]>
  • Loading branch information
marinofaggiana committed May 29, 2024
1 parent 583f905 commit 49c35f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Nextcloud.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@
F78E98ED2C008CF200961613 /* NCAcknowledgementsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F78E98DD2C008CF200961613 /* NCAcknowledgementsView.swift */; };
F78E98EE2C008CF200961613 /* NCSettingsModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F78E98DF2C008CF200961613 /* NCSettingsModel.swift */; };
F78E98EF2C008CF200961613 /* NCSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = F78E98E02C008CF200961613 /* NCSettings.swift */; };
F78E98F12C008CF200961613 /* settingsServices.swift in Sources */ = {isa = PBXBuildFile; fileRef = F78E98E42C008CF200961613 /* settingsServices.swift */; };
F78E98F12C008CF200961613 /* NCSettingsServices.swift in Sources */ = {isa = PBXBuildFile; fileRef = F78E98E42C008CF200961613 /* NCSettingsServices.swift */; };
F78E98F22C008CF200961613 /* NCSettingsAdvancedModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F78E98E62C008CF200961613 /* NCSettingsAdvancedModel.swift */; };
F78E98F32C008CF200961613 /* NCSettingsAdvanced.swift in Sources */ = {isa = PBXBuildFile; fileRef = F78E98E72C008CF200961613 /* NCSettingsAdvanced.swift */; };
F78F74342163757000C2ADAD /* NCTrash.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F78F74332163757000C2ADAD /* NCTrash.storyboard */; };
Expand Down Expand Up @@ -1462,7 +1462,7 @@
F78E98DD2C008CF200961613 /* NCAcknowledgementsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCAcknowledgementsView.swift; sourceTree = "<group>"; };
F78E98DF2C008CF200961613 /* NCSettingsModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCSettingsModel.swift; sourceTree = "<group>"; };
F78E98E02C008CF200961613 /* NCSettings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCSettings.swift; sourceTree = "<group>"; };
F78E98E42C008CF200961613 /* settingsServices.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = settingsServices.swift; sourceTree = "<group>"; };
F78E98E42C008CF200961613 /* NCSettingsServices.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCSettingsServices.swift; sourceTree = "<group>"; };
F78E98E62C008CF200961613 /* NCSettingsAdvancedModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCSettingsAdvancedModel.swift; sourceTree = "<group>"; };
F78E98E72C008CF200961613 /* NCSettingsAdvanced.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCSettingsAdvanced.swift; sourceTree = "<group>"; };
F78F74332163757000C2ADAD /* NCTrash.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = NCTrash.storyboard; sourceTree = "<group>"; };
Expand Down Expand Up @@ -2442,6 +2442,7 @@
F78E98DB2C008CF200961613 /* Helpers */ = {
isa = PBXGroup;
children = (
F78E98E42C008CF200961613 /* NCSettingsServices.swift */,
F78E98DC2C008CF200961613 /* NCWebBrowserView.swift */,
F78E98DD2C008CF200961613 /* NCAcknowledgementsView.swift */,
);
Expand Down Expand Up @@ -2593,11 +2594,10 @@
F7ACE4281BAC0268006C0017 /* Settings */ = {
isa = PBXGroup;
children = (
F78E98E52C008CF200961613 /* Advanced */,
F78E98DE2C008CF200961613 /* Settings */,
F78E98D52C008CF200961613 /* AutoUpload */,
F78E98E52C008CF200961613 /* Advanced */,
F78E98DB2C008CF200961613 /* Helpers */,
F78E98DE2C008CF200961613 /* Settings */,
F78E98E42C008CF200961613 /* settingsServices.swift */,
F7ACE42A1BAC0268006C0017 /* Acknowledgements.m */,
F7ACE4291BAC0268006C0017 /* Acknowledgements.h */,
F7ACE42B1BAC0268006C0017 /* Acknowledgements.rtf */,
Expand Down Expand Up @@ -4238,7 +4238,7 @@
F77A697D250A0FBC00FF1708 /* NCCollectionViewCommon+Menu.swift in Sources */,
F7BF9D822934CA21009EE9A6 /* NCManageDatabase+LayoutForView.swift in Sources */,
AF7E504E27A2D8FF00B5E4AF /* UIBarButton+Extension.swift in Sources */,
F78E98F12C008CF200961613 /* settingsServices.swift in Sources */,
F78E98F12C008CF200961613 /* NCSettingsServices.swift in Sources */,
F7A846DE2BB01ACB0024816F /* NCTrashCellProtocol.swift in Sources */,
F78A10BF29322E8A008499B8 /* NCManageDatabase+Directory.swift in Sources */,
F704B5E92430C0B800632F5F /* NCCreateFormUploadConflictCell.swift in Sources */,
Expand Down
File renamed without changes.

0 comments on commit 49c35f5

Please sign in to comment.