|
@@ -56,7 +56,7 @@
|
|
|
F70D7C3725FFBF82002B9E34 /* NCCollectionViewCommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = F70D7C3525FFBF81002B9E34 /* NCCollectionViewCommon.swift */; };
|
|
|
F70D87CF25EE6E58008CBBBD /* NCRenameFile.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F70D87CD25EE6E58008CBBBD /* NCRenameFile.storyboard */; };
|
|
|
F70D87D025EE6E58008CBBBD /* NCRenameFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = F70D87CE25EE6E58008CBBBD /* NCRenameFile.swift */; };
|
|
|
- F70D8D8124A4A9BF000A5756 /* NCNetworkingAutoUpload.swift in Sources */ = {isa = PBXBuildFile; fileRef = F70D8D8024A4A9BF000A5756 /* NCNetworkingAutoUpload.swift */; };
|
|
|
+ F70D8D8124A4A9BF000A5756 /* NCNetworkingProcessUpload.swift in Sources */ = {isa = PBXBuildFile; fileRef = F70D8D8024A4A9BF000A5756 /* NCNetworkingProcessUpload.swift */; };
|
|
|
F710D1F52405770F00A6033D /* NCViewerPDF.swift in Sources */ = {isa = PBXBuildFile; fileRef = F710D1F42405770F00A6033D /* NCViewerPDF.swift */; };
|
|
|
F710D1FE24057E5E00A6033D /* NCActionSheetHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = F710D1FB24057E5E00A6033D /* NCActionSheetHeader.swift */; };
|
|
|
F710D1FF24057E5E00A6033D /* NCActionSheetHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F710D1FC24057E5E00A6033D /* NCActionSheetHeaderView.swift */; };
|
|
@@ -411,7 +411,7 @@
|
|
|
F70D7C3525FFBF81002B9E34 /* NCCollectionViewCommon.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCCollectionViewCommon.swift; sourceTree = "<group>"; };
|
|
|
F70D87CD25EE6E58008CBBBD /* NCRenameFile.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = NCRenameFile.storyboard; sourceTree = "<group>"; };
|
|
|
F70D87CE25EE6E58008CBBBD /* NCRenameFile.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCRenameFile.swift; sourceTree = "<group>"; };
|
|
|
- F70D8D8024A4A9BF000A5756 /* NCNetworkingAutoUpload.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCNetworkingAutoUpload.swift; sourceTree = "<group>"; };
|
|
|
+ F70D8D8024A4A9BF000A5756 /* NCNetworkingProcessUpload.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCNetworkingProcessUpload.swift; sourceTree = "<group>"; };
|
|
|
F70F2BA4225F2D8900EBB73E /* ZIPFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ZIPFoundation.framework; path = Carthage/Build/iOS/ZIPFoundation.framework; sourceTree = "<group>"; };
|
|
|
F710C5EF2471A6D1009AD8B7 /* Sentry.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sentry.framework; path = Carthage/Build/iOS/Sentry.framework; sourceTree = "<group>"; };
|
|
|
F710D1F42405770F00A6033D /* NCViewerPDF.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCViewerPDF.swift; sourceTree = "<group>"; };
|
|
@@ -1007,7 +1007,7 @@
|
|
|
children = (
|
|
|
F72CD63925C19EBF00F46F9A /* NCAutoUpload.swift */,
|
|
|
F75A9EE523796C6F0044CFCE /* NCNetworking.swift */,
|
|
|
- F70D8D8024A4A9BF000A5756 /* NCNetworkingAutoUpload.swift */,
|
|
|
+ F70D8D8024A4A9BF000A5756 /* NCNetworkingProcessUpload.swift */,
|
|
|
F7D96FCB246ED7E100536D73 /* NCNetworkingCheckRemoteUser.swift */,
|
|
|
F785EE9C246196DF00B3F945 /* NCNetworkingE2EE.swift */,
|
|
|
F72A47EB2487B06B005AD489 /* NCOperationQueue.swift */,
|
|
@@ -2142,7 +2142,7 @@
|
|
|
F758B45E212C569D00515F55 /* ScanCell.swift in Sources */,
|
|
|
F7581D1A25EFDA61004DC699 /* NCLoginWeb+Menu.swift in Sources */,
|
|
|
F77B0ED11D118A16002130FE /* Acknowledgements.m in Sources */,
|
|
|
- F70D8D8124A4A9BF000A5756 /* NCNetworkingAutoUpload.swift in Sources */,
|
|
|
+ F70D8D8124A4A9BF000A5756 /* NCNetworkingProcessUpload.swift in Sources */,
|
|
|
F7D96FCC246ED7E200536D73 /* NCNetworkingCheckRemoteUser.swift in Sources */,
|
|
|
F7E4D9C422ED929B003675FD /* NCShareComments.swift in Sources */,
|
|
|
F717402E24F699A5000C87D5 /* NCFavorite.swift in Sources */,
|
|
@@ -2242,7 +2242,7 @@
|
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- CURRENT_PROJECT_VERSION = 23;
|
|
|
+ CURRENT_PROJECT_VERSION = 24;
|
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
DEVELOPMENT_TEAM = 6JLRKY9ZV7;
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
@@ -2297,7 +2297,7 @@
|
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- CURRENT_PROJECT_VERSION = 23;
|
|
|
+ CURRENT_PROJECT_VERSION = 24;
|
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
DEVELOPMENT_TEAM = 6JLRKY9ZV7;
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
@@ -2344,7 +2344,7 @@
|
|
|
CODE_SIGN_ENTITLEMENTS = iOSClient/Brand/Share.entitlements;
|
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
- CURRENT_PROJECT_VERSION = 23;
|
|
|
+ CURRENT_PROJECT_VERSION = 24;
|
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
DEVELOPMENT_TEAM = 6JLRKY9ZV7;
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
@@ -2392,7 +2392,7 @@
|
|
|
CODE_SIGN_ENTITLEMENTS = iOSClient/Brand/Share.entitlements;
|
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
- CURRENT_PROJECT_VERSION = 23;
|
|
|
+ CURRENT_PROJECT_VERSION = 24;
|
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
DEVELOPMENT_TEAM = 6JLRKY9ZV7;
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
@@ -2446,7 +2446,7 @@
|
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- CURRENT_PROJECT_VERSION = 23;
|
|
|
+ CURRENT_PROJECT_VERSION = 24;
|
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
DEVELOPMENT_TEAM = 6JLRKY9ZV7;
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
@@ -2500,7 +2500,7 @@
|
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- CURRENT_PROJECT_VERSION = 23;
|
|
|
+ CURRENT_PROJECT_VERSION = 24;
|
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
DEVELOPMENT_TEAM = 6JLRKY9ZV7;
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
@@ -2546,7 +2546,7 @@
|
|
|
CODE_SIGN_ENTITLEMENTS = iOSClient/Brand/iOSClient.entitlements;
|
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
- CURRENT_PROJECT_VERSION = 23;
|
|
|
+ CURRENT_PROJECT_VERSION = 24;
|
|
|
DEVELOPMENT_TEAM = 6JLRKY9ZV7;
|
|
|
ENABLE_BITCODE = YES;
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
@@ -2595,7 +2595,7 @@
|
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
COPY_PHASE_STRIP = NO;
|
|
|
- CURRENT_PROJECT_VERSION = 23;
|
|
|
+ CURRENT_PROJECT_VERSION = 24;
|
|
|
DEVELOPMENT_TEAM = 6JLRKY9ZV7;
|
|
|
ENABLE_BITCODE = YES;
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|