Skip to content

Commit de28071

Browse files
committed
chore(file-provider): Reference local NextcloudFileProviderKit instead of GitHub.
Signed-off-by: Iva Horn <[email protected]>
1 parent e58b718 commit de28071

File tree

2 files changed

+58
-31
lines changed

2 files changed

+58
-31
lines changed

shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.pbxproj

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
53903D37295618A400D0B308 /* LineProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 53903D36295618A400D0B308 /* LineProcessor.h */; settings = {ATTRIBUTES = (Public, ); }; };
3939
539158AC27BE71A900816F56 /* FinderSyncSocketLineProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 539158AB27BE71A900816F56 /* FinderSyncSocketLineProcessor.m */; };
4040
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 */; };
4341
53D666612B70C9A70042C03D /* FileProviderDomainDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53D666602B70C9A70042C03D /* FileProviderDomainDefaults.swift */; };
4442
53ED473029C9CE0B00795DB1 /* FileProviderExtension+ClientInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53ED472F29C9CE0B00795DB1 /* FileProviderExtension+ClientInterface.swift */; };
4543
53FE14502B8E0658006C4193 /* ShareTableViewDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53FE144F2B8E0658006C4193 /* ShareTableViewDataSource.swift */; };
@@ -53,6 +51,8 @@
5351
AA7F17E32E70173E0000E928 /* AuthenticationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7F17E22E70173E0000E928 /* AuthenticationViewController.swift */; };
5452
AA7F17E72E7038370000E928 /* NSError+FileProviderErrorCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7F17E62E7038340000E928 /* NSError+FileProviderErrorCode.swift */; };
5553
AA9987862E72B6EF00B2C428 /* NextcloudKit+clearAccountErrorState.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA9987852E72B6DB00B2C428 /* NextcloudKit+clearAccountErrorState.swift */; };
54+
AAA626302EE0944F007C7DB5 /* NextcloudFileProviderKit in Frameworks */ = {isa = PBXBuildFile; productRef = AAA6262F2EE0944F007C7DB5 /* NextcloudFileProviderKit */; };
55+
AAA626322EE09453007C7DB5 /* NextcloudFileProviderKit in Frameworks */ = {isa = PBXBuildFile; productRef = AAA626312EE09453007C7DB5 /* NextcloudFileProviderKit */; };
5656
AAA69D932E3BB09900BBD44D /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = AAA69D922E3BB09900BBD44D /* Localizable.xcstrings */; };
5757
AAC00D2A2E37B29D006010FE /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = AAC00D292E37B29D006010FE /* Localizable.xcstrings */; };
5858
AAF19A682E8D5B4E005FE5B0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AAF19A672E8D5B4E005FE5B0 /* Assets.xcassets */; };
@@ -205,6 +205,7 @@
205205
AA7F17E62E7038340000E928 /* NSError+FileProviderErrorCode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSError+FileProviderErrorCode.swift"; sourceTree = "<group>"; };
206206
AA826BEE2E8EAA7500CE49C4 /* Build.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Build.xcconfig; sourceTree = "<group>"; };
207207
AA9987852E72B6DB00B2C428 /* NextcloudKit+clearAccountErrorState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NextcloudKit+clearAccountErrorState.swift"; sourceTree = "<group>"; };
208+
AAA6262E2EE093FF007C7DB5 /* NextcloudFileProviderKit */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = NextcloudFileProviderKit; path = ../NextcloudFileProviderKit; sourceTree = SOURCE_ROOT; };
208209
AAA69D922E3BB09900BBD44D /* Localizable.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = Localizable.xcstrings; sourceTree = "<group>"; };
209210
AAC00D292E37B29D006010FE /* Localizable.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = Localizable.xcstrings; sourceTree = "<group>"; };
210211
AAF19A672E8D5B4E005FE5B0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
@@ -234,8 +235,8 @@
234235
buildActionMask = 2147483647;
235236
files = (
236237
538E396A27F4765000FA63D5 /* UniformTypeIdentifiers.framework in Frameworks */,
238+
AAA626302EE0944F007C7DB5 /* NextcloudFileProviderKit in Frameworks */,
237239
53903D302956173F00D0B308 /* NCDesktopClientSocketKit.framework in Frameworks */,
238-
53C331B22BCD28C30093D38B /* NextcloudFileProviderKit in Frameworks */,
239240
);
240241
runOnlyForDeploymentPostprocessing = 0;
241242
};
@@ -250,8 +251,8 @@
250251
isa = PBXFrameworksBuildPhase;
251252
buildActionMask = 2147483647;
252253
files = (
253-
53C331B62BCD3AFF0093D38B /* NextcloudFileProviderKit in Frameworks */,
254254
53651E442BBC0CA300ECAC29 /* SuggestionsTextFieldKit in Frameworks */,
255+
AAA626322EE09453007C7DB5 /* NextcloudFileProviderKit in Frameworks */,
255256
);
256257
runOnlyForDeploymentPostprocessing = 0;
257258
};
@@ -407,6 +408,7 @@
407408
C2B573941B1CD88000303B36 = {
408409
isa = PBXGroup;
409410
children = (
411+
AAA6262E2EE093FF007C7DB5 /* NextcloudFileProviderKit */,
410412
AAFDB1862ECB63AD00C26AE7 /* src */,
411413
AA27A4E32E93C0D700665051 /* README.md */,
412414
C2B573B31B1CD91E00303B36 /* desktopclient */,
@@ -527,7 +529,7 @@
527529
);
528530
name = FileProviderExt;
529531
packageProductDependencies = (
530-
53C331B12BCD28C30093D38B /* NextcloudFileProviderKit */,
532+
AAA6262F2EE0944F007C7DB5 /* NextcloudFileProviderKit */,
531533
);
532534
productName = FileProviderExt;
533535
productReference = 538E396727F4765000FA63D5 /* FileProviderExt.appex */;
@@ -566,7 +568,7 @@
566568
name = FileProviderUIExt;
567569
packageProductDependencies = (
568570
53651E432BBC0CA300ECAC29 /* SuggestionsTextFieldKit */,
569-
53C331B52BCD3AFF0093D38B /* NextcloudFileProviderKit */,
571+
AAA626312EE09453007C7DB5 /* NextcloudFileProviderKit */,
570572
);
571573
productName = FileProviderUIExt;
572574
productReference = 53B9797E2B84C81F002DA742 /* FileProviderUIExt.appex */;
@@ -773,7 +775,6 @@
773775
mainGroup = C2B573941B1CD88000303B36;
774776
packageReferences = (
775777
53651E422BBC0C7F00ECAC29 /* XCRemoteSwiftPackageReference "SuggestionsTextFieldKit" */,
776-
53C331B02BCD28C30093D38B /* XCRemoteSwiftPackageReference "NextcloudFileProviderKit" */,
777778
);
778779
productRefGroup = C2B573B21B1CD91E00303B36 /* Products */;
779780
projectDirPath = "";
@@ -1747,14 +1748,6 @@
17471748
minimumVersion = 1.0.0;
17481749
};
17491750
};
1750-
53C331B02BCD28C30093D38B /* XCRemoteSwiftPackageReference "NextcloudFileProviderKit" */ = {
1751-
isa = XCRemoteSwiftPackageReference;
1752-
repositoryURL = "https://github.com/nextcloud/NextcloudFileProviderKit.git";
1753-
requirement = {
1754-
kind = upToNextMajorVersion;
1755-
minimumVersion = 3.0.0;
1756-
};
1757-
};
17581751
/* End XCRemoteSwiftPackageReference section */
17591752

17601753
/* Begin XCSwiftPackageProductDependency section */
@@ -1763,14 +1756,12 @@
17631756
package = 53651E422BBC0C7F00ECAC29 /* XCRemoteSwiftPackageReference "SuggestionsTextFieldKit" */;
17641757
productName = SuggestionsTextFieldKit;
17651758
};
1766-
53C331B12BCD28C30093D38B /* NextcloudFileProviderKit */ = {
1759+
AAA6262F2EE0944F007C7DB5 /* NextcloudFileProviderKit */ = {
17671760
isa = XCSwiftPackageProductDependency;
1768-
package = 53C331B02BCD28C30093D38B /* XCRemoteSwiftPackageReference "NextcloudFileProviderKit" */;
17691761
productName = NextcloudFileProviderKit;
17701762
};
1771-
53C331B52BCD3AFF0093D38B /* NextcloudFileProviderKit */ = {
1763+
AAA626312EE09453007C7DB5 /* NextcloudFileProviderKit */ = {
17721764
isa = XCSwiftPackageProductDependency;
1773-
package = 53C331B02BCD28C30093D38B /* XCRemoteSwiftPackageReference "NextcloudFileProviderKit" */;
17741765
productName = NextcloudFileProviderKit;
17751766
};
17761767
/* End XCSwiftPackageProductDependency section */

shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 48 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)