|
@@ -379,6 +379,12 @@
|
|
F774DF0F1FCC26BE002AF9FC /* iTunesArtwork@1x.png in Resources */ = {isa = PBXBuildFile; fileRef = F774DF0C1FCC26BD002AF9FC /* iTunesArtwork@1x.png */; };
|
|
F774DF0F1FCC26BE002AF9FC /* iTunesArtwork@1x.png in Resources */ = {isa = PBXBuildFile; fileRef = F774DF0C1FCC26BD002AF9FC /* iTunesArtwork@1x.png */; };
|
|
F774DF101FCC26BE002AF9FC /* iTunesArtwork@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F774DF0D1FCC26BD002AF9FC /* iTunesArtwork@2x.png */; };
|
|
F774DF101FCC26BE002AF9FC /* iTunesArtwork@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F774DF0D1FCC26BD002AF9FC /* iTunesArtwork@2x.png */; };
|
|
F774DF111FCC26BE002AF9FC /* iTunesArtwork@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = F774DF0E1FCC26BE002AF9FC /* iTunesArtwork@3x.png */; };
|
|
F774DF111FCC26BE002AF9FC /* iTunesArtwork@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = F774DF0E1FCC26BE002AF9FC /* iTunesArtwork@3x.png */; };
|
|
|
|
+ F774F5D12407F4EF000C5E86 /* NCViewerImageView.xib in Resources */ = {isa = PBXBuildFile; fileRef = F774F5CC2407F4EF000C5E86 /* NCViewerImageView.xib */; };
|
|
|
|
+ F774F5D22407F4EF000C5E86 /* NCViewerImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F774F5CD2407F4EF000C5E86 /* NCViewerImageView.swift */; };
|
|
|
|
+ F774F5D32407F4EF000C5E86 /* NCViewerImageCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = F774F5CE2407F4EF000C5E86 /* NCViewerImageCollectionViewCell.xib */; };
|
|
|
|
+ F774F5D42407F4EF000C5E86 /* NCViewerImageCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F774F5CF2407F4EF000C5E86 /* NCViewerImageCollectionViewCell.swift */; };
|
|
|
|
+ F774F5D52407F4EF000C5E86 /* NCViewerImageNibLoadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F774F5D02407F4EF000C5E86 /* NCViewerImageNibLoadingView.swift */; };
|
|
|
|
+ F774F5D72407F547000C5E86 /* NCViewerImageAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F774F5D62407F547000C5E86 /* NCViewerImageAsset.swift */; };
|
|
F77B0DF21D118A16002130FE /* CCUploadFromOtherUpp.m in Sources */ = {isa = PBXBuildFile; fileRef = F7956FCA1B4886E60085DEA3 /* CCUploadFromOtherUpp.m */; };
|
|
F77B0DF21D118A16002130FE /* CCUploadFromOtherUpp.m in Sources */ = {isa = PBXBuildFile; fileRef = F7956FCA1B4886E60085DEA3 /* CCUploadFromOtherUpp.m */; };
|
|
F77B0DF41D118A16002130FE /* CCMain.m in Sources */ = {isa = PBXBuildFile; fileRef = F70211FB1BAC56E9003FC03E /* CCMain.m */; };
|
|
F77B0DF41D118A16002130FE /* CCMain.m in Sources */ = {isa = PBXBuildFile; fileRef = F70211FB1BAC56E9003FC03E /* CCMain.m */; };
|
|
F77B0DF51D118A16002130FE /* CCUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = F7053E3D1C639DF500741EA5 /* CCUtility.m */; };
|
|
F77B0DF51D118A16002130FE /* CCUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = F7053E3D1C639DF500741EA5 /* CCUtility.m */; };
|
|
@@ -1099,6 +1105,12 @@
|
|
F774DF0C1FCC26BD002AF9FC /* iTunesArtwork@1x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "iTunesArtwork@1x.png"; sourceTree = "<group>"; };
|
|
F774DF0C1FCC26BD002AF9FC /* iTunesArtwork@1x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "iTunesArtwork@1x.png"; sourceTree = "<group>"; };
|
|
F774DF0D1FCC26BD002AF9FC /* iTunesArtwork@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "iTunesArtwork@2x.png"; sourceTree = "<group>"; };
|
|
F774DF0D1FCC26BD002AF9FC /* iTunesArtwork@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "iTunesArtwork@2x.png"; sourceTree = "<group>"; };
|
|
F774DF0E1FCC26BE002AF9FC /* iTunesArtwork@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "iTunesArtwork@3x.png"; sourceTree = "<group>"; };
|
|
F774DF0E1FCC26BE002AF9FC /* iTunesArtwork@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "iTunesArtwork@3x.png"; sourceTree = "<group>"; };
|
|
|
|
+ F774F5CC2407F4EF000C5E86 /* NCViewerImageView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = NCViewerImageView.xib; sourceTree = "<group>"; };
|
|
|
|
+ F774F5CD2407F4EF000C5E86 /* NCViewerImageView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCViewerImageView.swift; sourceTree = "<group>"; };
|
|
|
|
+ F774F5CE2407F4EF000C5E86 /* NCViewerImageCollectionViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = NCViewerImageCollectionViewCell.xib; sourceTree = "<group>"; };
|
|
|
|
+ F774F5CF2407F4EF000C5E86 /* NCViewerImageCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCViewerImageCollectionViewCell.swift; sourceTree = "<group>"; };
|
|
|
|
+ F774F5D02407F4EF000C5E86 /* NCViewerImageNibLoadingView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCViewerImageNibLoadingView.swift; sourceTree = "<group>"; };
|
|
|
|
+ F774F5D62407F547000C5E86 /* NCViewerImageAsset.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCViewerImageAsset.swift; sourceTree = "<group>"; };
|
|
F777F0301C29717F00CE81CB /* PHAsset+Utility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "PHAsset+Utility.h"; sourceTree = "<group>"; };
|
|
F777F0301C29717F00CE81CB /* PHAsset+Utility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "PHAsset+Utility.h"; sourceTree = "<group>"; };
|
|
F777F0311C29717F00CE81CB /* PHAsset+Utility.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "PHAsset+Utility.m"; sourceTree = "<group>"; };
|
|
F777F0311C29717F00CE81CB /* PHAsset+Utility.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "PHAsset+Utility.m"; sourceTree = "<group>"; };
|
|
F77D49A71DC238E500CDC568 /* loading.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = loading.gif; sourceTree = "<group>"; };
|
|
F77D49A71DC238E500CDC568 /* loading.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = loading.gif; sourceTree = "<group>"; };
|
|
@@ -2106,6 +2118,19 @@
|
|
path = "File Provider Extension";
|
|
path = "File Provider Extension";
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
|
|
+ F774F5CB2407F4EF000C5E86 /* NCViewerImage */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ F774F5D62407F547000C5E86 /* NCViewerImageAsset.swift */,
|
|
|
|
+ F774F5CC2407F4EF000C5E86 /* NCViewerImageView.xib */,
|
|
|
|
+ F774F5CD2407F4EF000C5E86 /* NCViewerImageView.swift */,
|
|
|
|
+ F774F5CE2407F4EF000C5E86 /* NCViewerImageCollectionViewCell.xib */,
|
|
|
|
+ F774F5CF2407F4EF000C5E86 /* NCViewerImageCollectionViewCell.swift */,
|
|
|
|
+ F774F5D02407F4EF000C5E86 /* NCViewerImageNibLoadingView.swift */,
|
|
|
|
+ );
|
|
|
|
+ path = NCViewerImage;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
F78ACD3E21903BA20088454D /* Cell */ = {
|
|
F78ACD3E21903BA20088454D /* Cell */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
@@ -2168,6 +2193,7 @@
|
|
F79630EC215526B60015EEA5 /* Viewer */ = {
|
|
F79630EC215526B60015EEA5 /* Viewer */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ F774F5CB2407F4EF000C5E86 /* NCViewerImage */,
|
|
F72D404823D2082500A97FD0 /* NCViewerNextcloudText.swift */,
|
|
F72D404823D2082500A97FD0 /* NCViewerNextcloudText.swift */,
|
|
F710D1F42405770F00A6033D /* NCViewerPDF.swift */,
|
|
F710D1F42405770F00A6033D /* NCViewerPDF.swift */,
|
|
F790110D21415BF600D7B136 /* NCViewerRichdocument.swift */,
|
|
F790110D21415BF600D7B136 /* NCViewerRichdocument.swift */,
|
|
@@ -3025,6 +3051,7 @@
|
|
F7F54CF31E5B14C700E19C62 /* ImageSelectedSmallOn@3x.png in Resources */,
|
|
F7F54CF31E5B14C700E19C62 /* ImageSelectedSmallOn@3x.png in Resources */,
|
|
F7F54CFA1E5B14C700E19C62 /* UIBarButtonItemArrowLeft.png in Resources */,
|
|
F7F54CFA1E5B14C700E19C62 /* UIBarButtonItemArrowLeft.png in Resources */,
|
|
F7FCFFD81D70798C000E6E29 /* CCPeekPop.storyboard in Resources */,
|
|
F7FCFFD81D70798C000E6E29 /* CCPeekPop.storyboard in Resources */,
|
|
|
|
+ F774F5D32407F4EF000C5E86 /* NCViewerImageCollectionViewCell.xib in Resources */,
|
|
F7F54CF61E5B14C700E19C62 /* PlayButtonOverlayLarge@3x.png in Resources */,
|
|
F7F54CF61E5B14C700E19C62 /* PlayButtonOverlayLarge@3x.png in Resources */,
|
|
F78F74342163757000C2ADAD /* NCTrash.storyboard in Resources */,
|
|
F78F74342163757000C2ADAD /* NCTrash.storyboard in Resources */,
|
|
F760F78521F21F61006B1A73 /* EmojiCollectionViewCell.xib in Resources */,
|
|
F760F78521F21F61006B1A73 /* EmojiCollectionViewCell.xib in Resources */,
|
|
@@ -3100,6 +3127,7 @@
|
|
F7AE00FA230E81EB007ACF8A /* NCBrowserWeb.storyboard in Resources */,
|
|
F7AE00FA230E81EB007ACF8A /* NCBrowserWeb.storyboard in Resources */,
|
|
F7F54CE91E5B14C700E19C62 /* ImageSelectedOff@2x.png in Resources */,
|
|
F7F54CE91E5B14C700E19C62 /* ImageSelectedOff@2x.png in Resources */,
|
|
F77B0F8A1D118A16002130FE /* CCCellMain.xib in Resources */,
|
|
F77B0F8A1D118A16002130FE /* CCCellMain.xib in Resources */,
|
|
|
|
+ F774F5D12407F4EF000C5E86 /* NCViewerImageView.xib in Resources */,
|
|
F78ACD58219048040088454D /* NCSectionHeaderMenu.xib in Resources */,
|
|
F78ACD58219048040088454D /* NCSectionHeaderMenu.xib in Resources */,
|
|
F77B0F8C1D118A16002130FE /* CCCellMainTransfer.xib in Resources */,
|
|
F77B0F8C1D118A16002130FE /* CCCellMainTransfer.xib in Resources */,
|
|
F73B4EF41F470D9100BBEE4B /* JISFreq.tab in Resources */,
|
|
F73B4EF41F470D9100BBEE4B /* JISFreq.tab in Resources */,
|
|
@@ -3402,6 +3430,7 @@
|
|
F760F79121F21F61006B1A73 /* EmojiCollectionViewCell.swift in Sources */,
|
|
F760F79121F21F61006B1A73 /* EmojiCollectionViewCell.swift in Sources */,
|
|
F750374F1DBFA91A008FB480 /* NSArray+PureLayout.m in Sources */,
|
|
F750374F1DBFA91A008FB480 /* NSArray+PureLayout.m in Sources */,
|
|
F77444F8222816D5000D5EB0 /* NCPhotosPickerViewController.swift in Sources */,
|
|
F77444F8222816D5000D5EB0 /* NCPhotosPickerViewController.swift in Sources */,
|
|
|
|
+ F774F5D42407F4EF000C5E86 /* NCViewerImageCollectionViewCell.swift in Sources */,
|
|
F77B0E141D118A16002130FE /* CCError.m in Sources */,
|
|
F77B0E141D118A16002130FE /* CCError.m in Sources */,
|
|
F7E09CE523E3088C00FB3E9E /* NCSplitViewController.swift in Sources */,
|
|
F7E09CE523E3088C00FB3E9E /* NCSplitViewController.swift in Sources */,
|
|
F73B4F131F470D9100BBEE4B /* nsUniversalDetector.cpp in Sources */,
|
|
F73B4F131F470D9100BBEE4B /* nsUniversalDetector.cpp in Sources */,
|
|
@@ -3445,12 +3474,14 @@
|
|
F762CAFC1EACB66200B38484 /* XLFormImageCell.m in Sources */,
|
|
F762CAFC1EACB66200B38484 /* XLFormImageCell.m in Sources */,
|
|
F72D1007210B6882009C96B7 /* NCPushNotificationEncryption.m in Sources */,
|
|
F72D1007210B6882009C96B7 /* NCPushNotificationEncryption.m in Sources */,
|
|
F70022D11EC4C9100080073F /* OCUserProfile.m in Sources */,
|
|
F70022D11EC4C9100080073F /* OCUserProfile.m in Sources */,
|
|
|
|
+ F774F5D72407F547000C5E86 /* NCViewerImageAsset.swift in Sources */,
|
|
F73B4EF61F470D9100BBEE4B /* LangArabicModel.cpp in Sources */,
|
|
F73B4EF61F470D9100BBEE4B /* LangArabicModel.cpp in Sources */,
|
|
F7CA1ED420E7E3FE002CC65E /* PKPendingView.m in Sources */,
|
|
F7CA1ED420E7E3FE002CC65E /* PKPendingView.m in Sources */,
|
|
F7DFB7E0219C312D00680748 /* NCRichDocumentTemplate.m in Sources */,
|
|
F7DFB7E0219C312D00680748 /* NCRichDocumentTemplate.m in Sources */,
|
|
F769454222E9F0EE000A798A /* NCShareLinkMenuView.swift in Sources */,
|
|
F769454222E9F0EE000A798A /* NCShareLinkMenuView.swift in Sources */,
|
|
F73B4F0B1F470D9100BBEE4B /* nsGB2312Prober.cpp in Sources */,
|
|
F73B4F0B1F470D9100BBEE4B /* nsGB2312Prober.cpp in Sources */,
|
|
F762CAFE1EACB66200B38484 /* XLFormLeftRightSelectorCell.m in Sources */,
|
|
F762CAFE1EACB66200B38484 /* XLFormLeftRightSelectorCell.m in Sources */,
|
|
|
|
+ F774F5D52407F4EF000C5E86 /* NCViewerImageNibLoadingView.swift in Sources */,
|
|
F77B0E301D118A16002130FE /* CCHud.m in Sources */,
|
|
F77B0E301D118A16002130FE /* CCHud.m in Sources */,
|
|
F76673ED22C901F6007ED366 /* FileProviderDomain.swift in Sources */,
|
|
F76673ED22C901F6007ED366 /* FileProviderDomain.swift in Sources */,
|
|
F70022E91EC4C9100080073F /* OCXMLShareByLinkParser.m in Sources */,
|
|
F70022E91EC4C9100080073F /* OCXMLShareByLinkParser.m in Sources */,
|
|
@@ -3560,6 +3591,7 @@
|
|
F762CB151EACB66200B38484 /* XLFormRowNavigationAccessoryView.m in Sources */,
|
|
F762CB151EACB66200B38484 /* XLFormRowNavigationAccessoryView.m in Sources */,
|
|
F762CB0A1EACB66200B38484 /* XLFormDescriptor.m in Sources */,
|
|
F762CB0A1EACB66200B38484 /* XLFormDescriptor.m in Sources */,
|
|
F7020FCE2233D7F700B7297D /* NCCreateFormUploadVoiceNote.swift in Sources */,
|
|
F7020FCE2233D7F700B7297D /* NCCreateFormUploadVoiceNote.swift in Sources */,
|
|
|
|
+ F774F5D22407F4EF000C5E86 /* NCViewerImageView.swift in Sources */,
|
|
F7F4B1D823C74B3E00D82A6E /* NCRichWorkspace.swift in Sources */,
|
|
F7F4B1D823C74B3E00D82A6E /* NCRichWorkspace.swift in Sources */,
|
|
F726EEEC1FED1C820030B9C8 /* NCEndToEndInitialize.swift in Sources */,
|
|
F726EEEC1FED1C820030B9C8 /* NCEndToEndInitialize.swift in Sources */,
|
|
F79A65C62191D95E00FF6DCC /* NCSelect.swift in Sources */,
|
|
F79A65C62191D95E00FF6DCC /* NCSelect.swift in Sources */,
|