|
@@ -47,6 +47,8 @@
|
|
|
F7063DF12199E56F003F38DA /* CocoaLumberjackSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F7063DF02199E56E003F38DA /* CocoaLumberjackSwift.framework */; };
|
|
|
F707C26521A2DC5200F6181E /* NCStoreReview.swift in Sources */ = {isa = PBXBuildFile; fileRef = F707C26421A2DC5200F6181E /* NCStoreReview.swift */; };
|
|
|
F70968A424212C4E00ED60E5 /* NCLivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = F70968A324212C4E00ED60E5 /* NCLivePhoto.swift */; };
|
|
|
+ F70A58BE24D0349500DED00D /* NCCapabilitiesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F70A58BD24D0349500DED00D /* NCCapabilitiesViewController.swift */; };
|
|
|
+ F70A58C024D0545100DED00D /* NCCapabilitiesViewController.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F70A58BF24D0545100DED00D /* NCCapabilitiesViewController.storyboard */; };
|
|
|
F70BFC7420E0FA7D00C67599 /* NCUtility.swift in Sources */ = {isa = PBXBuildFile; fileRef = F70BFC7320E0FA7C00C67599 /* NCUtility.swift */; };
|
|
|
F70BFC7520E0FA7D00C67599 /* NCUtility.swift in Sources */ = {isa = PBXBuildFile; fileRef = F70BFC7320E0FA7C00C67599 /* NCUtility.swift */; };
|
|
|
F70CAE3A1F8CF31A008125FD /* NCEndToEndEncryption.m in Sources */ = {isa = PBXBuildFile; fileRef = F70CAE391F8CF31A008125FD /* NCEndToEndEncryption.m */; };
|
|
@@ -387,6 +389,8 @@
|
|
|
F707C26421A2DC5200F6181E /* NCStoreReview.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCStoreReview.swift; sourceTree = "<group>"; };
|
|
|
F70968A324212C4E00ED60E5 /* NCLivePhoto.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCLivePhoto.swift; sourceTree = "<group>"; };
|
|
|
F70A07C8205285FB00DC1231 /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/Localizable.strings"; sourceTree = "<group>"; };
|
|
|
+ F70A58BD24D0349500DED00D /* NCCapabilitiesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCCapabilitiesViewController.swift; sourceTree = "<group>"; };
|
|
|
+ F70A58BF24D0545100DED00D /* NCCapabilitiesViewController.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = NCCapabilitiesViewController.storyboard; sourceTree = "<group>"; };
|
|
|
F70BFC7320E0FA7C00C67599 /* NCUtility.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCUtility.swift; sourceTree = "<group>"; };
|
|
|
F70CAE381F8CF31A008125FD /* NCEndToEndEncryption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NCEndToEndEncryption.h; sourceTree = "<group>"; };
|
|
|
F70CAE391F8CF31A008125FD /* NCEndToEndEncryption.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NCEndToEndEncryption.m; sourceTree = "<group>"; };
|
|
@@ -1129,6 +1133,8 @@
|
|
|
F7ACE4291BAC0268006C0017 /* Acknowledgements.h */,
|
|
|
F7ACE42B1BAC0268006C0017 /* Acknowledgements.rtf */,
|
|
|
F7ACE42A1BAC0268006C0017 /* Acknowledgements.m */,
|
|
|
+ F70A58BF24D0545100DED00D /* NCCapabilitiesViewController.storyboard */,
|
|
|
+ F70A58BD24D0349500DED00D /* NCCapabilitiesViewController.swift */,
|
|
|
F7A321AB1E9E6AD50069AD1B /* CCAdvanced.h */,
|
|
|
F7A321AC1E9E6AD50069AD1B /* CCAdvanced.m */,
|
|
|
F7ACE42C1BAC0268006C0017 /* CCManageAccount.h */,
|
|
@@ -1794,6 +1800,7 @@
|
|
|
F78ACD4B21903F850088454D /* NCTrashListCell.xib in Resources */,
|
|
|
F700510122DF63AC003A3356 /* NCShare.storyboard in Resources */,
|
|
|
F787704F22E7019900F287A9 /* NCShareLinkCell.xib in Resources */,
|
|
|
+ F70A58C024D0545100DED00D /* NCCapabilitiesViewController.storyboard in Resources */,
|
|
|
F749C10D23C4A5340027D966 /* NCIntro.storyboard in Resources */,
|
|
|
F747BA1F22354D2000971601 /* NCCreateFormUploadVoiceNote.storyboard in Resources */,
|
|
|
F7B2DEF11F976859007CF4D2 /* english.txt in Resources */,
|
|
@@ -1967,6 +1974,7 @@
|
|
|
F7E09CE323E3088000FB3E9E /* NCMainRefreshControl.swift in Sources */,
|
|
|
F77B0DF41D118A16002130FE /* CCMain.m in Sources */,
|
|
|
F7AE00F8230E81CB007ACF8A /* NCBrowserWeb.swift in Sources */,
|
|
|
+ F70A58BE24D0349500DED00D /* NCCapabilitiesViewController.swift in Sources */,
|
|
|
370D26AF248A3D7A00121797 /* NCImageCellProtocol.swift in Sources */,
|
|
|
F7E9C41B20F4CA870040CF18 /* CCTransfers.m in Sources */,
|
|
|
37C83A0F24532BA600618A3B /* CCMain+Swift.swift in Sources */,
|