|
@@ -149,6 +149,10 @@
|
|
|
F7239871253D86B600257F49 /* NCEmptyDataSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7239870253D86B600257F49 /* NCEmptyDataSet.swift */; };
|
|
|
F7239877253D86D300257F49 /* NCEmptyView.xib in Resources */ = {isa = PBXBuildFile; fileRef = F7239876253D86D300257F49 /* NCEmptyView.xib */; };
|
|
|
F723B3DD22FC6D1D00301EFE /* NCShareCommentsCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = F723B3DC22FC6D1C00301EFE /* NCShareCommentsCell.xib */; };
|
|
|
+ F7245924289BB50C00474787 /* ThreadSafeDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7245923289BB50B00474787 /* ThreadSafeDictionary.swift */; };
|
|
|
+ F7245925289BB59100474787 /* ThreadSafeDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7245923289BB50B00474787 /* ThreadSafeDictionary.swift */; };
|
|
|
+ F7245926289BB59300474787 /* ThreadSafeDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7245923289BB50B00474787 /* ThreadSafeDictionary.swift */; };
|
|
|
+ F7245927289BB59300474787 /* ThreadSafeDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7245923289BB50B00474787 /* ThreadSafeDictionary.swift */; };
|
|
|
F72685E727C78E490019EF5E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = F72685E927C78E490019EF5E /* InfoPlist.strings */; };
|
|
|
F726EEEC1FED1C820030B9C8 /* NCEndToEndInitialize.swift in Sources */ = {isa = PBXBuildFile; fileRef = F726EEEB1FED1C820030B9C8 /* NCEndToEndInitialize.swift */; };
|
|
|
F72928A0253B0937009CA4FD /* NCMainNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F729289F253B0937009CA4FD /* NCMainNavigationController.swift */; };
|
|
@@ -642,6 +646,7 @@
|
|
|
F7239870253D86B600257F49 /* NCEmptyDataSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCEmptyDataSet.swift; sourceTree = "<group>"; };
|
|
|
F7239876253D86D300257F49 /* NCEmptyView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NCEmptyView.xib; sourceTree = "<group>"; };
|
|
|
F723B3DC22FC6D1C00301EFE /* NCShareCommentsCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = NCShareCommentsCell.xib; sourceTree = "<group>"; };
|
|
|
+ F7245923289BB50B00474787 /* ThreadSafeDictionary.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ThreadSafeDictionary.swift; sourceTree = "<group>"; };
|
|
|
F7267A81225DFCE100D6DB7D /* AFNetworking.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AFNetworking.framework; path = Carthage/Build/iOS/AFNetworking.framework; sourceTree = "<group>"; };
|
|
|
F72685E827C78E490019EF5E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
|
F726EEEB1FED1C820030B9C8 /* NCEndToEndInitialize.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCEndToEndInitialize.swift; sourceTree = "<group>"; };
|
|
@@ -1563,6 +1568,7 @@
|
|
|
AF817EF0274BC781009ED85B /* NCUserBaseUrl.swift */,
|
|
|
F74AF3A3247FB6AE00AC767B /* NCUtilityFileSystem.swift */,
|
|
|
AF36077027BFA4E8001A243D /* ParallelWorker.swift */,
|
|
|
+ F7245923289BB50B00474787 /* ThreadSafeDictionary.swift */,
|
|
|
F702F2FC25EE5D2C008F8E80 /* NYMnemonic */,
|
|
|
);
|
|
|
path = Utility;
|
|
@@ -2390,6 +2396,7 @@
|
|
|
2C1D5D7523E2DE3300334ABB /* NCDatabase.swift in Sources */,
|
|
|
F7E98C1927E0D0FC001F9F19 /* NCManageDatabase+Video.swift in Sources */,
|
|
|
2C1D5D7623E2DE3300334ABB /* NCManageDatabase.swift in Sources */,
|
|
|
+ F7245927289BB59300474787 /* ThreadSafeDictionary.swift in Sources */,
|
|
|
2C33C48223E2C475005F963B /* NotificationService.swift in Sources */,
|
|
|
AF4BF617275629E20081CEEF /* NCManageDatabase+Account.swift in Sources */,
|
|
|
D575039F27146F93008DC9DC /* String+Extensions.swift in Sources */,
|
|
@@ -2420,6 +2427,7 @@
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
F746EC4E273906B80052598D /* NCViewCertificateDetails.swift in Sources */,
|
|
|
+ F7245925289BB59100474787 /* ThreadSafeDictionary.swift in Sources */,
|
|
|
F73D5E48246DE09200DF6467 /* NCElementsJSON.swift in Sources */,
|
|
|
F7EDE4E5262D7BBE00414FE6 /* NCSectionHeaderFooter.swift in Sources */,
|
|
|
F79EC78926316AC4004E59D6 /* NCPopupViewController.swift in Sources */,
|
|
@@ -2471,6 +2479,7 @@
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
F771E3F720E239B500AFB62D /* FileProviderExtension+Actions.swift in Sources */,
|
|
|
+ F7245926289BB59300474787 /* ThreadSafeDictionary.swift in Sources */,
|
|
|
F76673F022C90434007ED366 /* FileProviderUtility.swift in Sources */,
|
|
|
F7434B3420E23FD700417916 /* NCDatabase.swift in Sources */,
|
|
|
F702F2D125EE5B5C008F8E80 /* NCGlobal.swift in Sources */,
|
|
@@ -2523,6 +2532,7 @@
|
|
|
F769454022E9F077000A798A /* NCSharePaging.swift in Sources */,
|
|
|
F78ACD4221903CE00088454D /* NCListCell.swift in Sources */,
|
|
|
F76D3CF12428B40E005DFA87 /* NCViewerPDFSearch.swift in Sources */,
|
|
|
+ F7245924289BB50C00474787 /* ThreadSafeDictionary.swift in Sources */,
|
|
|
F73F537F1E929C8500F8678D /* NCMore.swift in Sources */,
|
|
|
F702F2CF25EE5B5C008F8E80 /* NCGlobal.swift in Sources */,
|
|
|
F72CD63A25C19EBF00F46F9A /* NCAutoUpload.swift in Sources */,
|