|
@@ -255,6 +255,8 @@
|
|
|
F7651A8A23A2A3F2001403D2 /* NCCreateFormUploadDocuments.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F7651A8823A2A3F2001403D2 /* NCCreateFormUploadDocuments.storyboard */; };
|
|
|
F7651A8B23A2A3F2001403D2 /* NCCreateFormUploadDocuments.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7651A8923A2A3F2001403D2 /* NCCreateFormUploadDocuments.swift */; };
|
|
|
F765608F23BF813600765969 /* NCContentPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = F765608E23BF813500765969 /* NCContentPresenter.swift */; };
|
|
|
+ F765E9CD295C585800A09ED8 /* NCUploadScanDocument.swift in Sources */ = {isa = PBXBuildFile; fileRef = F765E9CC295C585800A09ED8 /* NCUploadScanDocument.swift */; };
|
|
|
+ F765E9CF295C684F00A09ED8 /* Reasons to use Nextcloud.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F765E9CE295C684F00A09ED8 /* Reasons to use Nextcloud.pdf */; };
|
|
|
F765F73125237E3F00391DBE /* NCRecent.swift in Sources */ = {isa = PBXBuildFile; fileRef = F765F72F25237E3F00391DBE /* NCRecent.swift */; };
|
|
|
F765F73225237E3F00391DBE /* NCRecent.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F765F73025237E3F00391DBE /* NCRecent.storyboard */; };
|
|
|
F76673ED22C901F6007ED366 /* FileProviderDomain.swift in Sources */ = {isa = PBXBuildFile; fileRef = F76673EC22C901F5007ED366 /* FileProviderDomain.swift */; };
|
|
@@ -867,6 +869,8 @@
|
|
|
F765608623BF806C00765969 /* QuickLayout.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickLayout.framework; path = Carthage/Build/iOS/QuickLayout.framework; sourceTree = "<group>"; };
|
|
|
F765608A23BF80A400765969 /* SwiftEntryKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftEntryKit.framework; path = Carthage/Build/iOS/SwiftEntryKit.framework; sourceTree = "<group>"; };
|
|
|
F765608E23BF813500765969 /* NCContentPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCContentPresenter.swift; sourceTree = "<group>"; };
|
|
|
+ F765E9CC295C585800A09ED8 /* NCUploadScanDocument.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCUploadScanDocument.swift; sourceTree = "<group>"; };
|
|
|
+ F765E9CE295C684F00A09ED8 /* Reasons to use Nextcloud.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "Reasons to use Nextcloud.pdf"; sourceTree = SOURCE_ROOT; };
|
|
|
F765F72F25237E3F00391DBE /* NCRecent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCRecent.swift; sourceTree = "<group>"; };
|
|
|
F765F73025237E3F00391DBE /* NCRecent.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = NCRecent.storyboard; sourceTree = "<group>"; };
|
|
|
F76673EC22C901F5007ED366 /* FileProviderDomain.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileProviderDomain.swift; sourceTree = "<group>"; };
|
|
@@ -2024,6 +2028,7 @@
|
|
|
F7651A8823A2A3F2001403D2 /* NCCreateFormUploadDocuments.storyboard */,
|
|
|
F7651A8923A2A3F2001403D2 /* NCCreateFormUploadDocuments.swift */,
|
|
|
F7DFB7F3219C5CA800680748 /* NCCreateFormUploadScanDocument.swift */,
|
|
|
+ F765E9CC295C585800A09ED8 /* NCUploadScanDocument.swift */,
|
|
|
F747BA1E22354D2000971601 /* NCCreateFormUploadVoiceNote.storyboard */,
|
|
|
F7020FCD2233D7F700B7297D /* NCCreateFormUploadVoiceNote.swift */,
|
|
|
);
|
|
@@ -2162,6 +2167,7 @@
|
|
|
F7F67BAB1A24D27800EE80DA /* Supporting Files */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ F765E9CE295C684F00A09ED8 /* Reasons to use Nextcloud.pdf */,
|
|
|
F7F4F0FB27ECDBDA008676F9 /* Font */,
|
|
|
F72B60941A24F04E004EF66F /* Localizations */,
|
|
|
);
|
|
@@ -2747,6 +2753,7 @@
|
|
|
F70753F72542A9C000972D44 /* NCViewerMediaPage.storyboard in Resources */,
|
|
|
F70A58C024D0545100DED00D /* NCCapabilitiesViewController.storyboard in Resources */,
|
|
|
F7F4F10627ECDBDB008676F9 /* Inconsolata-Medium.ttf in Resources */,
|
|
|
+ F765E9CF295C684F00A09ED8 /* Reasons to use Nextcloud.pdf in Resources */,
|
|
|
F749C10D23C4A5340027D966 /* NCIntro.storyboard in Resources */,
|
|
|
F7A60F87292D215000FCE1F2 /* NCTalkAccounts.storyboard in Resources */,
|
|
|
F7239877253D86D300257F49 /* NCEmptyView.xib in Resources */,
|
|
@@ -3058,6 +3065,7 @@
|
|
|
F78ACD52219046DC0088454D /* NCSectionHeaderFooter.swift in Sources */,
|
|
|
F749C10C23C4A5340027D966 /* NCIntroViewController.swift in Sources */,
|
|
|
F710D2022405826100A6033D /* NCViewer+Menu.swift in Sources */,
|
|
|
+ F765E9CD295C585800A09ED8 /* NCUploadScanDocument.swift in Sources */,
|
|
|
F77A697D250A0FBC00FF1708 /* NCCollectionViewCommon+Menu.swift in Sources */,
|
|
|
F7BF9D822934CA21009EE9A6 /* NCManageDatabase+LayoutForView.swift in Sources */,
|
|
|
AF7E504E27A2D8FF00B5E4AF /* UIBarButton+Extension.swift in Sources */,
|