зеркало из https://github.com/nextcloud/ios.git
add ViewerQuickLook
Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
This commit is contained in:
Родитель
62a9d7dc24
Коммит
5196a54a85
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 337 KiB |
|
@ -414,6 +414,7 @@
|
|||
F7A0D1372591FBC5008F8A13 /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7A0D1342591FBC5008F8A13 /* String+Extension.swift */; };
|
||||
F7A321AD1E9E6AD50069AD1B /* CCAdvanced.m in Sources */ = {isa = PBXBuildFile; fileRef = F7A321AC1E9E6AD50069AD1B /* CCAdvanced.m */; };
|
||||
F7A48413297022E000BD1B49 /* ViewerQuickLook.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7A48412297022E000BD1B49 /* ViewerQuickLook.swift */; };
|
||||
F7A48415297028FC00BD1B49 /* Nextcloud Hub.png in Resources */ = {isa = PBXBuildFile; fileRef = F7A48414297028FC00BD1B49 /* Nextcloud Hub.png */; };
|
||||
F7A60F86292D215000FCE1F2 /* NCTalkAccounts.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7A60F84292D215000FCE1F2 /* NCTalkAccounts.swift */; };
|
||||
F7A60F87292D215000FCE1F2 /* NCTalkAccounts.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F7A60F85292D215000FCE1F2 /* NCTalkAccounts.storyboard */; };
|
||||
F7A76DC8256A71CD00119AB3 /* UIImage+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7B7504A2397D38E004E13EC /* UIImage+Extension.swift */; };
|
||||
|
@ -988,6 +989,7 @@
|
|||
F7A321AB1E9E6AD50069AD1B /* CCAdvanced.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCAdvanced.h; sourceTree = "<group>"; };
|
||||
F7A321AC1E9E6AD50069AD1B /* CCAdvanced.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCAdvanced.m; sourceTree = "<group>"; };
|
||||
F7A48412297022E000BD1B49 /* ViewerQuickLook.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewerQuickLook.swift; sourceTree = "<group>"; };
|
||||
F7A48414297028FC00BD1B49 /* Nextcloud Hub.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Nextcloud Hub.png"; sourceTree = SOURCE_ROOT; };
|
||||
F7A60F84292D215000FCE1F2 /* NCTalkAccounts.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCTalkAccounts.swift; sourceTree = "<group>"; };
|
||||
F7A60F85292D215000FCE1F2 /* NCTalkAccounts.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = NCTalkAccounts.storyboard; sourceTree = "<group>"; };
|
||||
F7A7FA6229265CF4000603EF /* NCManageE2EE.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCManageE2EE.swift; sourceTree = "<group>"; };
|
||||
|
@ -2192,6 +2194,7 @@
|
|||
isa = PBXGroup;
|
||||
children = (
|
||||
F7AC9349296193050002BC0F /* Reasons to use Nextcloud.pdf */,
|
||||
F7A48414297028FC00BD1B49 /* Nextcloud Hub.png */,
|
||||
F7F4F0FB27ECDBDA008676F9 /* Font */,
|
||||
F72B60941A24F04E004EF66F /* Localizations */,
|
||||
);
|
||||
|
@ -2761,6 +2764,7 @@
|
|||
F710E8111EF95C9C00DC2427 /* ImagesIntro.xcassets in Resources */,
|
||||
F76032A0252F0F8E0015A421 /* NCTransferCell.xib in Resources */,
|
||||
F7F4F10527ECDBDB008676F9 /* Inconsolata-SemiBold.ttf in Resources */,
|
||||
F7A48415297028FC00BD1B49 /* Nextcloud Hub.png in Resources */,
|
||||
F74C0437253F1CDC009762AB /* NCShares.storyboard in Resources */,
|
||||
F7F4F10C27ECDBDB008676F9 /* Inconsolata-Regular.ttf in Resources */,
|
||||
F7B8B83025681C3400967775 /* GoogleService-Info.plist in Resources */,
|
||||
|
|
|
@ -108,6 +108,5 @@ struct ViewerQuickLook: UIViewControllerRepresentable {
|
|||
|
||||
viewController?.present(cropViewController, animated: true)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче