|
21 | 21 | 4A09E54E27071F4F0056D32A /* ErrorMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A09E54D27071F4F0056D32A /* ErrorMapper.swift */; }; |
22 | 22 | 4A0C07E225AC80C100B83211 /* UIView+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A0C07E125AC80C100B83211 /* UIView+Preview.swift */; }; |
23 | 23 | 4A0C07EB25AC832900B83211 /* VaultListPosition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A0C07EA25AC832900B83211 /* VaultListPosition.swift */; }; |
| 24 | + 4A0EAAD2296F604200E27B56 /* SessionTaskRegistratorMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A0EAAD1296F604200E27B56 /* SessionTaskRegistratorMock.swift */; }; |
24 | 25 | 4A123EA824BEF5F0001D1CF7 /* CloudProviderPaginationMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A123EA724BEF5F0001D1CF7 /* CloudProviderPaginationMock.swift */; }; |
25 | 26 | 4A136124276767D60077EB7F /* Snapshots.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A136123276767D60077EB7F /* Snapshots.swift */; }; |
26 | 27 | 4A13612D276768000077EB7F /* SnapshotHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A13612C276768000077EB7F /* SnapshotHelper.swift */; }; |
|
190 | 191 | 4A717CD924C835740048E08F /* ReparentTaskManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A717CD824C835740048E08F /* ReparentTaskManagerTests.swift */; }; |
191 | 192 | 4A74337A28B3E3AB00AECD21 /* WebDAVAuthentication.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A74337928B3E3AB00AECD21 /* WebDAVAuthentication.swift */; }; |
192 | 193 | 4A74DBB1282132EC00A332C4 /* FileProviderAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A74DBB0282132EC00A332C4 /* FileProviderAction.swift */; }; |
| 194 | + 4A7514A12937F777002E802E /* SessionTaskRegistrator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A7514A02937F777002E802E /* SessionTaskRegistrator.swift */; }; |
193 | 195 | 4A753DB92678A226005F79C1 /* OpenExistingLegacyVaultPasswordViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A753DB82678A226005F79C1 /* OpenExistingLegacyVaultPasswordViewModel.swift */; }; |
194 | 196 | 4A773907286D86C20006B3C3 /* S3AuthenticationViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A773906286D86C20006B3C3 /* S3AuthenticationViewModel.swift */; }; |
195 | 197 | 4A773909286D87AB0006B3C3 /* S3AuthenticationViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A773908286D87AB0006B3C3 /* S3AuthenticationViewModelTests.swift */; }; |
|
545 | 547 | 4A09E54D27071F4F0056D32A /* ErrorMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ErrorMapper.swift; sourceTree = "<group>"; }; |
546 | 548 | 4A0C07E125AC80C100B83211 /* UIView+Preview.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIView+Preview.swift"; sourceTree = "<group>"; }; |
547 | 549 | 4A0C07EA25AC832900B83211 /* VaultListPosition.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VaultListPosition.swift; sourceTree = "<group>"; }; |
| 550 | + 4A0EAAD1296F604200E27B56 /* SessionTaskRegistratorMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionTaskRegistratorMock.swift; sourceTree = "<group>"; }; |
548 | 551 | 4A123EA724BEF5F0001D1CF7 /* CloudProviderPaginationMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CloudProviderPaginationMock.swift; sourceTree = "<group>"; }; |
549 | 552 | 4A136121276767D60077EB7F /* Snapshots.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Snapshots.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
550 | 553 | 4A136123276767D60077EB7F /* Snapshots.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Snapshots.swift; sourceTree = "<group>"; }; |
|
715 | 718 | 4A717CD824C835740048E08F /* ReparentTaskManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReparentTaskManagerTests.swift; sourceTree = "<group>"; }; |
716 | 719 | 4A74337928B3E3AB00AECD21 /* WebDAVAuthentication.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebDAVAuthentication.swift; sourceTree = "<group>"; }; |
717 | 720 | 4A74DBB0282132EC00A332C4 /* FileProviderAction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileProviderAction.swift; sourceTree = "<group>"; }; |
| 721 | + 4A7514A02937F777002E802E /* SessionTaskRegistrator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionTaskRegistrator.swift; sourceTree = "<group>"; }; |
718 | 722 | 4A753DB82678A226005F79C1 /* OpenExistingLegacyVaultPasswordViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpenExistingLegacyVaultPasswordViewModel.swift; sourceTree = "<group>"; }; |
719 | 723 | 4A753FBB2832A371006A9C3F /* CryptomatorIntents.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = CryptomatorIntents.entitlements; sourceTree = "<group>"; }; |
720 | 724 | 4A773906286D86C20006B3C3 /* S3AuthenticationViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = S3AuthenticationViewModel.swift; sourceTree = "<group>"; }; |
|
1716 | 1720 | 4AA782E3282A9007001A71E3 /* NSFileProviderDomainProviderMock.swift */, |
1717 | 1721 | 4AEECD3A279EB24300C6E2B5 /* NSFileProviderEnumerationObserverMock.swift */, |
1718 | 1722 | 4AFBFA172829414A00E30818 /* ProgressManagerMock.swift */, |
| 1723 | + 4A0EAAD1296F604200E27B56 /* SessionTaskRegistratorMock.swift */, |
1719 | 1724 | 4ADC66C627A95E67002E6CC7 /* UnlockMonitorTaskExecutorMock.swift */, |
1720 | 1725 | 4AAD444627E26D1800D16707 /* UploadTaskManagerMock.swift */, |
1721 | 1726 | 4AEECD30279EA50D00C6E2B5 /* WorkingSetObservingMock.swift */, |
|
1893 | 1898 | 4AEE6EE92825716400E1B35E /* ProgressManager.swift */, |
1894 | 1899 | 4AC1157527F5BD890023F51B /* Promise+AllIgnoringResult.swift */, |
1895 | 1900 | 4ADD233F26737CD400374E4E /* RootFileProviderItem.swift */, |
| 1901 | + 4A7514A02937F777002E802E /* SessionTaskRegistrator.swift */, |
1896 | 1902 | 4ADC66C027A7F426002E6CC7 /* UnlockMonitor.swift */, |
1897 | 1903 | 740375F52587AEB50023FF53 /* URL+NameCollisionExtension.swift */, |
1898 | 1904 | 4A74DBAF2821312200A332C4 /* Actions */, |
|
2050 | 2056 | 4A136128276767D60077EB7F /* PBXTargetDependency */, |
2051 | 2057 | ); |
2052 | 2058 | name = Snapshots; |
2053 | | - packageProductDependencies = ( |
2054 | | - ); |
2055 | 2059 | productName = Snapshots; |
2056 | 2060 | productReference = 4A136121276767D60077EB7F /* Snapshots.xctest */; |
2057 | 2061 | productType = "com.apple.product-type.bundle.ui-testing"; |
|
2302 | 2306 | ); |
2303 | 2307 | mainGroup = 4A5E5B202453119100BD6298; |
2304 | 2308 | packageReferences = ( |
2305 | | - 4A1521E227C55EA2006C96B2 /* XCRemoteSwiftPackageReference "TPInAppReceipt" */, |
2306 | | - 4AED9A6D286B38D900352951 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */, |
| 2309 | + 4A1521E227C55EA2006C96B2 /* XCRemoteSwiftPackageReference "TPInAppReceipt.git" */, |
| 2310 | + 4AED9A6D286B38D900352951 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect.git" */, |
2307 | 2311 | ); |
2308 | 2312 | productRefGroup = 4A5E5B2A2453119100BD6298 /* Products */; |
2309 | 2313 | projectDirPath = ""; |
|
2434 | 2438 | ); |
2435 | 2439 | runOnlyForDeploymentPostprocessing = 0; |
2436 | 2440 | shellPath = /bin/sh; |
2437 | | - shellScript = "if [ -f ./.cloud-access-secrets.sh ]; then\n source ./.cloud-access-secrets.sh\nelse\n echo \"warning: .cloud-access-secrets.sh could not be found, please see README for instructions\"\nfi\n/usr/libexec/PlistBuddy -c \"Add :CFBundleURLTypes:1:CFBundleURLSchemes:0 string db-${DROPBOX_APP_KEY}\" \"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}\"\n/usr/libexec/PlistBuddy -c \"Add :CFBundleURLTypes:1:CFBundleURLSchemes:1 string ${GOOGLE_DRIVE_REDIRECT_URL_SCHEME}\" \"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}\"\n/usr/libexec/PlistBuddy -c \"Add :CFBundleURLTypes:1:CFBundleURLSchemes:2 string ${ONEDRIVE_REDIRECT_URI_SCHEME}\" \"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}\"\necho \"Updated ${TARGET_BUILD_DIR}/${INFOPLIST_PATH} by adding URL schemes\"\n"; |
| 2441 | + shellScript = "if [ -f ./fastlane/scripts/.cloud-access-secrets.sh ]; then\n source ./fastlane/scripts/.cloud-access-secrets.sh \"${CONFIG_NAME}\"\nelse\n echo \"warning: .cloud-access-secrets.sh could not be found, please see README for instructions\"\nfi\n/usr/libexec/PlistBuddy -c \"Add :CFBundleURLTypes:1:CFBundleURLSchemes:0 string db-${DROPBOX_APP_KEY}\" \"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}\"\n/usr/libexec/PlistBuddy -c \"Add :CFBundleURLTypes:1:CFBundleURLSchemes:1 string ${GOOGLE_DRIVE_REDIRECT_URL_SCHEME}\" \"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}\"\n/usr/libexec/PlistBuddy -c \"Add :CFBundleURLTypes:1:CFBundleURLSchemes:2 string ${ONEDRIVE_REDIRECT_URI_SCHEME}\" \"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}\"\necho \"Updated ${TARGET_BUILD_DIR}/${INFOPLIST_PATH} by adding URL schemes\"\n"; |
2438 | 2442 | }; |
2439 | 2443 | 742595D72552EE0000A8A008 /* Set Build Number */ = { |
2440 | 2444 | isa = PBXShellScriptBuildPhase; |
|
2564 | 2568 | 4AA782E4282A9007001A71E3 /* NSFileProviderDomainProviderMock.swift in Sources */, |
2565 | 2569 | 4A9C8DFD27A007C2000063E4 /* FileProviderNotificatorTests.swift in Sources */, |
2566 | 2570 | 4AB1C325265CE69700DC7A49 /* DownloadTaskExecutorTests.swift in Sources */, |
| 2571 | + 4A0EAAD2296F604200E27B56 /* SessionTaskRegistratorMock.swift in Sources */, |
2567 | 2572 | 4AEECD3B279EB24300C6E2B5 /* NSFileProviderEnumerationObserverMock.swift in Sources */, |
2568 | 2573 | 4A8F149C266A29E400ADBCE4 /* OnlineItemNameCollisionHandlerTests.swift in Sources */, |
2569 | 2574 | 4A8F14A2266A302A00ADBCE4 /* FileProviderAdapterTestCase.swift in Sources */, |
|
2925 | 2930 | 4AB1D4EC27D0E027009060AB /* LocalURLProviderType.swift in Sources */, |
2926 | 2931 | 4A511D4E2660FF9E000A0E01 /* WorkflowScheduler.swift in Sources */, |
2927 | 2932 | 4AD9481A2909A66900072110 /* MaintenanceModeHelperServiceSource.swift in Sources */, |
| 2933 | + 4A7514A12937F777002E802E /* SessionTaskRegistrator.swift in Sources */, |
2928 | 2934 | 4A2482352671110A002D9F59 /* DBManagerError.swift in Sources */, |
2929 | 2935 | 4AA2531B28216E45003B45EE /* ServiceSource.swift in Sources */, |
2930 | 2936 | 4A2060D5279AF67C00DA6C62 /* WorkingSetObserver.swift in Sources */, |
|
2970 | 2976 | }; |
2971 | 2977 | 4A9172722619F16C003C4043 /* PBXTargetDependency */ = { |
2972 | 2978 | isa = PBXTargetDependency; |
2973 | | - productRef = 4A9172712619F16C003C4043 /* CryptomatorCommonCore */; |
| 2979 | + productRef = 4A9172712619F16C003C4043; |
2974 | 2980 | }; |
2975 | 2981 | 4A9BED69268F379300721BAA /* PBXTargetDependency */ = { |
2976 | 2982 | isa = PBXTargetDependency; |
|
3254 | 3260 | GCC_WARN_UNUSED_FUNCTION = YES; |
3255 | 3261 | GCC_WARN_UNUSED_VARIABLE = YES; |
3256 | 3262 | IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
3257 | | - MARKETING_VERSION = 2.4.3; |
| 3263 | + MARKETING_VERSION = 2.4.4; |
3258 | 3264 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
3259 | 3265 | MTL_FAST_MATH = YES; |
3260 | 3266 | ONLY_ACTIVE_ARCH = YES; |
|
3316 | 3322 | GCC_WARN_UNUSED_FUNCTION = YES; |
3317 | 3323 | GCC_WARN_UNUSED_VARIABLE = YES; |
3318 | 3324 | IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
3319 | | - MARKETING_VERSION = 2.4.3; |
| 3325 | + MARKETING_VERSION = 2.4.4; |
3320 | 3326 | MTL_ENABLE_DEBUG_INFO = NO; |
3321 | 3327 | MTL_FAST_MATH = YES; |
3322 | 3328 | OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=200 -Xfrontend -warn-long-function-bodies=200"; |
|
3424 | 3430 | GENERATE_INFOPLIST_FILE = YES; |
3425 | 3431 | INFOPLIST_FILE = CryptomatorIntents/Info.plist; |
3426 | 3432 | INFOPLIST_KEY_CFBundleDisplayName = CryptomatorIntents; |
3427 | | - INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022 Skymatic GmbH. All rights reserved."; |
3428 | 3433 | LD_RUNPATH_SEARCH_PATHS = ( |
3429 | 3434 | "$(inherited)", |
3430 | 3435 | "@executable_path/Frameworks", |
|
3448 | 3453 | GENERATE_INFOPLIST_FILE = YES; |
3449 | 3454 | INFOPLIST_FILE = CryptomatorIntents/Info.plist; |
3450 | 3455 | INFOPLIST_KEY_CFBundleDisplayName = CryptomatorIntents; |
3451 | | - INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022 Skymatic GmbH. All rights reserved."; |
3452 | 3456 | LD_RUNPATH_SEARCH_PATHS = ( |
3453 | 3457 | "$(inherited)", |
3454 | 3458 | "@executable_path/Frameworks", |
|
3656 | 3660 | /* End XCConfigurationList section */ |
3657 | 3661 |
|
3658 | 3662 | /* Begin XCRemoteSwiftPackageReference section */ |
3659 | | - 4A1521E227C55EA2006C96B2 /* XCRemoteSwiftPackageReference "TPInAppReceipt" */ = { |
| 3663 | + 4A1521E227C55EA2006C96B2 /* XCRemoteSwiftPackageReference "TPInAppReceipt.git" */ = { |
3660 | 3664 | isa = XCRemoteSwiftPackageReference; |
3661 | 3665 | repositoryURL = "https://github.com/tikhop/TPInAppReceipt.git"; |
3662 | 3666 | requirement = { |
3663 | 3667 | kind = upToNextMinorVersion; |
3664 | 3668 | minimumVersion = 3.3.0; |
3665 | 3669 | }; |
3666 | 3670 | }; |
3667 | | - 4AED9A6D286B38D900352951 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */ = { |
| 3671 | + 4AED9A6D286B38D900352951 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect.git" */ = { |
3668 | 3672 | isa = XCRemoteSwiftPackageReference; |
3669 | 3673 | repositoryURL = "https://github.com/siteline/SwiftUI-Introspect.git"; |
3670 | 3674 | requirement = { |
|
3677 | 3681 | /* Begin XCSwiftPackageProductDependency section */ |
3678 | 3682 | 4A1521E327C55EA2006C96B2 /* TPInAppReceipt */ = { |
3679 | 3683 | isa = XCSwiftPackageProductDependency; |
3680 | | - package = 4A1521E227C55EA2006C96B2 /* XCRemoteSwiftPackageReference "TPInAppReceipt" */; |
| 3684 | + package = 4A1521E227C55EA2006C96B2 /* XCRemoteSwiftPackageReference "TPInAppReceipt.git" */; |
3681 | 3685 | productName = TPInAppReceipt; |
3682 | 3686 | }; |
3683 | 3687 | 4A33092C282EC23400876A3E /* CryptomatorCommonCore */ = { |
3684 | 3688 | isa = XCSwiftPackageProductDependency; |
3685 | 3689 | productName = CryptomatorCommonCore; |
3686 | 3690 | }; |
3687 | | - 4A9172712619F16C003C4043 /* CryptomatorCommonCore */ = { |
3688 | | - isa = XCSwiftPackageProductDependency; |
3689 | | - productName = CryptomatorCommonCore; |
3690 | | - }; |
3691 | 3691 | 4A9172812619F17C003C4043 /* CryptomatorCommon */ = { |
3692 | 3692 | isa = XCSwiftPackageProductDependency; |
3693 | 3693 | productName = CryptomatorCommon; |
|
3698 | 3698 | }; |
3699 | 3699 | 4AED9A6E286B38DA00352951 /* Introspect */ = { |
3700 | 3700 | isa = XCSwiftPackageProductDependency; |
3701 | | - package = 4AED9A6D286B38D900352951 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */; |
| 3701 | + package = 4AED9A6D286B38D900352951 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect.git" */; |
3702 | 3702 | productName = Introspect; |
3703 | 3703 | }; |
3704 | 3704 | /* End XCSwiftPackageProductDependency section */ |
|
0 commit comments