Skip to content

Commit a4b6024

Browse files
committed
Build in XCode's DerivedData rather than /tmp/QS
1 parent 8e9e0dd commit a4b6024

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ClipboardElement.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
DD92D38A0106425D02CA0E72 /* Cocoa.framework */,
124124
);
125125
name = Frameworks;
126-
sourceTree = "<group>";
126+
sourceTree = BUILT_PRODUCTS_DIR;
127127
};
128128
32DBCF9E0370C38000C91783 /* Classes */ = {
129129
isa = PBXGroup;
@@ -162,8 +162,8 @@
162162
14A8D33410CE6212003857E3 /* Release.xcconfig */,
163163
);
164164
name = Configuration;
165-
path = /private/tmp/QS/Configuration;
166-
sourceTree = "<absolute>";
165+
path = ../Configuration;
166+
sourceTree = BUILT_PRODUCTS_DIR;
167167
};
168168
/* End PBXGroup section */
169169

0 commit comments

Comments
 (0)