|
290 | 290 | 4ABCF3522726D24800A7FBB7 /* MoveVaultViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ABCF3512726D24800A7FBB7 /* MoveVaultViewModelTests.swift */; };
|
291 | 291 | 4AC005F127C3D80B006FFE87 /* PremiumManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AC005F027C3D80B006FFE87 /* PremiumManager.swift */; };
|
292 | 292 | 4AC005F327C3D932006FFE87 /* PremiumManagerMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AC005F227C3D932006FFE87 /* PremiumManagerMock.swift */; };
|
293 |
| - 4AC1157627F5BD890023F51B /* Promise+AllIgnoringResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AC1157527F5BD890023F51B /* Promise+AllIgnoringResult.swift */; }; |
294 |
| - 4AC1157827F5BEFD0023F51B /* Promise+AllIgnoringResultsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AC1157727F5BEFD0023F51B /* Promise+AllIgnoringResultsTests.swift */; }; |
295 | 293 | 4AC86270273598CC00E15BA5 /* UIViewController+ProgressHUDError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AC8626F273598CC00E15BA5 /* UIViewController+ProgressHUDError.swift */; };
|
296 | 294 | 4AD0F61C24AF203F0026B765 /* FileProvider+Actions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AD0F61B24AF203F0026B765 /* FileProvider+Actions.swift */; };
|
297 | 295 | 4AD3D7D6282EBDE7008188CD /* Intents.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4AD3D7D5282EBDE7008188CD /* Intents.framework */; };
|
|
434 | 432 | 74F5DC1C26DCD2FB00AFE989 /* StoreObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F5DC1B26DCD2FB00AFE989 /* StoreObserver.swift */; };
|
435 | 433 | 74F5DC1F26DD036D00AFE989 /* StoreManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F5DC1E26DD036D00AFE989 /* StoreManager.swift */; };
|
436 | 434 | 74FC576125ADED030003ED27 /* VaultCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FC576025ADED030003ED27 /* VaultCell.swift */; };
|
| 435 | + B330CB452CB5735300C21E03 /* UnauthorizedErrorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B330CB442CB5735000C21E03 /* UnauthorizedErrorViewController.swift */; }; |
| 436 | + B3D19A442CB937C700CD18A5 /* FileProviderCoordinatorError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3D19A432CB937BF00CD18A5 /* FileProviderCoordinatorError.swift */; }; |
437 | 437 | /* End PBXBuildFile section */
|
438 | 438 |
|
439 | 439 | /* Begin PBXContainerItemProxy section */
|
|
828 | 828 | 4ABCF3512726D24800A7FBB7 /* MoveVaultViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoveVaultViewModelTests.swift; sourceTree = "<group>"; };
|
829 | 829 | 4AC005F027C3D80B006FFE87 /* PremiumManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PremiumManager.swift; sourceTree = "<group>"; };
|
830 | 830 | 4AC005F227C3D932006FFE87 /* PremiumManagerMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PremiumManagerMock.swift; sourceTree = "<group>"; };
|
831 |
| - 4AC1157527F5BD890023F51B /* Promise+AllIgnoringResult.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Promise+AllIgnoringResult.swift"; sourceTree = "<group>"; }; |
832 |
| - 4AC1157727F5BEFD0023F51B /* Promise+AllIgnoringResultsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Promise+AllIgnoringResultsTests.swift"; sourceTree = "<group>"; }; |
833 | 831 | 4AC8626F273598CC00E15BA5 /* UIViewController+ProgressHUDError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIViewController+ProgressHUDError.swift"; sourceTree = "<group>"; };
|
834 | 832 | 4AD0F61B24AF203F0026B765 /* FileProvider+Actions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "FileProvider+Actions.swift"; sourceTree = "<group>"; };
|
835 | 833 | 4AD3D7D4282EBDE7008188CD /* CryptomatorIntents.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = CryptomatorIntents.appex; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
1041 | 1039 | 74F5DC1B26DCD2FB00AFE989 /* StoreObserver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoreObserver.swift; sourceTree = "<group>"; };
|
1042 | 1040 | 74F5DC1E26DD036D00AFE989 /* StoreManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoreManager.swift; sourceTree = "<group>"; };
|
1043 | 1041 | 74FC576025ADED030003ED27 /* VaultCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VaultCell.swift; sourceTree = "<group>"; };
|
| 1042 | + B330CB442CB5735000C21E03 /* UnauthorizedErrorViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnauthorizedErrorViewController.swift; sourceTree = "<group>"; }; |
| 1043 | + B3D19A432CB937BF00CD18A5 /* FileProviderCoordinatorError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileProviderCoordinatorError.swift; sourceTree = "<group>"; }; |
1044 | 1044 | /* End PBXFileReference section */
|
1045 | 1045 |
|
1046 | 1046 | /* Begin PBXFrameworksBuildPhase section */
|
|
1214 | 1214 | 4AFBFA19282946BF00E30818 /* InMemoryProgressManagerTests.swift */,
|
1215 | 1215 | 4AB1D4EF27D20420009060AB /* LocalURLProviderTests.swift */,
|
1216 | 1216 | 4A0AA12C2ABA277800CF24FD /* PermissionProviderImplTests.swift */,
|
1217 |
| - 4AC1157727F5BEFD0023F51B /* Promise+AllIgnoringResultsTests.swift */, |
1218 | 1217 | 4ADC66C427A7F6D6002E6CC7 /* UnlockMonitorTests.swift */,
|
1219 | 1218 | 4A4F47F224B875070033328B /* URL+NameCollisionExtensionTests.swift */,
|
1220 | 1219 | 4AE5196427F48D6600BA6E4A /* WorkflowDependencyFactoryTests.swift */,
|
|
1663 | 1662 | 4A9FCB0B251A02A3002A8B41 /* FileProviderExtensionUI.entitlements */,
|
1664 | 1663 | 4AA621EB249A6A8400A0BCBD /* Info.plist */,
|
1665 | 1664 | 4A6A521A268B7147006F7368 /* FileProviderCoordinator.swift */,
|
| 1665 | + B3D19A432CB937BF00CD18A5 /* FileProviderCoordinatorError.swift */, |
1666 | 1666 | 4A6A5218268B6D31006F7368 /* OnboardingViewController.swift */,
|
| 1667 | + B330CB442CB5735000C21E03 /* UnauthorizedErrorViewController.swift */, |
1667 | 1668 | 4A6A520C268B5EF7006F7368 /* RootViewController.swift */,
|
1668 | 1669 | 4A9BED65268F2D9C00721BAA /* UnlockVaultViewController.swift */,
|
1669 | 1670 | 4AFD8C0E269304A700F77BA6 /* UnlockVaultViewModel.swift */,
|
|
1926 | 1927 | 4AEE6EE02822A33400E1B35E /* NSFileProviderItemIdentifier+Database.swift */,
|
1927 | 1928 | 4A0AA12A2AB8DB1800CF24FD /* PermissionProvider.swift */,
|
1928 | 1929 | 4AEE6EE92825716400E1B35E /* ProgressManager.swift */,
|
1929 |
| - 4AC1157527F5BD890023F51B /* Promise+AllIgnoringResult.swift */, |
1930 | 1930 | 4ADD233F26737CD400374E4E /* RootFileProviderItem.swift */,
|
1931 | 1931 | 4A7514A02937F777002E802E /* SessionTaskRegistrator.swift */,
|
1932 | 1932 | 4ADC66C027A7F426002E6CC7 /* UnlockMonitor.swift */,
|
|
2572 | 2572 | 4AB1C33C265E9DBC00DC7A49 /* CloudTaskExecutorTestCase.swift in Sources */,
|
2573 | 2573 | 4AE5196727F495BF00BA6E4A /* WorkflowDependencyTasksCollectionMock.swift in Sources */,
|
2574 | 2574 | 4A0AA12F2ABA2A1600CF24FD /* PermissionProviderMock.swift in Sources */,
|
2575 |
| - 4AC1157827F5BEFD0023F51B /* Promise+AllIgnoringResultsTests.swift in Sources */, |
2576 | 2575 | 4AE5196527F48D6600BA6E4A /* WorkflowDependencyFactoryTests.swift in Sources */,
|
2577 | 2576 | 4A49FABE271ECDE80069A0CC /* ItemEnumerationTaskManagerTests.swift in Sources */,
|
2578 | 2577 | 4A248229266E2DD6002D9F59 /* FileProviderAdapterCreateDirectoryTests.swift in Sources */,
|
|
2670 | 2669 | 4A804082276952C300D7D999 /* FileProviderCoordinatorSnapshotMock.swift in Sources */,
|
2671 | 2670 | 4A9BED66268F2D9D00721BAA /* UnlockVaultViewController.swift in Sources */,
|
2672 | 2671 | 4A6A521B268B7147006F7368 /* FileProviderCoordinator.swift in Sources */,
|
| 2672 | + B330CB452CB5735300C21E03 /* UnauthorizedErrorViewController.swift in Sources */, |
| 2673 | + B3D19A442CB937C700CD18A5 /* FileProviderCoordinatorError.swift in Sources */, |
2673 | 2674 | 4A6A5219268B6D32006F7368 /* OnboardingViewController.swift in Sources */,
|
2674 | 2675 | 4AFD8C0F269304A700F77BA6 /* UnlockVaultViewModel.swift in Sources */,
|
2675 | 2676 | );
|
|
2955 | 2956 | 4ADD234026737CD400374E4E /* RootFileProviderItem.swift in Sources */,
|
2956 | 2957 | 747F2F232587BC250072FB30 /* ItemMetadataDBManager.swift in Sources */,
|
2957 | 2958 | 4A511D47265FEFBE000A0E01 /* DownloadTask.swift in Sources */,
|
2958 |
| - 4AC1157627F5BD890023F51B /* Promise+AllIgnoringResult.swift in Sources */, |
2959 | 2959 | 4A09E54E27071F4F0056D32A /* ErrorMapper.swift in Sources */,
|
2960 | 2960 | 4AEECD35279EB0FD00C6E2B5 /* FileProviderEnumerator.swift in Sources */,
|
2961 | 2961 | 4AE0D8DC2653DF1300DF5D22 /* DownloadTaskExecutor.swift in Sources */,
|
|
3320 | 3320 | GCC_WARN_UNUSED_FUNCTION = YES;
|
3321 | 3321 | GCC_WARN_UNUSED_VARIABLE = YES;
|
3322 | 3322 | IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
3323 |
| - MARKETING_VERSION = 2.6.2; |
| 3323 | + MARKETING_VERSION = 2.6.3; |
3324 | 3324 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
3325 | 3325 | MTL_FAST_MATH = YES;
|
3326 | 3326 | ONLY_ACTIVE_ARCH = YES;
|
|
3382 | 3382 | GCC_WARN_UNUSED_FUNCTION = YES;
|
3383 | 3383 | GCC_WARN_UNUSED_VARIABLE = YES;
|
3384 | 3384 | IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
3385 |
| - MARKETING_VERSION = 2.6.2; |
| 3385 | + MARKETING_VERSION = 2.6.3; |
3386 | 3386 | MTL_ENABLE_DEBUG_INFO = NO;
|
3387 | 3387 | MTL_FAST_MATH = YES;
|
3388 | 3388 | OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=200 -Xfrontend -warn-long-function-bodies=200";
|
|
0 commit comments