Skip to content

Commit efbba73

Browse files
authored
Merge pull request #9260 from nextcloud/bugfix/noid/ncintegrationxcodeproj
fix(macOS): use relative path to src in xcodeproj.
2 parents 8a9b822 + 028a1df commit efbba73

File tree

1 file changed

+3
-6
lines changed
  • shell_integration/MacOSX/NextcloudIntegration/NextcloudIntegration.xcodeproj

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 70;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -195,6 +195,7 @@
195195
53FE145A2B8F1305006C4193 /* NKShare+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NKShare+Extensions.swift"; sourceTree = "<group>"; };
196196
53FE14642B8F6700006C4193 /* ShareViewDataSourceUIDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShareViewDataSourceUIDelegate.swift; sourceTree = "<group>"; };
197197
53FE14662B8F78B6006C4193 /* ShareOptionsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShareOptionsView.swift; sourceTree = "<group>"; };
198+
86E2C8FB2EF1D4ED00E38A5B /* src */ = {isa = PBXFileReference; lastKnownFileType = folder; name = src; path = ../../../src; sourceTree = "<group>"; };
198199
AA02B2AA2E7048C600C72B34 /* Keychain.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Keychain.swift; sourceTree = "<group>"; };
199200
AA0A6B1D2E8EA94F007F4A7A /* Craft.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = Craft.sh; sourceTree = "<group>"; };
200201
AA1191B52E8EAFF900E21C7B /* Build.xcconfig.template */ = {isa = PBXFileReference; lastKnownFileType = text; path = Build.xcconfig.template; sourceTree = "<group>"; };
@@ -224,10 +225,6 @@
224225
C2B573F11B1DAD6400303B36 /* warning.iconset */ = {isa = PBXFileReference; lastKnownFileType = folder.iconset; name = warning.iconset; path = ../../icons/nopadding/warning.iconset; sourceTree = SOURCE_ROOT; };
225226
/* End PBXFileReference section */
226227

227-
/* Begin PBXFileSystemSynchronizedRootGroup section */
228-
AAFDB1862ECB63AD00C26AE7 /* src */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); name = src; path = /Users/iva/Projekte/nextcloud/desktop/src; sourceTree = "<absolute>"; };
229-
/* End PBXFileSystemSynchronizedRootGroup section */
230-
231228
/* Begin PBXFrameworksBuildPhase section */
232229
538E396427F4765000FA63D5 /* Frameworks */ = {
233230
isa = PBXFrameworksBuildPhase;
@@ -407,7 +404,7 @@
407404
C2B573941B1CD88000303B36 = {
408405
isa = PBXGroup;
409406
children = (
410-
AAFDB1862ECB63AD00C26AE7 /* src */,
407+
86E2C8FB2EF1D4ED00E38A5B /* src */,
411408
AA27A4E32E93C0D700665051 /* README.md */,
412409
C2B573B31B1CD91E00303B36 /* desktopclient */,
413410
AA0A6B1C2E8EA948007F4A7A /* NextcloudDev */,

0 commit comments

Comments
 (0)