|
14 | 14 | 4A05900E2451A145008831F9 /* CloudItemList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A05900D2451A145008831F9 /* CloudItemList.swift */; }; |
15 | 15 | 4A0590122451A180008831F9 /* CloudItemMetadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A0590112451A180008831F9 /* CloudItemMetadata.swift */; }; |
16 | 16 | 4A05901D2451DD26008831F9 /* CloudProviderError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A05901C2451DD26008831F9 /* CloudProviderError.swift */; }; |
| 17 | + E00861F84DC147ECB9B19E34 /* NetworkConnectionError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44DAB1C070984F179681E2B8 /* NetworkConnectionError.swift */; }; |
| 18 | + 71515B8520704180B19B44CE /* NetworkConnectionErrorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A308ED4691D4D12A3C0F7BF /* NetworkConnectionErrorTests.swift */; }; |
17 | 19 | 4A0785302859F4FE0015DAE1 /* S3Credential.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A07852F2859F4FE0015DAE1 /* S3Credential.swift */; }; |
18 | 20 | 4A0785322859F5860015DAE1 /* S3CopyTaskUtility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A0785312859F5860015DAE1 /* S3CopyTaskUtility.swift */; }; |
19 | 21 | 4A0785342859F5E30015DAE1 /* AWSS3+Promises.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A0785332859F5E30015DAE1 /* AWSS3+Promises.swift */; }; |
|
235 | 237 | 4A05900D2451A145008831F9 /* CloudItemList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CloudItemList.swift; sourceTree = "<group>"; }; |
236 | 238 | 4A0590112451A180008831F9 /* CloudItemMetadata.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CloudItemMetadata.swift; sourceTree = "<group>"; }; |
237 | 239 | 4A05901C2451DD26008831F9 /* CloudProviderError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CloudProviderError.swift; sourceTree = "<group>"; }; |
| 240 | + 44DAB1C070984F179681E2B8 /* NetworkConnectionError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkConnectionError.swift; sourceTree = "<group>"; }; |
| 241 | + 0A308ED4691D4D12A3C0F7BF /* NetworkConnectionErrorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkConnectionErrorTests.swift; sourceTree = "<group>"; }; |
238 | 242 | 4A07852F2859F4FE0015DAE1 /* S3Credential.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = S3Credential.swift; sourceTree = "<group>"; }; |
239 | 243 | 4A0785312859F5860015DAE1 /* S3CopyTaskUtility.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = S3CopyTaskUtility.swift; sourceTree = "<group>"; }; |
240 | 244 | 4A0785332859F5E30015DAE1 /* AWSS3+Promises.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AWSS3+Promises.swift"; sourceTree = "<group>"; }; |
|
526 | 530 | 4A05900B2451A107008831F9 /* CloudProvider.swift */, |
527 | 531 | 9EE62A0C247D54760089DAF7 /* CloudProvider+Convenience.swift */, |
528 | 532 | 4A05901C2451DD26008831F9 /* CloudProviderError.swift */, |
| 533 | + 44DAB1C070984F179681E2B8 /* NetworkConnectionError.swift */, |
529 | 534 | ); |
530 | 535 | path = API; |
531 | 536 | sourceTree = "<group>"; |
|
1012 | 1017 | children = ( |
1013 | 1018 | 74DF965D24F3DE6400763713 /* CloudPathTests.swift */, |
1014 | 1019 | 9EE62A0F247D54E90089DAF7 /* CloudProvider+ConvenienceTests.swift */, |
| 1020 | + 0A308ED4691D4D12A3C0F7BF /* NetworkConnectionErrorTests.swift */, |
1015 | 1021 | ); |
1016 | 1022 | path = API; |
1017 | 1023 | sourceTree = "<group>"; |
|
1342 | 1348 | 7416F22924F659550074DA8E /* VaultFormat6ProviderDecorator.swift in Sources */, |
1343 | 1349 | 4A3896CE2632D65B00BA3E88 /* MicrosoftGraphAuthenticationProvider.swift in Sources */, |
1344 | 1350 | 4A05901D2451DD26008831F9 /* CloudProviderError.swift in Sources */, |
| 1351 | + E00861F84DC147ECB9B19E34 /* NetworkConnectionError.swift in Sources */, |
1345 | 1352 | 4A0785362859FA820015DAE1 /* AWSEndpoint+CustomRegionName.swift in Sources */, |
1346 | 1353 | 4A765CA32878596000794440 /* DirectoryContentCache.swift in Sources */, |
1347 | 1354 | 746F091927BD0077003FCD9F /* PCloudIdentifierCache.swift in Sources */, |
|
1415 | 1422 | 4ABE9AA62BCACD1300675D74 /* XCTAssertThrowsError+Async.swift in Sources */, |
1416 | 1423 | 4A30DAF62636D79C004B5B4E /* MicrosoftGraphCloudProviderTests.swift in Sources */, |
1417 | 1424 | 9EE62A10247D54E90089DAF7 /* CloudProvider+ConvenienceTests.swift in Sources */, |
| 1425 | + 71515B8520704180B19B44CE /* NetworkConnectionErrorTests.swift in Sources */, |
1418 | 1426 | 74E32BEA283E575B005D8A54 /* VaultFormat8CryptorMock.swift in Sources */, |
1419 | 1427 | 9ED0E622246180AB00FDB438 /* VaultFormat7CloudProviderMock.swift in Sources */, |
1420 | 1428 | 7416F22D24F678AF0074DA8E /* VaultFormat6CloudProviderMockTests.swift in Sources */, |
|
1547 | 1555 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
1548 | 1556 | GCC_WARN_UNUSED_FUNCTION = YES; |
1549 | 1557 | GCC_WARN_UNUSED_VARIABLE = YES; |
1550 | | - IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
| 1558 | + IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
1551 | 1559 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
1552 | 1560 | MTL_FAST_MATH = YES; |
1553 | 1561 | ONLY_ACTIVE_ARCH = YES; |
|
1607 | 1615 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
1608 | 1616 | GCC_WARN_UNUSED_FUNCTION = YES; |
1609 | 1617 | GCC_WARN_UNUSED_VARIABLE = YES; |
1610 | | - IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
| 1618 | + IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
1611 | 1619 | MTL_ENABLE_DEBUG_INFO = NO; |
1612 | 1620 | MTL_FAST_MATH = YES; |
1613 | 1621 | OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=200 -Xfrontend -warn-long-function-bodies=200"; |
|
1793 | 1801 | repositoryURL = "https://github.com/google/google-api-objectivec-client-for-rest.git"; |
1794 | 1802 | requirement = { |
1795 | 1803 | kind = upToNextMinorVersion; |
1796 | | - minimumVersion = 3.4.0; |
| 1804 | + minimumVersion = 5.2.0; |
1797 | 1805 | }; |
1798 | 1806 | }; |
1799 | 1807 | 4A567B182615C917002C4D82 /* XCRemoteSwiftPackageReference "GTMAppAuth" */ = { |
1800 | 1808 | isa = XCRemoteSwiftPackageReference; |
1801 | 1809 | repositoryURL = "https://github.com/google/GTMAppAuth.git"; |
1802 | 1810 | requirement = { |
1803 | 1811 | kind = upToNextMinorVersion; |
1804 | | - minimumVersion = 4.1.0; |
| 1812 | + minimumVersion = 5.0.0; |
1805 | 1813 | }; |
1806 | 1814 | }; |
1807 | 1815 | 4A567B352615CAAC002C4D82 /* XCRemoteSwiftPackageReference "gtm-session-fetcher" */ = { |
|
1817 | 1825 | repositoryURL = "https://github.com/openid/AppAuth-iOS.git"; |
1818 | 1826 | requirement = { |
1819 | 1827 | kind = upToNextMinorVersion; |
1820 | | - minimumVersion = 1.7.0; |
| 1828 | + minimumVersion = 2.0.0; |
1821 | 1829 | }; |
1822 | 1830 | }; |
1823 | 1831 | 4A75E1C228806F5800952FE6 /* XCRemoteSwiftPackageReference "msgraph-sdk-objc-models-spm" */ = { |
|
1849 | 1857 | repositoryURL = "https://github.com/CocoaLumberjack/CocoaLumberjack.git"; |
1850 | 1858 | requirement = { |
1851 | 1859 | kind = upToNextMinorVersion; |
1852 | | - minimumVersion = 3.8.0; |
| 1860 | + minimumVersion = 3.9.0; |
1853 | 1861 | }; |
1854 | 1862 | }; |
1855 | 1863 | 4AF0AA7A2844DDD200C20B75 /* XCRemoteSwiftPackageReference "aws-sdk-ios-spm" */ = { |
1856 | 1864 | isa = XCRemoteSwiftPackageReference; |
1857 | 1865 | repositoryURL = "https://github.com/aws-amplify/aws-sdk-ios-spm.git"; |
1858 | 1866 | requirement = { |
1859 | 1867 | kind = upToNextMinorVersion; |
1860 | | - minimumVersion = 2.35.0; |
| 1868 | + minimumVersion = 2.41.0; |
1861 | 1869 | }; |
1862 | 1870 | }; |
1863 | 1871 | 740C5877262F800A00F63423 /* XCRemoteSwiftPackageReference "JOSESwift" */ = { |
|
1873 | 1881 | repositoryURL = "https://github.com/AzureAD/microsoft-authentication-library-for-objc.git"; |
1874 | 1882 | requirement = { |
1875 | 1883 | kind = upToNextMinorVersion; |
1876 | | - minimumVersion = 1.5.0; |
| 1884 | + minimumVersion = 2.9.0; |
1877 | 1885 | }; |
1878 | 1886 | }; |
1879 | 1887 | 746F090C27BC0932003FCD9F /* XCRemoteSwiftPackageReference "pcloud-sdk-swift" */ = { |
|
1897 | 1905 | repositoryURL = "https://github.com/groue/GRDB.swift.git"; |
1898 | 1906 | requirement = { |
1899 | 1907 | kind = upToNextMinorVersion; |
1900 | | - minimumVersion = 6.29.1; |
| 1908 | + minimumVersion = 7.10.0; |
1901 | 1909 | }; |
1902 | 1910 | }; |
1903 | 1911 | 74F93565251F6863001F4ADA /* XCRemoteSwiftPackageReference "promises" */ = { |
|
0 commit comments