|
@@ -598,6 +598,7 @@
|
|
|
F7F878AF1FB9E3B900599E4F /* NCEndToEndMetadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7F878AD1FB9E3B900599E4F /* NCEndToEndMetadata.swift */; };
|
|
|
F7F8D71C1ED6183000E711F3 /* CCCellShareExt.m in Sources */ = {isa = PBXBuildFile; fileRef = F7F8D71A1ED6183000E711F3 /* CCCellShareExt.m */; };
|
|
|
F7F8D71D1ED6183000E711F3 /* CCCellShareExt.xib in Resources */ = {isa = PBXBuildFile; fileRef = F7F8D71B1ED6183000E711F3 /* CCCellShareExt.xib */; };
|
|
|
+ F7FB1D3E215E191D00D669EA /* NCViewerDocumentWeb.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7FB1D3D215E191D00D669EA /* NCViewerDocumentWeb.swift */; };
|
|
|
F7FC7D561DC1F93800BB2C6A /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = F7FC7D551DC1F93800BB2C6A /* libz.tbd */; };
|
|
|
F7FCFFD81D70798C000E6E29 /* CCPeekPop.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F7FCFFD61D70798C000E6E29 /* CCPeekPop.storyboard */; };
|
|
|
F7FCFFE01D707B83000E6E29 /* CCPeekPop.m in Sources */ = {isa = PBXBuildFile; fileRef = F7FCFFDE1D707B83000E6E29 /* CCPeekPop.m */; };
|
|
@@ -1733,6 +1734,7 @@
|
|
|
F7F8D7191ED6183000E711F3 /* CCCellShareExt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCCellShareExt.h; sourceTree = "<group>"; };
|
|
|
F7F8D71A1ED6183000E711F3 /* CCCellShareExt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCCellShareExt.m; sourceTree = "<group>"; };
|
|
|
F7F8D71B1ED6183000E711F3 /* CCCellShareExt.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = CCCellShareExt.xib; sourceTree = "<group>"; };
|
|
|
+ F7FB1D3D215E191D00D669EA /* NCViewerDocumentWeb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCViewerDocumentWeb.swift; sourceTree = "<group>"; };
|
|
|
F7FC7D551DC1F93800BB2C6A /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
|
|
|
F7FCFFD61D70798C000E6E29 /* CCPeekPop.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = CCPeekPop.storyboard; sourceTree = "<group>"; };
|
|
|
F7FCFFDD1D707B83000E6E29 /* CCPeekPop.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCPeekPop.h; sourceTree = "<group>"; };
|
|
@@ -2729,6 +2731,7 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
F790110D21415BF600D7B136 /* NCViewerRichdocument.swift */,
|
|
|
+ F7FB1D3D215E191D00D669EA /* NCViewerDocumentWeb.swift */,
|
|
|
F79630ED215527D40015EEA5 /* NCViewerMedia.swift */,
|
|
|
);
|
|
|
path = Viewer;
|
|
@@ -4037,6 +4040,7 @@
|
|
|
F7B1FBC61E72E3D1001781FE /* SwiftModalWebVC.swift in Sources */,
|
|
|
F7A5541F204EF8AF008468EC /* TOScrollBar.m in Sources */,
|
|
|
F7A321651E9E37960069AD1B /* CCActivity.m in Sources */,
|
|
|
+ F7FB1D3E215E191D00D669EA /* NCViewerDocumentWeb.swift in Sources */,
|
|
|
F762CB0C1EACB66200B38484 /* XLFormSectionDescriptor.m in Sources */,
|
|
|
F77B0E131D118A16002130FE /* AppDelegate.m in Sources */,
|
|
|
F762CB861EACB81000B38484 /* RECommonFunctions.m in Sources */,
|