|
@@ -289,6 +289,8 @@
|
|
|
F7BAADC91ED5A87C00B7EAD4 /* NCDatabase.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7BAADB41ED5A87C00B7EAD4 /* NCDatabase.swift */; };
|
|
|
F7BAADCB1ED5A87C00B7EAD4 /* NCManageDatabase.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7BAADB51ED5A87C00B7EAD4 /* NCManageDatabase.swift */; };
|
|
|
F7BAADCC1ED5A87C00B7EAD4 /* NCManageDatabase.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7BAADB51ED5A87C00B7EAD4 /* NCManageDatabase.swift */; };
|
|
|
+ F7BC287E26663F6C004D46C5 /* NCViewCertificateInfo.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F7BC287D26663F6C004D46C5 /* NCViewCertificateInfo.storyboard */; };
|
|
|
+ F7BC288026663F85004D46C5 /* NCViewCertificateInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7BC287F26663F85004D46C5 /* NCViewCertificateInfo.swift */; };
|
|
|
F7BD71E62636EAFC00643C34 /* NCNetworkingE2EE.swift in Sources */ = {isa = PBXBuildFile; fileRef = F785EE9C246196DF00B3F945 /* NCNetworkingE2EE.swift */; };
|
|
|
F7C1EEA525053A9C00866ACC /* NCDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7C1EEA425053A9C00866ACC /* NCDataSource.swift */; };
|
|
|
F7C4D88D2534887E00C142DA /* Parchment in Frameworks */ = {isa = PBXBuildFile; productRef = F7C4D88C2534887E00C142DA /* Parchment */; };
|
|
@@ -691,6 +693,8 @@
|
|
|
F7BAADB41ED5A87C00B7EAD4 /* NCDatabase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCDatabase.swift; sourceTree = "<group>"; };
|
|
|
F7BAADB51ED5A87C00B7EAD4 /* NCManageDatabase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCManageDatabase.swift; sourceTree = "<group>"; };
|
|
|
F7BB04851FD58ACB00BBFD2A /* cs-CZ */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "cs-CZ"; path = "cs-CZ.lproj/Localizable.strings"; sourceTree = "<group>"; };
|
|
|
+ F7BC287D26663F6C004D46C5 /* NCViewCertificateInfo.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = NCViewCertificateInfo.storyboard; sourceTree = "<group>"; };
|
|
|
+ F7BC287F26663F85004D46C5 /* NCViewCertificateInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCViewCertificateInfo.swift; sourceTree = "<group>"; };
|
|
|
F7C1EEA425053A9C00866ACC /* NCDataSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCDataSource.swift; sourceTree = "<group>"; };
|
|
|
F7C40BE221998C050004137E /* PDFGenerator.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PDFGenerator.framework; path = Carthage/Build/iOS/PDFGenerator.framework; sourceTree = "<group>"; };
|
|
|
F7C40BE421998D5A0004137E /* MGSwipeTableCell.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MGSwipeTableCell.framework; path = Carthage/Build/iOS/MGSwipeTableCell.framework; sourceTree = "<group>"; };
|
|
@@ -1617,6 +1621,8 @@
|
|
|
F7F878AD1FB9E3B900599E4F /* NCEndToEndMetadata.swift */,
|
|
|
F72D1006210B6882009C96B7 /* NCPushNotificationEncryption.h */,
|
|
|
F72D1005210B6882009C96B7 /* NCPushNotificationEncryption.m */,
|
|
|
+ F7BC287D26663F6C004D46C5 /* NCViewCertificateInfo.storyboard */,
|
|
|
+ F7BC287F26663F85004D46C5 /* NCViewCertificateInfo.swift */,
|
|
|
);
|
|
|
path = Security;
|
|
|
sourceTree = "<group>";
|
|
@@ -1942,6 +1948,7 @@
|
|
|
F79728D622F9A0B1003CACA7 /* NCShareUserFolderMenuView.xib in Resources */,
|
|
|
F7DFAA8A22E22EF100FC4527 /* NCShareLinkMenuView.xib in Resources */,
|
|
|
F7C9555321F0C4CA0024296E /* NCActivity.storyboard in Resources */,
|
|
|
+ F7BC287E26663F6C004D46C5 /* NCViewCertificateInfo.storyboard in Resources */,
|
|
|
F78ACD54219047D40088454D /* NCSectionFooter.xib in Resources */,
|
|
|
F704B5E32430AA6F00632F5F /* NCCreateFormUploadConflict.storyboard in Resources */,
|
|
|
F77B0F611D118A16002130FE /* Acknowledgements.rtf in Resources */,
|
|
@@ -2184,6 +2191,7 @@
|
|
|
F707C26521A2DC5200F6181E /* NCStoreReview.swift in Sources */,
|
|
|
F7BAADCB1ED5A87C00B7EAD4 /* NCManageDatabase.swift in Sources */,
|
|
|
F70968A424212C4E00ED60E5 /* NCLivePhoto.swift in Sources */,
|
|
|
+ F7BC288026663F85004D46C5 /* NCViewCertificateInfo.swift in Sources */,
|
|
|
F702F2E625EE5C86008F8E80 /* NCAudioRecorderViewController.swift in Sources */,
|
|
|
F745B253222D88AE00346520 /* NCLoginQRCode.swift in Sources */,
|
|
|
F7CBC31C24F78E79004D3812 /* NCSortMenu.swift in Sources */,
|