|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 54; |
| 6 | + objectVersion = 60; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
|
38 | 38 | 53903D37295618A400D0B308 /* LineProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 53903D36295618A400D0B308 /* LineProcessor.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
39 | 39 | 539158AC27BE71A900816F56 /* FinderSyncSocketLineProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 539158AB27BE71A900816F56 /* FinderSyncSocketLineProcessor.m */; }; |
40 | 40 | 53B979812B84C81F002DA742 /* DocumentActionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53B979802B84C81F002DA742 /* DocumentActionViewController.swift */; }; |
41 | | - 53C331B22BCD28C30093D38B /* NextcloudFileProviderKit in Frameworks */ = {isa = PBXBuildFile; productRef = 53C331B12BCD28C30093D38B /* NextcloudFileProviderKit */; }; |
42 | | - 53C331B62BCD3AFF0093D38B /* NextcloudFileProviderKit in Frameworks */ = {isa = PBXBuildFile; productRef = 53C331B52BCD3AFF0093D38B /* NextcloudFileProviderKit */; }; |
43 | 41 | 53D666612B70C9A70042C03D /* FileProviderDomainDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53D666602B70C9A70042C03D /* FileProviderDomainDefaults.swift */; }; |
44 | 42 | 53ED473029C9CE0B00795DB1 /* FileProviderExtension+ClientInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53ED472F29C9CE0B00795DB1 /* FileProviderExtension+ClientInterface.swift */; }; |
45 | 43 | 53FE14502B8E0658006C4193 /* ShareTableViewDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53FE144F2B8E0658006C4193 /* ShareTableViewDataSource.swift */; }; |
|
49 | 47 | 53FE14672B8F78B6006C4193 /* ShareOptionsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53FE14662B8F78B6006C4193 /* ShareOptionsView.swift */; }; |
50 | 48 | AA02B2AB2E7048C800C72B34 /* Keychain.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA02B2AA2E7048C600C72B34 /* Keychain.swift */; }; |
51 | 49 | AA560CE72EDDB84000CD423E /* ServiceResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA560CE62EDDB82900CD423E /* ServiceResolver.swift */; }; |
| 50 | + AA5FB9E62EF54F410018BDAE /* NextcloudFileProviderKit in Frameworks */ = {isa = PBXBuildFile; productRef = AA5FB9E52EF54F410018BDAE /* NextcloudFileProviderKit */; }; |
52 | 51 | AA7F17E12E7017230000E928 /* Authentication.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA7F17E02E7017230000E928 /* Authentication.storyboard */; }; |
53 | 52 | AA7F17E32E70173E0000E928 /* AuthenticationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7F17E22E70173E0000E928 /* AuthenticationViewController.swift */; }; |
54 | 53 | AA7F17E72E7038370000E928 /* NSError+FileProviderErrorCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7F17E62E7038340000E928 /* NSError+FileProviderErrorCode.swift */; }; |
|
237 | 236 | buildActionMask = 2147483647; |
238 | 237 | files = ( |
239 | 238 | 538E396A27F4765000FA63D5 /* UniformTypeIdentifiers.framework in Frameworks */, |
| 239 | + AA5FB9E62EF54F410018BDAE /* NextcloudFileProviderKit in Frameworks */, |
240 | 240 | 53903D302956173F00D0B308 /* NCDesktopClientSocketKit.framework in Frameworks */, |
241 | | - 53C331B22BCD28C30093D38B /* NextcloudFileProviderKit in Frameworks */, |
242 | 241 | ); |
243 | 242 | runOnlyForDeploymentPostprocessing = 0; |
244 | 243 | }; |
|
253 | 252 | isa = PBXFrameworksBuildPhase; |
254 | 253 | buildActionMask = 2147483647; |
255 | 254 | files = ( |
256 | | - 53C331B62BCD3AFF0093D38B /* NextcloudFileProviderKit in Frameworks */, |
257 | 255 | 53651E442BBC0CA300ECAC29 /* SuggestionsTextFieldKit in Frameworks */, |
258 | 256 | ); |
259 | 257 | runOnlyForDeploymentPostprocessing = 0; |
|
529 | 527 | ); |
530 | 528 | name = FileProviderExt; |
531 | 529 | packageProductDependencies = ( |
532 | | - 53C331B12BCD28C30093D38B /* NextcloudFileProviderKit */, |
| 530 | + AA5FB9E52EF54F410018BDAE /* NextcloudFileProviderKit */, |
533 | 531 | ); |
534 | 532 | productName = FileProviderExt; |
535 | 533 | productReference = 538E396727F4765000FA63D5 /* FileProviderExt.appex */; |
|
568 | 566 | name = FileProviderUIExt; |
569 | 567 | packageProductDependencies = ( |
570 | 568 | 53651E432BBC0CA300ECAC29 /* SuggestionsTextFieldKit */, |
571 | | - 53C331B52BCD3AFF0093D38B /* NextcloudFileProviderKit */, |
572 | 569 | ); |
573 | 570 | productName = FileProviderUIExt; |
574 | 571 | productReference = 53B9797E2B84C81F002DA742 /* FileProviderUIExt.appex */; |
|
771 | 768 | mainGroup = C2B573941B1CD88000303B36; |
772 | 769 | packageReferences = ( |
773 | 770 | 53651E422BBC0C7F00ECAC29 /* XCRemoteSwiftPackageReference "SuggestionsTextFieldKit" */, |
774 | | - 53C331B02BCD28C30093D38B /* XCRemoteSwiftPackageReference "NextcloudFileProviderKit" */, |
| 771 | + AA5FB9E42EF54F410018BDAE /* XCLocalSwiftPackageReference "../NextcloudFileProviderKit" */, |
775 | 772 | ); |
776 | 773 | productRefGroup = C2B573B21B1CD91E00303B36 /* Products */; |
777 | 774 | projectDirPath = ""; |
|
1706 | 1703 | }; |
1707 | 1704 | /* End XCConfigurationList section */ |
1708 | 1705 |
|
| 1706 | +/* Begin XCLocalSwiftPackageReference section */ |
| 1707 | + AA5FB9E42EF54F410018BDAE /* XCLocalSwiftPackageReference "../NextcloudFileProviderKit" */ = { |
| 1708 | + isa = XCLocalSwiftPackageReference; |
| 1709 | + relativePath = ../NextcloudFileProviderKit; |
| 1710 | + }; |
| 1711 | +/* End XCLocalSwiftPackageReference section */ |
| 1712 | + |
1709 | 1713 | /* Begin XCRemoteSwiftPackageReference section */ |
1710 | 1714 | 53651E422BBC0C7F00ECAC29 /* XCRemoteSwiftPackageReference "SuggestionsTextFieldKit" */ = { |
1711 | 1715 | isa = XCRemoteSwiftPackageReference; |
|
1715 | 1719 | minimumVersion = 1.0.0; |
1716 | 1720 | }; |
1717 | 1721 | }; |
1718 | | - 53C331B02BCD28C30093D38B /* XCRemoteSwiftPackageReference "NextcloudFileProviderKit" */ = { |
1719 | | - isa = XCRemoteSwiftPackageReference; |
1720 | | - repositoryURL = "https://github.com/nextcloud/NextcloudFileProviderKit.git"; |
1721 | | - requirement = { |
1722 | | - kind = upToNextMajorVersion; |
1723 | | - minimumVersion = 4.0.0; |
1724 | | - }; |
1725 | | - }; |
1726 | 1722 | /* End XCRemoteSwiftPackageReference section */ |
1727 | 1723 |
|
1728 | 1724 | /* Begin XCSwiftPackageProductDependency section */ |
|
1731 | 1727 | package = 53651E422BBC0C7F00ECAC29 /* XCRemoteSwiftPackageReference "SuggestionsTextFieldKit" */; |
1732 | 1728 | productName = SuggestionsTextFieldKit; |
1733 | 1729 | }; |
1734 | | - 53C331B12BCD28C30093D38B /* NextcloudFileProviderKit */ = { |
1735 | | - isa = XCSwiftPackageProductDependency; |
1736 | | - package = 53C331B02BCD28C30093D38B /* XCRemoteSwiftPackageReference "NextcloudFileProviderKit" */; |
1737 | | - productName = NextcloudFileProviderKit; |
1738 | | - }; |
1739 | | - 53C331B52BCD3AFF0093D38B /* NextcloudFileProviderKit */ = { |
| 1730 | + AA5FB9E52EF54F410018BDAE /* NextcloudFileProviderKit */ = { |
1740 | 1731 | isa = XCSwiftPackageProductDependency; |
1741 | | - package = 53C331B02BCD28C30093D38B /* XCRemoteSwiftPackageReference "NextcloudFileProviderKit" */; |
1742 | 1732 | productName = NextcloudFileProviderKit; |
1743 | 1733 | }; |
1744 | 1734 | /* End XCSwiftPackageProductDependency section */ |
|
0 commit comments